-
Hey @djhoese !
I write down here some thoughts I had for the design of an interface to facilitate the reading and writing of CF-compliant netCDF with CRS information of structured grids. Do you th…
-
Hi all,
We are planning to make new Xarray accessors for our packages xDEM and GeoUtils that focus on raster analysis and DEM analysis, respectively (right now relying only on `rasterio` and `geopa…
-
I am working on regridding precipitation on a regional WRF grid to the rectilinear GPM IMERG grid. The problem is when the regridding method is set to "bilinear", the regridding works, but when I chan…
-
Currently `faces` in xarray accessor - exclude cyclic elements. It's good for plotting, but not so nice for data analysis. We have to discuss what to keep. I would rather go for excluding cyclic elem…
-
**Description of the desired feature**
Metadata (data about data) is important, and there are specific kinds of metadata used by GMT when it decides how to plot a grid, such as:
- Registration t…
-
Hi all,
We are planning to build on top of `rioxarray` for end-users focusing on analysis of EO data by building accessor in our packages GeoUtils and xDEM for raster/vector and DEM analysis, respe…
-
I was recently comparing the performance of point sampling from a raster in xvec (https://github.com/xarray-contrib/xvec/issues/81) and learned that when using xarray's `sel`, the sampling is about 40…
-
### What is your issue?
Testing for the MetPy xarray accessor reveals warnings from `indexing.py` that parallel #9393 / #9312. There seem to be a few `__array__` implementations that might need updat…
-
Hi all,
First of all, thanks for the great work on GeoWombat!
We are thinking of building Xarray accessors for end-users focusing on analysis of EO data in our packages GeoUtils and xDEM for ras…
-
Had an issue when I created an environment today with `pytimetk`, which uses `pandas_flavor`. The issue stems from changes made to `xarray`.
**The solution was to downgrade to `xarray==2023.10.1`.…