Skip to content

Python package to access geographical data from Nefino.LI Geo

License

Notifications You must be signed in to change notification settings

nefino/geosync-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nefino Logo Nefino Geosync

PyPI version Python versions License

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.

Installation

pip install nefino-geosync

Quick Start

  1. Get your API key from nefino.li/account/api-keys
  2. Run to configure settings (they are then saved) and sync data:
    nefino-geosync
  3. Resume interrupted downloads:
    nefino-geosync --resume
  4. Set up a scheduled task to run nefino-geosync regularly

Requirements

  • 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.

Links

Help

  • Open an issue for bug reports or feature requests
  • Contact Nefino for account-related inquiries