This script is used to take file geodatabases from the CGP catalogue and turn them into JSON boundary files.
- Python 3
python3 -m venv venv
. venv/bin/activate
pip3 install -r requirements.txt
python3 HandleGDBfromCGP.py
This script is used to take file geodatabases from the CGP catalogue and turn them into JSON boundary files.
Python