Created
August 31, 2021 17:53
-
-
Save zacdezgeo/a0f1254712bad8657ade86b26d7dbd8e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"stac_version": "1.0.0", | |
"stac_extensions": [], | |
"type": "Feature", | |
"id": "20201211_223832_CS2", | |
"bbox": [ | |
172.91173669923782, | |
1.3438851951615003, | |
172.95469614953714, | |
1.3690476620161975 | |
], | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
172.91173669923782, | |
1.3438851951615003 | |
], | |
[ | |
172.95469614953714, | |
1.3438851951615003 | |
], | |
[ | |
172.95469614953714, | |
1.3690476620161975 | |
], | |
[ | |
172.91173669923782, | |
1.3690476620161975 | |
], | |
[ | |
172.91173669923782, | |
1.3438851951615003 | |
] | |
] | |
] | |
}, | |
"properties": { | |
"datetime": "2020-12-11T22:38:32.125000Z" | |
}, | |
"collection": "simple-collection", | |
"links": [ | |
{ | |
"rel": "collection", | |
"href": "./collection.json", | |
"type": "application/json", | |
"title": "Simple Example Collection" | |
}, | |
{ | |
"rel": "root", | |
"href": "./collection.json", | |
"type": "application/json", | |
"title": "Simple Example Collection" | |
}, | |
{ | |
"rel": "parent", | |
"href": "./collection.json", | |
"type": "application/json", | |
"title": "Simple Example Collection" | |
} | |
], | |
"assets": { | |
"visual": { | |
"href": "https://storage.googleapis.com/open-cogs/stac-examples/20201211_223832_CS2.tif", | |
"type": "image/tiff; application=geotiff; profile=cloud-optimized", | |
"title": "3-Band Visual", | |
"roles": [ | |
"visual" | |
] | |
}, | |
"thumbnail": { | |
"href": "https://storage.googleapis.com/open-cogs/stac-examples/20201211_223832_CS2.jpg", | |
"title": "Thumbnail", | |
"type": "image/jpeg", | |
"roles": [ | |
"thumbnail" | |
] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment