Deepak Cherian
Deepak Cherian
Add actions to 1. overwrite data with oindex 2. read and compare a full array [Description of PR] TODO: * [ ] Add unit tests and/or doctests in docstrings *...
[Description of PR] TODO: * [ ] Add unit tests and/or doctests in docstrings * [ ] Add docstrings and API docs for any new/modified user-facing classes and functions *...
Hello, A group of us (@benbovy, @scottyhq,@maxrjones, and I) have put together a new [RasterIndex](https://rasterix.readthedocs.io/en/latest/raster_index/intro.html) that allows indexing using the affine transform. It lives in this new [rasterix](https://rasterix.readthedocs.io/en/latest/raster_index/intro.html) project and...
I wrote some some dask-aware wrappers for rasterio's [rasterize](https://github.com/dcherian/rasterix/blob/eb7119a3808903a055e55c8861df8a49b904f643/rasterize.py#L309), [geometry_mask](https://github.com/dcherian/rasterix/blob/eb7119a3808903a055e55c8861df8a49b904f643/rasterize.py#L478), and [exactextract](https://github.com/dcherian/rasterix/blob/eb7119a3808903a055e55c8861df8a49b904f643/rasterize.py#L167) They're built using the GeoBoxTiles abstraction (which I quite like, nice work!). Would you all be interested in...
#### ALL software version info (this library, plus any other relevant software, e.g. bokeh, python, notebook, OS, browser, etc should be added within the dropdown below.) Software Version Info ```plaintext...
Fixes some severe bugs noticed downstream in [rasterix](https://github.com/xarray-contrib/rasterix/pull/57) Disclaimer: had lots of help from Claude in writing the strategies but I have reviewed them closely
### Is your feature request related to a problem? [stack](https://docs.xarray.dev/en/latest/generated/xarray.Dataset.stack.html) lets a user skip creating a potentially expensive MultiIndex by passing `create_index=False`. ### Describe the solution you'd like We should...
### Is your feature request related to a problem? The ["Plotting"](https://docs.xarray.dev/en/stable/user-guide/plotting.html) and ["Reading and Writing Files"](https://docs.xarray.dev/en/stable/user-guide/io.html) pages are quite long. Now that we are on `pydata-sphinx-theme` it would be good...