How to install cartopy on Ubuntu

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

example.sh
sudo apt -y install libproj-dev libgeos-dev

After that, install cartopy using

example.sh
pip install -U cartopy

 


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