geoblacklight-schema
geoblacklight-schema copied to clipboard
DEPRECATED: (See GeoBlacklight repo) A metadata schema for GIS resource discovery used by GeoBlacklight
just leaving the OGP ingest tools here.
Currently, geoblacklight-schema implementation closely relates to CSW "core queryables". Is there a way that we can closer align this? http://www.ogcnetwork.net/node/630
Right now the XSLTs only support a limited set. See https://github.com/geoblacklight/geoblacklight-schema/blob/master/lib/xslt/fgdc2geoBL.xsl#L20 See https://github.com/geoblacklight/geoblacklight-schema/blob/master/lib/xslt/iso2geoBL.xsl#L34
They are `Shapefile`, `GeoTIFF`, `ArcGRID` currently. See https://github.com/geoblacklight/geoblacklight-schema/blob/master/lib/xslt/iso2geoBL.xsl#L74 See https://github.com/geoblacklight/geoblacklight-schema/blob/master/lib/xslt/fgdc2geoBL.xsl#L75
The `layer_id_s` metadata is the specific layer name used by the WxS protocols. See https://github.com/geoblacklight/geoblacklight-schema/blob/master/lib/xslt/fgdc2geoBL.xsl#L194 See https://github.com/geoblacklight/geoblacklight-schema/blob/master/lib/xslt/iso2geoBL.xsl#L214 The latter works for Stanford but not other institutions.
Hi @waynegraham Darren has moved this XSLT here: https://github.com/geoblacklight/geoblacklight-schema/blob/master/lib/xslt/iso2geoBL.xsl Over the next few days, I will take a look at some of the output from the ISO-producing institutions and see...