https://github.com/nefino/geosync-py
Python package to access geographical data from Nefino.LI Geo
https://github.com/nefino/geosync-py
gis gis-data nefino
Last synced: 6 months ago
JSON representation
Python package to access geographical data from Nefino.LI Geo
- Host: GitHub
- URL: https://github.com/nefino/geosync-py
- Owner: nefino
- License: apache-2.0
- Created: 2024-09-30T10:06:08.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-19T12:42:15.000Z (10 months ago)
- Last Synced: 2025-09-19T14:27:44.911Z (10 months ago)
- Topics: gis, gis-data, nefino
- Language: Python
- Homepage: https://docs.nefino.li/geo
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
Nefino Geosync
[](https://pypi.org/project/nefino-geosync/)
[](https://pypi.org/project/nefino-geosync/)
[](https://github.com/your-org/geosync-py/blob/main/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](https://api.nefino.li/external).
## Installation
```bash
pip install nefino-geosync
```
## Quick Start
1. Get your API key from [nefino.li/account/api-keys](https://nefino.li/account/api-keys)
2. Run to configure settings (they are then saved) and sync data:
```bash
nefino-geosync
```
3. Resume interrupted downloads:
```bash
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
- [Nefino](https://nefino.de)
- [Nefino.LI](https://nefino.li)
- [Nefino.LI Documentation](https://docs.nefino.li)
## Help
- Open an [issue](https://github.com/nefino/geosync-py/issues) for bug reports or feature requests
- Contact [Nefino](https://www.nefino.de/kontakt) for account-related inquiries