Wei Ji
Wei Ji
**Description of the desired feature** I have a friend who will be working remotely in the field (Antarctica) without internet access for a few weeks, and he asked me about...
### Description of the problem Running `pygmt.info` on a `pandas.Series` object with a `pd.NA` value (that uses pandas' [nullable integer datatype](https://pandas.pydata.org/pandas-docs/version/2.1/user_guide/integer_na.html)) raises an error like `ValueError: Converting an integer to...
PyPI has introduced organizations back in April 2023 - https://blog.pypi.org/posts/2023-04-23-introducing-pypi-organizations, and this is intended to make it easier to handle permissions for 'larger' projects like PyGMT that have multiple maintainers....
### Description of the problem The following doctest started failing on the GMT Dev Tests on 28 Jul 2023, previously passing on 26 Jul 2023. See https://github.com/GenericMappingTools/pygmt/actions/runs/5686923585/job/15414542417#step:16:723. Doesn't seem to...
Continuing discussion from https://github.com/conda-forge/dask-geopandas-feedstock/pull/15#discussion_r1294298427 on whether [`distributed`](https://distributed.dask.org/en/stable/) should be a required dependency of dask-geopandas. Currently it is listed as required in setup.py at https://github.com/geopandas/dask-geopandas/blame/2d0abad32e324a494b34738ab70feb6d78cc0942/setup.py#L16 Looking at the git history, it...
**Description of proposed changes** Very experimental proof of concept to generate subsets out of a multi-resolution [DataTree](https://github.com/xarray-contrib/datatree). Do we call the subsets DataBranch :thinking:? Initial implementation is using a standalone...
### What is your issue? ## Current state Currently, xbatcher v0.3.0's [`BatchGenerator`](https://xbatcher.readthedocs.io/en/v0.3.0/generated/xbatcher.BatchGenerator.html) is this all-in-one class/function that does too many things, and there are more features planned. The 400+ lines...
Enable internal elements of the affine transform matrix to be retrieved using getter methods. Included some short documentation and a unit test. Example usage: ```rust use geo::AffineTransform; let transform =...
Currently as of `geo=0.28.0`, the AffineTransform struct's fields (implemented in #866) are currently not publicly exposed: https://github.com/georust/geo/blob/08d3f394a9552e90474b4dacd508927cba84a6d2/geo/src/algorithm/affine_ops.rs#L118-L119 The nine values in the tuple struct are: ``` [[a, b, xoff], [d,...
Gathering some notes on how best to read multiple [ICESat-2](https://icesat-2.gsfc.nasa.gov/) [ATL11](https://github.com/suzanne64/ATL11) data (basically a point cloud) in a user friendly way, **with metadata preserved**! TLDR: Be able to do `xr.open_mfdataset("ATL11_*.h5",...