Generates sample data with spatial context for future testing.
- Clone this repository
- Install PIP, Python (version by
Pipfile) and Pipenv - Open terminal in repository folder
- Run
pipenv install --dev - Run
pipenv shell - Create jupyter kernel by:
python -m ipykernel install --user --name=geodata-sampler-env --display-name="Geodata Sampler Kernel" - Run
jupyter lab
Also possible to run as Docker DevContainer or with VSCode Jupyter and Python extensions.