cartopy auf Ubuntu installieren

English Deutsch

Zuerst muss libproj (eine Abhängigkeit von cartopy) installiert werden mit

how-to-install-cartopy-on-ubuntu.sh
sudo apt -y install libproj-dev libgeos-dev

Danach cartopy installieren mit

install_cartopy_pip.sh
pip install -U cartopy

Check out similar posts by category: Cartopy, Geoinformatics, Python