WIS 2.0 in a box API provides OGC API support using pygeoapi, and intended for use for within the wis2box project.
wis2box-api uses the base image provided by dim_eccodes_baseimage to enable support for data conversion through pygeoapi processes.
wis2box-api is part of the wis2box software stack.
Dependencies are listed in requirements.txt. Dependencies are automatically installed during wis2box-api installation.
# create release (x.y.z is the release version)
vi wis2box_api/__init__.py # update __version__
git commit -am 'update release version x.y.z'
git push origin main
git tag -a x.y.z -m 'tagging release version x.y.z'
git push --tags
# publish release on GitHub (https://github.com/wmo-im/wis2box-api/releases/new)
# bump version back to dev
vi wis2box_api/__init__.py # update __version__
git commit -am 'back to dev'
git push origin main
Please direct all issues to the main wis2box issue tracker