generated from stac-extensions/template
-
Notifications
You must be signed in to change notification settings - Fork 3
/
catalog.json
28 lines (28 loc) · 1.18 KB
/
catalog.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"id": "usgs_europa_catalog",
"type": "Catalog",
"stac_version": "1.0.0",
"description": "USGS provided analysis ready data for Europa. All collections within this catalog are GIS ready and served as cloud optimized Geotiffs. To visualize these data in ArcGIS Pro please [see this guide](https://opengislab.com/blog/2021/4/25/accessing-cloud-optimized-geotiffs-in-arcgis-pro), to access these data in QGIS please [see this guide](https://www.cogeo.org/qgis-tutorial.html).\n",
"ssys:targets": [
"Europa"
],
"links": [
{
"rel": "root",
"href": "https://raw.githubusercontent.com/thareUSGS/ssys/main/examples/catalog.json",
"type": "application/json"
},
{
"rel": "self",
"href": "https://raw.githubusercontent.com/thareUSGS/ssys/main/examples/catalog.json",
"type": "application/json"
},
{
"rel": "child",
"href": "https://raw.githubusercontent.com/thareUSGS/ssys/main/examples/collection.json",
"type": "application/json",
"title": "USGS photogrammetrically controlled image mosaics using Galileo, Voyager 1 and Voyager 2 data."
}
],
"title": "USGS Astrogeology provided Europa analysis ready data"
}