Skip to content
/ gribby Public

gribby is a pure Python package implementing WMO FM 92 GRIB Edition 3

License

Notifications You must be signed in to change notification settings

wmo-cop/gribby

Repository files navigation

gribby

Build Status

Overview

gribby is a pure Python package implementing WMO FM 92 GRIB Edition 3

Installation

The easiest way to install gribby is via the Python pip utility:

pip install gribby

Requirements

Dependencies

Dependencies are listed in requirements.txt. Dependencies are automatically installed during gribby installation.

Installing gribby

# setup virtualenv
python -m venv gribby
cd gribby
source bin/activate

# clone codebase and install
git clone https://github.com/wmo-cop/gribby.git
cd gribby
python setup.py build
python setup.py install

Running

TODO

Using the API

TODO

Development

Running Tests

# install dev requirements
pip install -r requirements-dev.txt

# run tests like this:
python tests/run_tests.py

# or this:
python setup.py test

Releasing

python setup.py sdist bdist_wheel --universal
twine upload dist/*

Code Conventions

Bugs and Issues

All bugs, enhancements and issues are managed on GitHub.

Contact

About

gribby is a pure Python package implementing WMO FM 92 GRIB Edition 3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages