An open API service indexing awesome lists of open source software.

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

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
```