https://github.com/geoadmin/lib-geopycat
Python package to manage (meta)data of geocat.ch
https://github.com/geoadmin/lib-geopycat
Last synced: about 6 hours ago
JSON representation
Python package to manage (meta)data of geocat.ch
- Host: GitHub
- URL: https://github.com/geoadmin/lib-geopycat
- Owner: geoadmin
- License: bsd-3-clause
- Created: 2024-02-06T10:10:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-05-06T12:05:59.000Z (about 1 month ago)
- Last Synced: 2026-05-06T14:10:11.799Z (about 1 month ago)
- Language: Python
- Size: 694 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# geopycat
The python package to manage (meta)data of geocat.ch.
## Documentation
All documentation is available [here](https://geoadmin.github.io/lib-geopycat/).
## 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
```