Search notes:

Python library: Cartopy

Cartopy
Cartopy uses these libraries:

Installation: missing geos_c.h file

$ pip install cartopy
…
lib/cartopy/trace.cpp:767:10: fatal error: geos_c.h: No such file or directory
… #include "geos_c.h"
…
$ sudo apt -y install libgeos-dev
$ pip install cartopy

Segmentation fault

When I experienced a segmentation fault when running a script that called set_extent, the following solution (found in this StackOverflow answer) helped:
pip uninstall shapely
pip install --no-binary :all: shapely

See also

The Python library geographiclib
Cartopy has replaced mpl_toolkits.basemap as it is now considered deprecated.
geodata

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1759561875, '216.73.216.149', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/languages/Python/libraries/Cartopy/index(69): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78