-
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…
-
### What happened?
Calling the `drop_sel` method on a `DataArray` object produces an incorrect result if the axis involved is indexed by a MultiIndex.
Assuming that dimension `'direction'` is inde…
-
I am using `branches = grid.extract_river_network(fdir, acc > 100, apply_output_mask=False)` to convert my stream network to GeoJSON. This works nicely and returns the stream segments that I'm interes…
-
Need to add logic to gracefully handle missing data.
Current error:
```
stderr
---
File "", line 8, in udf
arr = utils.dsm_to_tile(bbox, z_levels=z_levels, verbose=verbose)
^^…
-
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://…
-
I'm trying to write a netcdf file directly from xarray to S3 object storage. I'm wondering:
1. Why writing NetCDF files requires a "seek"
2. Why the `scipy` engine is getting used instead of the …
-
I'm not sure if this is a bug or a feature, to be honest. I noted that expanded scalar coordinates would retain their scalar values, and so thought that non-dimension coordinates might keep their ref…
-
As it was reported in https://github.com/sepal-contrib/sepal_smfm_biota/issues/42, there is a problem related to `gdal`, I've been doing some test in my `test-venv`, and apparently, this is happening …
-
**What happened**:
Assigning a new non-dimension coordinate of type `MultiIndex` to a `Dataset/DataArray` returns an object that has the new coordinate as type `Object` instead of `MultiIndex`.
…
-
It gives `NotGeoreferenced` warning
```
(tensorflow2_p37) ubuntu@ip-172-31-7-137:~/Sentinel_2A_PS/DSen2/testing$ python ./s2_tiles_supres.py ../../S2A_MSIL1C_20200514T052651_N0209_R105_T43RGM_2020…