Skip to content

Element84/e84-geoai-common

Repository files navigation

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