This is a simple CRUD app built with Ruby on Rails for creating JSON records that can be pasted directly into SOLR.
It is based on the OpenGeoMetadata (OGM) Aardvark Schema.
Source code: github.com/HealthyRegions/GBLRecordMaker
This is a work-in-progress - There are some functionality gaps here that need to be addressed, please see the open Issues for more information. Contributions are welcome!
Run
bundle exec rails db:create
bundle exec rails db:migrate
bundle exec rails s
and view the app in your browser at http://localhost:3000
.