How to install cartopy on Ubuntu

First, you need to install libproj (which is a dependency of cartopy) using

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

After that, install cartopy using

install_cartopy_pip.sh
pip install -U cartopy

 


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