We've written a full comparison for the STAC validators so that people can find the right validator for their use case: https://github.com/m-mohr/stac-node-validator/blob/master/COMPARISON.md - It's WIP, but should be mostly correct. ;-)
@cholmes That's probably a useful doc for the data sprint.
{
"stac_version": "1.0.0-beta.1",
"id": "cmr-stac",
"title":"NASA Common Metadata Repository Root STAC Catalog",
"description": "This is the landing page for CMR-STAC. Each provider link below contains a STAC endpoint.",
"links": [
{ "rel": "self", "href": "https://cmr.earthdata.nasa.gov/cmr-stac/catalog.json" },
{ "rel": "root", "href": "https://cmr.earthdata.nasa.gov/cmr-stac/catalog.json" },
{
"id": "USGS_EROS",
"title": "USGS_EROS",
"description": "Root catalog for USGS_EROS",
"stac_version": "1.0.0-beta.1",
"rel": "provider",
"type": "application/json",
"links": [
{
"rel": "self",
"href": "https://cmr.earthdata.nasa.gov/cmr-stac/USGS_EROS",
"title": "Root endpoint for this provider",
"type": "application/json"
},
{
"rel": "root",
"href": "https://cmr.earthdata.nasa.gov/cmr-stac/",
"title": "CMR-STAC Root",
"type": "application/json"
},
{
"rel": "collections",
"href": "https://cmr.earthdata.nasa.gov/cmr-stac/USGS_EROS/collections",
"title": "Collections for this provider",
"type": "application/json"
},
{
"rel": "search",
"href": "https://cmr.earthdata.nasa.gov/cmr-stac/USGS_EROS/search",
"title": "STAC Search endpoint for this provider",
"type": "application/json"
}
]
},
...other catalogs...
]
}
{
"stac_version": "1.0.0-beta.2",
"id": "cmr-stac",
"title":"NASA Common Metadata Repository Root STAC Catalog",
"description": "This is the landing page for CMR-STAC. Each provider link below contains a STAC endpoint.",
"links": [
{ "rel": "self", "href": "https://cmr.earthdata.nasa.gov/cmr-stac/catalog.json" },
{ "rel": "root", "href": "https://cmr.earthdata.nasa.gov/cmr-stac/catalog.json" },
{
"title": "USGS_EROS",
"rel": "child",
"type": "application/json",
"href": "https://cmr.earthdata.nasa.gov/cmr-stac/USGS_EROS"
},
...other catalogs...
]
}
type
even need to be there?
"stac_version": "1.0.0-beta.1",
"id": "cmr-stac",
"title": "NASA Common Metadata Repository Root STAC Catalog",
"description": "This is the landing page for CMR-STAC. Each provider link below contains a STAC endpoint.",
"links": [
{
"rel": "self",
"href": "catalog.json"
},
{
"rel": "root",
"href": "catalog.json"
},
{
"title": "LARC_ASDC",
"rel": "child",
"href": "https://cmr.earthdata.nasa.gov/cmr-stac/LARC_ASDC"
},...]}