Questions and suggestions are welcomed in the Issues section. The information below will help you set up a development environment if you wish to submit pull requests.
First, install the Pixi package management tool. Then,
git clone https://github.com/corbel-spatial/giso.git
cd giso
pixi install -aTo test the CLI:
pixi shell -e dev
giso --helpTo run the pytest suite:
pixi run test