The internal operating guide for building dependable geospatial software at Spatialnode.
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
mkdocs serveOpen http://127.0.0.1:8000. Changes reload automatically.
- Read Getting started.
- Follow the GitHub workflow on every change.
- Use the repository template for new projects.
Documentation deploys to GitHub Pages after a successful merge to main at https://handbook.spatialnode.com/.