Wei Ji
Wei Ji
**Description of the desired feature** For 3D plots, it should be possible to plot text at different heights based on a 'z' column, see https://docs.generic-mapping-tools.org/6.2/text.html#z. The current implementation of `text`...
**Description of the desired feature** Wrapping a new GMT module in PyGMT is usually a big task (as we've learned the hard way from #804), so it's better on both...
**Description of the desired feature** Continuing on from #1276, there are some parameters in upstream GMT at https://docs.generic-mapping-tools.org/6.2/grdfill.html which are still missing in PyGMT at https://www.pygmt.org/v0.4.0/api/generated/pygmt.grdfill.html. Your task is to...
**Description of the desired feature** As suggested by https://github.com/GenericMappingTools/pygmt/issues/1351#issuecomment-866497785, it would be great to have a gallery example (or a full tutorial) showing how to use `blockmean`/`blockmedian` to reduce an...
**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...
**Description of the desired feature** Following up from https://github.com/GenericMappingTools/pygmt/pull/481#pullrequestreview-434464455, it would be desirable if users can: 1. Pass in a list/array of angle/font/justify values to [`text`](https://www.pygmt.org/dev/api/generated/pygmt.Figure.text) (currently only a single...
**Description of the desired feature** Certain [`pygmt.grdinfo`](https://www.pygmt.org/v0.1.2/api/generated/pygmt.grdinfo.html) return values can be in an array form rather than a string. This would be a good first issue to take up, and...
**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 xarray? Dataset objects can have rich...
**Description of the desired feature** Spatial subsetting/cropping/masking/clipping of a raster grid using a polygon (stored in an ESRI shapefile or [`geopandas.GeoDataFrame`](https://geopandas.org/docs/reference/api/geopandas.GeoDataFrame.html#geopandas.GeoDataFrame)) is a common operation, e.g. to extract a Region...
**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://github.com/GenericMappingTools/gmt/issues/3992#issuecomment-686312431 which would help resolve the longstanding PR at https://github.com/GenericMappingTools/pygmt/pull/370#issuecomment-558314644 Implementation wise, should...