gicait / geoserver-rest

Python library for management of geospatial data in GeoServer.
https://geoserver-rest.readthedocs.io
MIT License
191 stars 77 forks source link

Ubuntu Installation #114

Closed rajanski closed 10 months ago

rajanski commented 1 year ago

Docs state:

sudo add-apt-repository ppa:ubuntugis/ppa
sudo apt update -y; sudo apt upgrade -y;
sudo apt install gdal-bin libgdal-dev
pip3 install pygdal=="`gdal-config --version`.*"

I had to add the line

pip3 install gdal=="`gdal-config --version`.*"

before being able to call

pip3 install geoserver-rest

iamtekson commented 1 year ago

Which version of ubuntu are you using?

rajanski commented 1 year ago

Which version of ubuntu are you using?

22.04

Zeitsperre commented 10 months ago

This makes sense. I can add something in the docs for macOS and Linux (GDAL calls are different for both platforms).

iamtekson commented 10 months ago

Great @Zeitsperre! feel free to improve the documentation. Thank you very much!