Open jmckenna opened 1 year ago
Updates:
polygon
coordinates at https://github.com/iodepo/odis-arch/pull/365/files )lat,long
coordinate pairs (y,x
)box
is recommended, to avoid polygon issues, with a syntax of "box": "miny minx maxy maxx"
(lower left, upper right)
"@type": "GeoShape",
"box": "46.37 -147.525 54.5617 -125.4467"
(we are currently updating all of our examples in the ODIS documentation, to match these rules)
The metadata looks good, with some caveats discussed in #365
However, the main issue blocking connection to ODIS is the lack of a sitemap.xml that points to the landing pages with embedded JSON-LD/schema.org.
There is a high-level sitemap here: https://www.ncei.noaa.gov/sitemap.xml
The easiest thing to do would be for NCEI to maintain a separate sitemap (e.g. https://www.ncei.noaa.gov/datasets/sitemap.xml) that lists all the landing pages of datasets (including their JSON-LD/schema.org metadata).
For the microplastics mission, we can try a more local solution where the microplastic team creates and exposes their own sitemap.xml that lists URLs to all landing pages + JSON-LD/schema.org that is relevant to them.
Updates regarding sitemap:
Yee/Eben fixed the sitemap, to include all 65 entries: https://github.com/iodepo/odis-arch/blob/master/collection/tempHosting/data-ncei/sitemap.xml
Also need to create an entry in the ODIS Catalogue (ODISCat) https://catalogue.odis.org
Metadata status examples :
https://www.ncei.noaa.gov/access/metadata/landing-page/bin/iso?id=gov.noaa.nodc:289355
https://www.ncei.noaa.gov/access/metadata/landing-page/bin/iso?id=gov.noaa.nodc:276264
Validation looks good, but some stanzas may need some refactoring