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"
},...]}
"properties": {
"datetime": null,
"collection": "ebirdst",
"cube:dimensions": {
"time": {
"type": "temporal",
"description": "Each band represent a distinct week centered on the date decsribed in the values here.",
"extent": ["2018-01-04T00:00:00Z", "2018-12-28T00:00:00Z"],
"values": ["2018-01-04T12:00:00Z", "2018-01-11T12:00:00Z", "2018-01-18T12:00:00Z", "2018-01-25T12:00:00Z", "2018-02-01T12:00:00Z", "2018-02-08T12:00:00Z", "2018-02-15T12:00:00Z", "2018-02-22T12:00:00Z", "2018-03-01T12:00:00Z", "2018-03-08T12:00:00Z", "2018-03-15T12:00:00Z", "2018-03-22T12:00:00Z", "2018-03-29T12:00:00Z", "2018-04-05T12:00:00Z", "2018-04-12T12:00:00Z", "2018-04-19T12:00:00Z", "2018-04-26T12:00:00Z", "2018-05-03T12:00:00Z", "2018-05-10T12:00:00Z", "2018-05-17T12:00:00Z", "2018-05-24T12:00:00Z", "2018-05-31T12:00:00Z", "2018-06-07T12:00:00Z", "2018-06-14T12:00:00Z", "2018-06-21T12:00:00Z", "2018-06-28T12:00:00Z", "2018-07-06T12:00:00Z", "2018-07-13T12:00:00Z", "2018-07-20T12:00:00Z", "2018-07-27T12:00:00Z", "2018-08-03T12:00:00Z", "2018-08-10T12:00:00Z", "2018-08-17T12:00:00Z", "2018-08-24T12:00:00Z", "2018-08-31T12:00:00Z", "2018-09-07T12:00:00Z", "2018-09-14T12:00:00Z", "2018-09-21T12:00:00Z", "2018-09-28T12:00:00Z", "2018-10-05T12:00:00Z", "2018-10-12T12:00:00Z", "2018-10-19T12:00:00Z", "2018-10-26T12:00:00Z", "2018-11-02T12:00:00Z", "2018-11-09T12:00:00Z", "2018-11-16T12:00:00Z", "2018-11-23T12:00:00Z", "2018-11-30T12:00:00Z", "2018-12-07T12:00:00Z", "2018-12-14T12:00:00Z", "2018-12-21T12:00:00Z", "2018-12-28T12:00:00Z"],
"step": "P7DT9H13M51S"
}
}
}