CircleCI

Orbital Defence Engine

Making NASA FIRMS data queryable by geo-location and augmenting it with Open Weather API data

Orbital Defence Demo

Getting Started

Grab a OpenWeatherMap API key here
Grab a Nasa EarthData Api Key here
The Engine has a dependancy on pagy for pagination and geokit-rails for geo based queries. The initializer files will be created during installation only if they do not exist.

Installation

Add this line to your application's Gemfile:

gem 'orb_def'

And then execute:

$ bundle

Generate the installation files: This will create the orb_def, pagy and geokit initializers, install migrations and mount the app to '/'

$ rails generate orb_def:install

Run migrations:

$ rails db:migrate

Populate the DB with required seed information:

$ rails orb_def:seed_db

Contributing

Fell free to contribute by opening cloning the repo and opening a PR.

License

The gem is available as open source under the terms of the MIT License.