Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
Integration:  dvc git github
Dongdong Tian 354b50a0fe
Reformat the manually maintained aliases in docstrings (#4043)
2 days ago
1b74d4d8f5
Initialize data version control for managing test images (#1036)
4 years ago
36cd86ec69
Build(deps): Bump astral-sh/setup-uv from 6.4.1 to 6.4.3 (#4029)
2 weeks ago
ci
7741d06452
Remove the dependency of netCDF4 (#3643)
3 months ago
doc
6be83edeb7
Update GitHub username from to "kadatatlukishore" to "K-OS-Dev" (#4050)
2 days ago
8ff7fcdc20
DOC: Add gallery example for using EPSG codes (#3973)
3 days ago
354b50a0fe
Reformat the manually maintained aliases in docstrings (#4043)
2 days ago
270c3bb63a
Fix a link in .dvcignore (#3533)
9 months ago
08d6c0f8e4
DOC/examples: Rename folder "get_started" to "intro" (#3571)
9 months ago
1b71e0bd4a
Add mailmap to consolidate author identities and correctly count contributions (#3905)
4 months ago
c34259e7a4
[pre-commit.ci] pre-commit autoupdate (#3991)
1 month ago
af643dd545
CI: Disable building PDF documentation in ReadTheDocs (#3812)
5 months ago
0704f7bc51
Fix a broken link in doc/changes.md (#4022)
2 weeks ago
16f30cbe1b
Update the AUTHORSHIP and Maintainers' Guides to reflect co-author contributions (#3904)
4 months ago
c156826133
Changelog entry for v0.16.0 (#3971)
1 month ago
3076ddcff5
Wrap long lines in CONTRIBUTING.md (#2915)
1 year ago
d54e6e1f14
Update License year to 2025 (#3737)
7 months ago
1b71e0bd4a
Add mailmap to consolidate author identities and correctly count contributions (#3905)
4 months ago
b7f06270ef
Pin numpy<2 in ci_tests_legacy.yaml (#3641)
8 months ago
c156826133
Changelog entry for v0.16.0 (#3971)
1 month ago
474af0a770
Bump to ruff>=0.12.0 and fix violations (#3980)
1 month ago
474af0a770
Bump to ruff>=0.12.0 and fix violations (#3980)
1 month ago
d29303bb04
Bump minimum supported version to packaging>=24.2 (#3933)
3 months ago
Storage Buckets
Data Pipeline

We couldn't calculate your pipeline. It seems it has too many nodes!

README.md

You have to be logged in to leave a comment. Sign In

PyGMT

A Python interface for the Generic Mapping Tools

Documentation (development version) | Contact | TryOnline

Latest version on PyPI Latest version on conda-forge GitHub license Compatible Python versions Digital Object Identifier for the Zenodo archive Discourse forum PyOpenSci Contributor Code of Conduct GitHub Actions Tests status GitHub Actions GMT Dev Tests status Test coverage status Ruff CodSpeed Performance Benchmarks

Why PyGMT?

A beautiful map is worth a thousand words. To truly understand how powerful PyGMT is, play with it online on Binder! For a quicker introduction, check out our 3 minute overview!

Afterwards, feel free to look at our Tutorials, visit the Gallery, and check out some external PyGMT examples!

Quick Introduction to PyGMT YouTube Video

About

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.

Project goals

  • Make GMT more accessible to new users.
  • Build a Pythonic API for GMT.
  • Interface with the GMT C API directly using ctypes (no system calls).
  • Support for rich display in the Jupyter notebook.
  • Integration with the scientific Python ecosystem: numpy.ndarray or pandas.DataFrame for data tables, xarray.DataArray for grids, and geopandas.GeoDataFrame for geographical data.

Quickstart

Installation

Simple installation using mamba:

mamba install --channel conda-forge pygmt

If you use conda:

conda install --channel conda-forge pygmt

For other ways to install pygmt, see the full installation instructions.

Getting started

As a starting point, you can open a Python interpreter or a Jupyter notebook, and try the following example:

import pygmt
fig = pygmt.Figure()
fig.coast(projection="N15c", region="g", frame=True, land="tan", water="lightblue")
fig.text(position="MC", text="PyGMT", font="80p,Helvetica-Bold,red@75")
fig.show()

You should see a global map with land and water masses colored in tan and lightblue, respectively. On top, there should be the semi-transparent text "PyGMT". For more examples, please have a look at the Gallery and Tutorials.

Contacting us

Contributing

Code of conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Contributing guidelines

Please read our Contributing Guide to see how you can help and give feedback.

Imposter syndrome disclaimer

We want your help. No, really.

There may be a little voice inside your head that is telling you that you're not ready to be an open source contributor; that your skills aren't nearly good enough to contribute. What could you possibly offer?

We assure you that the little voice in your head is wrong.

Being a contributor doesn't just mean writing code. Equally important contributions include: writing or proof-reading documentation, suggesting or implementing tests, or even giving feedback about the project (including giving feedback about the contribution process). If you're coming to the project with fresh eyes, you might see the errors and assumptions that seasoned contributors have glossed over. If you can write any code at all, you can contribute code to open source. We are constantly trying out new skills, making mistakes, and learning from those mistakes. That's how we all improve and we are happy to help others learn.

This disclaimer was adapted from the MetPy project.

Citing PyGMT

PyGMT is a community developed project. See the AUTHORS.md file on GitHub for a list of the people involved and a definition of the term "PyGMT Developers". Feel free to cite our work in your research using the following BibTeX:

@software{
  pygmt_2025_15628725,
  author       = {Tian, Dongdong and
                  Uieda, Leonardo and
                  Leong, Wei Ji and
                  Fröhlich, Yvonne and
                  Grund, Michael and
                  Schlitzer, William and
                  Jones, Max and
                  Toney, Liam and
                  Yao, Jiayuan and
                  Tong, Jing-Hui and
                  Magen, Yohai and
                  Materna, Kathryn and
                  Belem, Andre and
                  Newton, Tyler and
                  Anant, Abhishek and
                  Ziebarth, Malte and
                  Quinn, Jamie and
                  Wessel, Paul},
  title        = {{PyGMT: A Python interface for the Generic Mapping Tools}},
  month        = jun,
  year         = 2025,
  publisher    = {Zenodo},
  version      = {0.16.0},
  doi          = {10.5281/zenodo.15628725},
  url          = {https://doi.org/10.5281/zenodo.15628725}
}

To cite a specific version of PyGMT, go to our Zenodo page at https://doi.org/10.5281/zenodo.3781524 and use the "Export to BibTeX" function there. It is also strongly recommended to cite the GMT 6 paper (which PyGMT wraps around). Note that some modules like dimfilter, surface, and x2sys also have their dedicated citations. Further information for all these can be found at https://www.generic-mapping-tools.org/cite.

License

PyGMT is free software: you can redistribute it and/or modify it under the terms of the BSD 3-clause License. A copy of this license is provided in LICENSE.txt.

Support

The development of PyGMT has been supported by NSF grants OCE-1558403 and EAR-1948603.

Other official wrappers for GMT:

  • GMT.jl: A Julia wrapper for GMT.
  • gmtmex: A Matlab/Octave wrapper for GMT.

Minimum supported versions

PyGMT has adopted SPEC 0 alongside the rest of the scientific Python ecosystem, and made a few extensions based on the needs of the project. Please see Minimum Supported Versions for the detailed policy and the minimum supported versions of GMT, Python and core package dependencies.

Tip!

Press p or to see the previous file or, n or to see the next file

About

A Python interface for the Generic Mapping Tools.

https://www.pygmt.org
Collaborators 8

Comments

Loading...