OpenGeoMetadata / GeoCombine

A Ruby toolkit for managing geospatial metadata
https://github.com/OpenGeoMetadata/GeoCombine
Other
20 stars 23 forks source link

Use Aardvark as the default format for indexing records #163

Open thatbudakguy opened 9 months ago

thatbudakguy commented 9 months ago

This changes the indexer so that when you do:

rake geocombine:index

It prefers Aardvark format records by default (instead of 1.0), since that's now the current standard. You can still do:

SCHEMA_VERSION='1.0' rake geocombine:index

To index v1.0 instead.

It also updates the README to add this info (and a little bit of other info).