PyGMT is a library for processing geospatial and geophysical data and making publication-quality maps and figures. It provides a Pythonic interface for the Generic Mapping Tools (GMT), a command-line program widely used across the Earth, Ocean, and Planetary sciences and beyond.
PyGMT is a library for processing geospatial and geophysical data and making publication-quality maps and figures. It provides a Pythonic interface for the Generic Mapping Tools (GMT), a command-line program widely used across the Earth, Ocean, and Planetary sciences and beyond.
To install py311-pygmt, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py311-pygmt
To see what files were installed by py311-pygmt, run:
port contents py311-pygmt
To later upgrade py311-pygmt, run:
sudo port selfupdate && sudo port upgrade py311-pygmt
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.