QGIS/tests/testdata/stac/collectionless-item.json
2024-10-09 10:20:10 +02:00

145 lines
3.4 KiB
JSON

{
"stac_version": "1.0.0",
"stac_extensions": [
"https://stac-extensions.github.io/eo/v1.0.0/schema.json",
"https://stac-extensions.github.io/view/v1.0.0/schema.json"
],
"type": "Feature",
"id": "CS3-20160503_132131_08",
"bbox": [
-122.59750209,
37.48803556,
-122.2880486,
37.613537207
],
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-122.308150179,
37.488035566
],
[
-122.597502109,
37.538869539
],
[
-122.576687533,
37.613537207
],
[
-122.2880486,
37.562818007
],
[
-122.308150179,
37.488035566
]
]
]
},
"properties": {
"title": "Full Item",
"description": "A sample STAC Item demonstrates an Item that does not have a collection, which is not recommended, but allowed by the spec.",
"datetime": null,
"start_datetime": "2016-05-03T13:22:30Z",
"end_datetime": "2016-05-03T13:27:30Z",
"created": "2016-05-04T00:00:01Z",
"updated": "2017-01-01T00:30:55Z",
"license": "various",
"providers": [
{
"name": "Remote Data, Inc",
"description": "Producers of awesome spatiotemporal assets",
"roles": [
"producer",
"processor"
],
"url": "http://remotedata.it"
}
],
"platform": "cool_sat2",
"instruments": [
"cool_sensor_v1"
],
"view:sun_elevation": 33.4,
"gsd": 0.512,
"cs:type": "scene",
"cs:anomalous_pixels": 0.14,
"cs:earth_sun_distance": 1.014156,
"cs:sat_id": "CS3",
"cs:product_level": "LV1B"
},
"links": [
{
"rel": "root",
"href": "./catalog.json",
"type": "application/json",
"title": "Example Catalog"
},
{
"rel": "parent",
"href": "./catalog.json",
"type": "application/json",
"title": "Example Catalog"
},
{
"rel": "alternate",
"type": "text/html",
"href": "http://cool-sat.com/catalog/CS3-20160503_132130_04/CS3-20160503_132130_04.html",
"title": "HTML representation of this STAC Item"
},
{
"rel": "license",
"type": "text/html",
"href": "http://remotedata.io/license.html",
"title": "Data License for Remote Data, Inc."
}
],
"assets": {
"analytic": {
"href": "http://cool-sat.com/catalog/CS3-20160503_132130_04/analytic.tif",
"title": "4-Band Analytic",
"eo:bands": [
{
"name": "band1"
},
{
"name": "band1"
},
{
"name": "band2"
},
{
"name": "band3"
}
]
},
"thumbnail": {
"href": "http://cool-sat.com/catalog/CS3-20160503_132130_04/thumbnail.png",
"title": "Thumbnail",
"type": "image/png",
"roles": [
"thumbnail"
]
},
"udm": {
"href": "http://cool-sat.com/catalog/CS3-20160503_132130_04/UDM.tif",
"title": "Unusable Data Mask"
},
"json-metadata": {
"href": "http://cool-sat.com/catalog/CS3-20160503_132130_04/extended-metadata.json",
"title": "Extended Metadata",
"type": "application/json",
"roles": [
"metadata"
]
},
"ephemeris": {
"href": "http://cool-sat.com/catalog/CS3-20160503_132130_04/S3-20160503_132130_04.EPH",
"title": "Satellite Ephemeris Metadata"
}
}
}