Contains Geospatial AI/ML related code
- Install python and uv
- Checkout the code
- Run
scripts/recreate_venv.sh
- Run
pre-commit install
to install the pre commit changes - Make changes
- Verify linting passes
scripts/lint.sh
- Verify tests pass
scripts/test.sh
- Commit and push your changes