pygmt icon indicating copy to clipboard operation
pygmt copied to clipboard

A Python interface for the Generic Mapping Tools.

Results 270 pygmt issues
Sort by recently updated
recently updated
newest added

**Description of the desired feature** I would like a geologic unit dataset to be added to pygmt.datasets. After receiving help on the forums for [plotting a geologic map](https://forum.generic-mapping-tools.org/t/pygmt-coloring-polygons-from-a-converted-kml-file/1798), I'd like...

documentation

Originally posted by @weiji14 in https://github.com/GenericMappingTools/pygmt/pull/1284#discussion_r639581006: > Currently, the blockm*/grdtrack modules simply outputs pandas.DataFrame/filenames (see #1099) automatically depending on the input type (2 options). The implementation @willschlitzer made at bf58dc2...

enhancement

_Inspired by PR #1186._ For GMT CLI, there are mainly two types of input: a table or a grid. PyGMT is more powerful and can accept more input types. For...

documentation
help wanted

**Description of the desired feature** _Originally posted by @weiji14 in https://github.com/GenericMappingTools/pygmt/pull/1092#discussion_r598541899_ - [x] Improve the **input** options for blockmedian, blockmode, and blockmean from only supporting pandas.DataFrame or file to supporting...

enhancement

**Description of the desired feature** Currently, the dimension names of the `xarray.DataArray` grid outputs appear to be hardcoded to 'x', 'y' and 'z', instead of using the original dimension names...

help wanted
feature request

**Description of proposed changes** This PR adds a ``clip`` parameter to the Figure.coast module: * ``clip="land"`` to clip dry areas * ``clip="water"`` to clip wet areas * ``clip ="end"`` to...

enhancement

Noticed a mistake here: -G (fill) is listed as "color" under the "Parameters" section, should be "fill".

documentation

**Description of the problem** The "PRICIPAL_AXIS" convention has 10 parameters: the value (in 10*exponent dynes-cm), azimuth, and plunge of N, T, and P axis, and also the exponent of the...

bug

**Description of the desired feature** Based on [this forum post](https://forum.generic-mapping-tools.org/t/pygmt-how-to-change-meca-label-sizes/2023), it would be useful to add support for customizing the label characteristics for meca, which is done using **-S** in...

help wanted
feature request

This pull request wraps the GMT function `ternary`. **Preview** docs at https://pygmt-git-wrap-ternary-gmt.vercel.app/api/generated/pygmt.Figure.ternary.html **Reminders** - [ ] Run `make format` and `make check` to make sure the code follows the style...

feature