-
The data in this workflow are used to populate our website via [this data file](https://github.com/pyOpenSci/pyopensci.github.io/blob/main/_data/packages.yml).
Right now our output YAML file has date …
-
**Description of the desired feature**
It would be great to have some **gallery examples** on how users can plot geopandas.GeoDataFrame objects in PyGMT. This will be a follow up to #1000. You will…
-
(しょぼくて恐縮ですが、こういうのは小さくてもどんどんフィードバックを送るべきと思いまして…)
https://tktmyd.github.io/pygmt-howto-jp/mech.html
の下の方に
```
fig.meca(spec = meca,
scale = '1c',
cmap = True,
)
# 節面を描画す…
-
**Description of the desired feature**
Originally posted by @leouieda as a comment about `xarray` integration at https://hackmd.io/@pygmt/SkVmX_20d:
> Any thoughts on better integration with xar…
-
**Description of the desired feature**
Implement [grdmix](https://docs.generic-mapping-tools.org/6.2/grdmix.html) which does "Blending and transforming grids and images".
Inspired by https://git…
-
**Full script that generated the error**
```
gmt begin subplot1
gmt subplot begin 1x2 -A -Fs5c/5c -BWSen
gmt basemap -R0/10/0/10 -JX? -c0
echo 5 5 | gmt plot -Sc0.5c -Gred
gmt …
-
[Ability to handle color interpretation as enabled by Rasterio](https://rasterio.readthedocs.io/en/latest/topics/color.html)
Primarily ability to read existing color [with `Dataset.colorinterp`, …
-
Currently, [`xarray.Dataset`](https://docs.xarray.dev/en/stable/generated/xarray.Dataset.html) is recognized as a valid tabular data type in some places. For example:
https://github.com/GenericMapp…
-
## Feedback or description of feature requested
When attempting to call a script using gmt-python by way of the python multiprocessing library (multiprocessing.pool), an error is returned, as shown…
-
**Description of the desired feature**
I would like to have a method to obtain coastline data in python memory, as dataframe or similar standard format. I think this method fits perfectly within the …