GeoCombine icon indicating copy to clipboard operation
GeoCombine copied to clipboard

A Ruby toolkit for managing geospatial metadata

Results 18 GeoCombine issues
Sort by recently updated
recently updated
newest added

Anyone thinking about this supporting scraping: * DCAT e.g https://data.linz.govt.nz/services/dcat/data.json * STAC e.,g https://stacspec.org/en

Identify Aardvark implications for GeoCombine. - [x] update geocombine rake task to account for aardvark (The `geocombine:index` rake task has a hard-coded `layer_id_s` field statement. That field is changed to...

This changes the indexer so that when you do: ```sh rake geocombine:index ``` It prefers Aardvark format records by default (instead of 1.0), since that's now the current standard. You...

This would be a good thing to have as part of full aardvark support. See related https://github.com/OpenGeoMetadata/metadata-issues/issues/3. If we do this by updating the existing `iso2gbl.xsl`, it might be a...

[OctoKit](https://github.com/octokit/octokit.rb) offers a nice ruby wrapper around the GitHub API, which would let us handle things like pagination, filtered queries for repos, etc. with a little more flexibility. And ideally...

Should be implemented as a GeoBlacklight md enhancement Pseudo code: ``` ruby if !'layer_geom_type_s' search dc_subject for terms containing "point", "polygon" etc end ```

Trying to account for all the possibilities of the FGDC is a losing battle. At least, I've made my retreat, and we've been using a simplified XSL on our site....

Running the `iso2geoBL.xsl` transform on metadata from GeoNetwork produces a Solr doc that is rejected with the following response: ``` RSolr::Error::Http - 400 Bad Request Error: {'responseHeader'=>{'status'=>400,'QTime'=>1},'error'=>{'msg'=>'Invalid Date String:\'2010-11-08\'','code'=>400}} ```...

FGDC XML to Aardvark schema json transformation to be used with GeoCombine Draft version 1 is available on GeoCombine branch: https://github.com/OpenGeoMetadata/GeoCombine/blob/draft_fgdc2Aardvark/lib/xslt/fgdc2Aardvark_draft_v1.xsl Notes on further enhancement needs/decision points embedded in comments...

in progress

Closes #35 Not sure if still needed, but it seemed easy enough to do 🤷🏻