Source
Source | Size | Last Modified | |
---|---|---|---|
.circleci | |||
gibsgen | |||
recipe | |||
tasks | |||
.bumpversion.cfg | 231 B | ||
.flake8 | 30 B | ||
.gitignore | 467 B | ||
MANIFEST.in | 165 B | ||
README.md | 534 B | ||
setup.py | 523 B | ||
spec-file.txt | 14.17 KB |
README.md
GIBSGen
GIBSGen is a utility for generating GIBS compatible geotiff imagery from OPeNDAP enabled raster data.
Development Quickstart
This project uses conda python. It must be installed to run the tool.
- Clone the repository
conda env create --file environment_osx.yaml
source activate gibsgen
python -m gibsgen.cli --help