geoblacklight / geoblacklight-schema

DEPRECATED: (See GeoBlacklight repo) A metadata schema for GIS resource discovery used by GeoBlacklight
http://github.com/geoblacklight/geoblacklight
Other
15 stars 4 forks source link

Where should we be maintaining the XSL's were using? #43

Closed mejackreed closed 9 years ago

mejackreed commented 9 years ago

Currently xsl's are being used now in GeoCombine. Where should we maintain these long term?

drh-stanford commented 9 years ago

We can gem-ify geoblacklight-schema to make it more shareable if needed. The gis-robot-suite also uses the XSLTs via a git submodule.

The XSLTs that convert to/from geoblacklight could stay here long-term. OpenGeoMetadata is probably better for schema conversion XSLTs, maybe in a new repo explicitly for metadata/schema conversion. I dunno whether the OGP metadata WG has a github repo for metadata tools. It'd be nice to have a specific repo that others can use just to get the converters without needing other software to use them. People use all sorts of different software for XSLT conversions.

mejackreed commented 9 years ago

One concern I have about gemification, is what are we actually gemifying? A collection of shell and ruby scripts and xslt's? The schema validation used for geoblacklight-schema? How do all of these relate to eachother, and how do we semantically version it, test it?

drh-stanford commented 9 years ago

Yeah, that's why I've just been using git submodules. There isn't a Ruby API.

drh-stanford commented 9 years ago

Tracking in #70