npolar / oceanography-ruby

Oceanography netCDF to json documents
MIT License
1 stars 0 forks source link

Build Status Code Climate Test Coverage

oceanography-ruby

Features

Usage

You need netcdf c lib installed. sudo apt-get install libnetcdf-dev

Usage: ./ncdocs.sh [options] FILE|PATH
-m, --mappers LIST               List of mappers to use, Default MissingValuesMapper,KeyValueCorrectionsMapper,
                                 CommentsMapper,CollectionMapper,ClimateForecastMapper
-o, --outpath PATH               Path to write json docs to
-p, --post URL                   URL to post json docs to
-s, --schema PATH                Path to json schema to validate docs against
-t, --threads #                  Number of threads. Default 4
-v, --verbose                    Log level debug. Default info
-h, --help                       Display this screen

Contribute

Clone, bundle install, bundle exec rspec
Please use feature branches.