{
  "type": "Collection",
  "stac_version" : "1.0.0",
  "stac_extensions" : [
    "eo",
    "view",
    "https://example.com/stac/landsat-extension/1.0/schema.json"
  ],
  "id" : "landsat-8-l1",
  "title" : "Landsat 8 L1",
  "description" : "Landsat 8 imagery radiometrically calibrated and orthorectified using ground points and Digital Elevation Model (DEM) data to correct relief displacement.",
  "keywords" : [
    "landsat",
    "earth observation",
    "usgs"
  ],
  "license" : "proprietary",
  "providers" : [
    {
      "name" : "Development Seed",
      "roles" : [
        "processor"
      ],
      "url" : "https://github.com/sat-utils/sat-api"
    }
  ],
  "extent" : {
    "spatial" : {
      "bbox" : [
        [
          -180.0,
          -90.0,
          180.0,
          90.0
        ]
      ]
    },
    "temporal" : {
      "interval" : [
        [
          "2018-05-21T15:44:59Z",
          "2018-07-08T15:45:34Z"
        ]
      ]
    }
  },
  "summaries": {},
  "properties" : {
    "collection" : "landsat-8-l1",
    "instruments" : ["OLI_TIRS"],
    "view:sun_azimuth" : 149.01607154,
    "eo:bands" : [
      {
        "name" : "B1",
        "full_width_half_max" : 0.02,
        "center_wavelength" : 0.44,
        "common_name" : "coastal"
      },
      {
        "name" : "B2",
        "full_width_half_max" : 0.06,
        "center_wavelength" : 0.48,
        "common_name" : "blue"
      },
      {
        "name" : "B3",
        "full_width_half_max" : 0.06,
        "center_wavelength" : 0.56,
        "common_name" : "green"
      },
      {
        "name" : "B4",
        "full_width_half_max" : 0.04,
        "center_wavelength" : 0.65,
        "common_name" : "red"
      },
      {
        "name" : "B5",
        "full_width_half_max" : 0.03,
        "center_wavelength" : 0.86,
        "common_name" : "nir"
      },
      {
        "name" : "B6",
        "full_width_half_max" : 0.08,
        "center_wavelength" : 1.6,
        "common_name" : "swir16"
      },
      {
        "name" : "B7",
        "full_width_half_max" : 0.22,
        "center_wavelength" : 2.2,
        "common_name" : "swir22"
      },
      {
        "name" : "B8",
        "full_width_half_max" : 0.18,
        "center_wavelength" : 0.59,
        "common_name" : "pan"
      },
      {
        "name" : "B9",
        "full_width_half_max" : 0.02,
        "center_wavelength" : 1.37,
        "common_name" : "cirrus"
      },
      {
        "name" : "B10",
        "full_width_half_max" : 0.8,
        "center_wavelength" : 10.9,
        "common_name" : "lwir11"
      },
      {
        "name" : "B11",
        "full_width_half_max" : 1,
        "center_wavelength" : 12,
        "common_name" : "lwir2"
      }
    ],
    "view:off_nadir" : 0,
    "view:azimuth" : 0,
    "platform" : "landsat-8",
    "gsd" : 15,
    "view:sun_elevation" : 59.214247
  },
  "links" : [
    {
      "href" : "../catalog.json",
      "rel" : "root"
    },
    {
      "href" : "../catalog.json",
      "rel" : "parent"
    },
    {
      "href" : "./collection.json",
      "rel" : "self"
    },
    {
      "href" : "./2018-06/LC80140332018166LGN00.json",
      "rel" : "item"
    },
    {
      "href" : "./2018-05/LC80150322018141LGN00.json",
      "rel" : "item"
    },
    {
      "href" : "./2018-07/LC80150332018189LGN00.json",
      "rel" : "item"
    },
    {
      "href" : "./2018-06/LC80300332018166LGN00.json",
      "rel" : "item"
    }
  ]
}
