mirror of
https://github.com/geoadmin/lib-geopycat.git
synced 2026-08-25 21:24:27 +00:00
Python package to manage (meta)data of geocat.ch | Read-only mirror of https://github.com/geoadmin/lib-geopycat — Bundesamt für Landestopografie swisstopo. Issues & pull requests at the source.
- Python 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
In Elasticsearch >= 8.x, sorting by _id via fielddata is disabled. Replace sort field from _id to uuid in SEARCH_UUID_API_BODY. Also improve backup_metadata and backup_metadata_xml robustness: - Add early return when no UUIDs provided - Add verify=False to avoid SSL issues - Use response.ok instead of status_code check - Add empty content check before writing file |
||
| .github/workflows | ||
| bin | ||
| docs | ||
| geopycat | ||
| .gitignore | ||
| LICENCE | ||
| mkdocs.yml | ||
| README.md | ||
| setup.py | ||
geopycat
The python package to manage (meta)data of geocat.ch.
Documentation
All documentation is available here.
Installation
Using pip - install from github
pip install git+https://github.com/geoadmin/lib-geopycat.git
From swisstopo network - through proxy (using powershell)
& "C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\Scripts\pip3" install --trusted-host github.com --trusted-host pypi.org --trusted-host pypi.python.org --trusted-host files.pythonhosted.org --proxy=proxy-bvcol.admin.ch:8080 git+https://github.com/geoadmin/lib-geopycat.git