-
I believe I have found an additional bug related to non-increasing time (whether it needs to be monotonic I do not know).
I didn't know how to formulate the title in a more concise way, apologies.
…
-
#### Problem Description
When using DataSet.from_dataframe (DataArray.from_series) to convert a pandas dataframe with DateTimeIndex having a timezone - xarray convert the datetime into a nanosecond …
-
**What happened**:
I created a Dataset from a Dataarray with a data name equal to its dimension name and no coordinate. When saving the Dataset as netcdf and opening that netcdf as a Dataset agai…
-
**What happened**:
Slice do not have the same effect when working with `sel` and `isel`.
The stop bound is not selected with `isel` while it is with `sel`.
**What you expected to happen**…
-
#### MCVE Code Sample
```python
xr.Dataset(
{
"A": ("x", [np.nan, 2, np.nan, 0]),
"B": ("x", [3, 4, np.nan, 1]),
"C": ("x", [True, True, False, False]),
…
Hoeze updated
4 years ago
-
### What happened?
I am trying to use xarray's smart broadcasting to do computation with two DataArrays, one of which has two indexes set for one of its dimensions. When taking the difference between…
-
I apologize in advance for posting an issue that may be incomplete.
After a recent library update I am no longer able to use rechunker for [my use case](https://nbviewer.jupyter.org/github/apatlpo/…
-
Right now it appears that the geocoded outputs match the resolution of the input dem (30x30 m). We will want to customize the output pixel resolution for each multilook combination like this:
| Mul…
-
Als een tif bestand geen crs heeft moet dit worden toegevoegd.
-
Would there be interest in adding a 'cookbook' section to the docs a-la [Pandas](http://pandas.pydata.org/pandas-docs/stable/cookbook.html)? The current Recipes section might then be better renamed as…