{ "type": "Feature", "stac_version": "1.0.0", "id": "test-tl-", "properties": { "proj:epsg": 4326, "proj:transform": [ 1.0, 0.0, -180.0, 0.0, -1.0, 90.0, 0, 0, 1 ], "proj:shape": [ 180, 360 ], "eo:bands": [ { "name": "xband", "data_type": "float32" }, { "name": "yband", "data_type": "float32" } ], "datetime": "2020-02-02T00:00:00Z" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -180.0, 90.0 ], [ -180.0, -90.0 ], [ 180.0, -90.0 ], [ 180.0, 90.0 ], [ -180.0, 90.0 ] ] ] }, "links": [], "assets": { "xband": { "href": "test-tl-xband.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "xband", "roles": [ "data" ] }, "yband": { "href": "test-tl-yband.tif", "type": "image/tiff; application=geotiff; profile=cloud-optimized", "title": "yband", "roles": [ "data" ] } }, "bbox": [ -180.0, -90.0, 180.0, 90.0 ], "stac_extensions": [ "https://stac-extensions.github.io/projection/v1.0.0/schema.json", "https://stac-extensions.github.io/eo/v1.0.0/schema.json" ] }