-
Pangeo recently posted a call for 15 minute virtual presentations during the (northern hemisphere) Fall 2021 Pangeo Showcase Seminar Series: https://twitter.com/pangeo_data/status/1430160570146242570.…
-
Hi,
I'm trying to extract some boundaries from a density map.
I tried to use extract_edges but got the edges of the mesh.
Is there any subroutine that can extract some boundaries based on the value…
-
**Description of the problem**
There appears to be a bug (or feature?) when using `i="0,1,2,2"` with `-Suc`, as it doesn't change the unit to **c**entimetres, but keeps on using **i**nches as t…
-
### Description of the desired feature
[Apache Arrow](https://arrow.apache.org/docs/index.html) is an in-memory format that is starting to become a common exchange format between different librarie…
-
Haven't found time to see why it doesn't work.
Here is the minimal example:
```python
import pygmt
fig = pygmt.Figure()
fig.basemap(region=[0, 10, 0, 10], projection="X10c", frame=True)
…
-
Currently, "figure" and "map" / "plot" more or less used interchangeable. However, there can be a relevant difference, mostly in the context of setting the anchor point (`position` parameter). Further…
-
Tracking this feature request raised in https://github.com/GenericMappingTools/gmt-examples/pull/1
-
**Description of the desired feature**
The core idea is to enable something like `pip install pygmt-gmt6.4`, where the GMT C binary is bundled directly with PyGMT. I.e. users don't have to install …
-
The issue was originally reported in https://github.com/GenericMappingTools/pygmt/pull/3148#issuecomment-2054814923.
Here is a minimal example to reproduce the issue.
```
!rm -r ~/.gmt/server/ea…
-
Jupyter and most modern text editors support tab autocompletion, which is useful for typing long function and parameter names. However, currently, most PyGMT functions don't support tab autocompletion…