Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 377 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 377 Bytes

geoai-common

Contains Geospatial AI/ML related code

Developing

  1. Install python and uv
  2. Checkout the code
  3. Run scripts/recreate_venv.sh
  4. Run pre-commit install to install the pre commit changes
  5. Make changes
  6. Verify linting passes scripts/lint.sh
  7. Verify tests pass scripts/test.sh
  8. Commit and push your changes