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
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow