dz1-spatial-query/stac-fastapi-pgstac/tests/data/test_collection.json
weixin_46229132 5bc6302955 first commit
2025-07-03 20:29:02 +08:00

153 lines
3.2 KiB
JSON

{
"id": "test-collection",
"stac_extensions": [],
"type": "Collection",
"description": "Landat 8 imagery radiometrically calibrated and orthorectified using gound points and Digital Elevation Model (DEM) data to correct relief displacement.",
"stac_version": "1.0.0",
"license": "PDDL-1.0",
"summaries": {
"platform": ["landsat-8"],
"instruments": ["oli", "tirs"],
"gsd": [30],
"eo:bands": [
{
"name": "B1",
"common_name": "coastal",
"center_wavelength": 0.44,
"full_width_half_max": 0.02
},
{
"name": "B2",
"common_name": "blue",
"center_wavelength": 0.48,
"full_width_half_max": 0.06
},
{
"name": "B3",
"common_name": "green",
"center_wavelength": 0.56,
"full_width_half_max": 0.06
},
{
"name": "B4",
"common_name": "red",
"center_wavelength": 0.65,
"full_width_half_max": 0.04
},
{
"name": "B5",
"common_name": "nir",
"center_wavelength": 0.86,
"full_width_half_max": 0.03
},
{
"name": "B6",
"common_name": "swir16",
"center_wavelength": 1.6,
"full_width_half_max": 0.08
},
{
"name": "B7",
"common_name": "swir22",
"center_wavelength": 2.2,
"full_width_half_max": 0.2
},
{
"name": "B8",
"common_name": "pan",
"center_wavelength": 0.59,
"full_width_half_max": 0.18
},
{
"name": "B9",
"common_name": "cirrus",
"center_wavelength": 1.37,
"full_width_half_max": 0.02
},
{
"name": "B10",
"common_name": "lwir11",
"center_wavelength": 10.9,
"full_width_half_max": 0.8
},
{
"name": "B11",
"common_name": "lwir12",
"center_wavelength": 12,
"full_width_half_max": 1
}
]
},
"extent": {
"spatial": {
"bbox": [
[
-180.0,
-90.0,
180.0,
90.0
]
]
},
"temporal": {
"interval": [
[
"2013-06-01T00:00:00Z",
null
]
]
}
},
"links": [
{
"rel": "license",
"href": "https://creativecommons.org/licenses/publicdomain/",
"title": "public domain"
}
],
"title": "Landsat 8 L1",
"keywords": [
"landsat",
"earth observation",
"usgs"
],
"providers": [
{
"name": "USGS",
"roles": [
"producer"
],
"url": "https://landsat.usgs.gov/"
},
{
"name": "Planet Labs",
"roles": [
"processor"
],
"url": "https://github.com/landsat-pds/landsat_ingestor"
},
{
"name": "AWS",
"roles": [
"host"
],
"url": "https://landsatonaws.com/"
},
{
"name": "Development Seed",
"roles": [
"processor"
],
"url": "https://github.com/sat-utils/sat-api"
},
{
"name": "Earth Search by Element84",
"description": "API of Earth on AWS datasets",
"roles": [
"host"
],
"url": "https://element84.com"
}
]
}