Python package to download geographical data from Nefino.LI Geo. It uses the Nefino.LI GraphQL API that is accessible through api.nefino.li/external.
pip install nefino-geosync
- Get your API key from nefino.li/account/api-keys
- Run to configure settings (they are then saved) and sync data:
nefino-geosync
- Resume interrupted downloads:
nefino-geosync --resume
- Set up a scheduled task to run nefino-geosync regularly
- Active Nefino.LI API contract
- Sufficient disk space for geodata storage
Note: To conserve resources and prevent conflicts, run
nefino-geosync
on only one computer.