-
#### MCVE Code Sample
```python
import xarray as xr
import numpy as np
sample_idx = xr.IndexVariable("sample_id", ["a", "b", "c"])
da = xr.DataArray(np.eye(3), coords=(sample_idx, sample_id…
-
Currently, `Raster.reproject` requires a source nodata to work. This can be problematic for the `Mask` type or for uint8 `Raster` with all values actually being used.
In that case, a solution would b…
-
I wrote a small function to convert a georeferenced raster to a GeoDataFrame of points. This quite often ends up being a very large dataframe.
However, I discovered that by far the large majority of …
-
**What happened**:
I have a Zarr dataset on S3 that probably has wrong ACLs set on its time data chunks. `zarr` correctly complains about not being able to read it, but `xarray` tries to convert un…
-
Hi all,
I've got a need to call out to [GDALComputeProximity](http://www.gdal.org/gdal__alg_8h.html#a851815400a579aae9de01199b416fa42) and I don't think it's been wrapped yet.
I was thinking I cou…
-
Hey folks :wave: - I couldn't find anything in [the docs](https://rasterio.readthedocs.io/en/latest/topics/resampling.html) about this:
How do nodata values affect resampling, and how does resampli…
-
**Is your feature request related to a problem? Please describe.**
I have been trying to use this library for the inference of TensorFlow binary and multiclass segmentation models. I am able to use…
-
The polygon of the bounding box of the volume is trivially available as metadata in the vds through entries such as origin, rotation, spacing and number of samles.
More useful however, might be the…
-
Really well organized. I'm going to give it a try on deepforest and see what kind of results we get. Long term I'd like to add it to our baseline model -> https://deepforest.readthedocs.io/en/latest/,…
bw4sz updated
2 years ago
-
My code saves and analyzes data in NetCDF4 format. I have no problem whatsoever with the analysis.
However, when I run unit tests with `tox` on Linux I get a ton of HDF and OS errors, e.g.:
https://…