A cartographic python library with matplotlib support
Cartopy is a Python package designed for geospatial data processing in order to produce maps and other geospatial data analyses. Cartopy makes use of the powerful PROJ.8, NumPy and Shapely libraries and includes a programmatic interface built on top of Matplotlib for the creation of publication quality maps.
Cartopy is a Python package designed for geospatial data processing in order to produce maps and other geospatial data analyses. Cartopy makes use of the powerful PROJ.8, NumPy and Shapely libraries and includes a programmatic interface built on top of Matplotlib for the creation of publication quality maps.
To install py39-cartopy, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py39-cartopy
To see what files were installed by py39-cartopy, run:
port contents py39-cartopy
To later upgrade py39-cartopy, run:
sudo port selfupdate && sudo port upgrade py39-cartopy
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.