-
* demquery version: 0.3.1
* Python version: 3.8.6
* Operating System: Windows 10
### Description
Trying to add elevation values to a map of Amsterdam using TIFs from pdok.nl. I'm confident tha…
-
The idea is to produce a Tiers of electricity consumption map that would help assess the potential areas where electric cooking can be implemented. The initial idea is to use Falchetta et al. approach…
-
### What happened?
I have noticed a behaviour when using xr.merge to combine results where the datatype of the inputs are changed on the output to float.
This is undesirable at times, in particula…
-
Hi just wanted to understand if Viztracer can trace and see which parts of .pyx file is used.
_rasterize is a function within _features.pyx , and it is used very frequently in features.py file here…
-
#### Code Sample, a copy-pastable example if possible
This example uses MODIS in HDF4 data, available on request.
```python
import numpy as np
import xarray as xr
from rioxarray.merge…
-
### What happened?
`xarray` always converts "datetime64" types to nanoseconds.
`xarray` also silently does nothing when calling `.astype('datetime64[ms]')` on an `datetime64` type.
### What did y…
-
Hi all,
if a xr.Dataset is chunked, i cannot do ds.time.min(), i get an error : `ufunc 'add' cannot use operands with types dtype('
INSTALLED VERSIONS
------------------
commit: None
python…
-
### What happened?
I have a simple DataArray with `datetime[ns]` inside, but when I try to convert this to a supported numpy datetime dtype, the results is still a `datetime[ns]`.
Using the `value…
-
**What happened**:
When `bottleneck` is installed in an environment, it seems to ignore the `min_periods` kwarg on `ds.rolling(...)`.
**What you expected to happen**:
When using `ds.rolling(.…
-
`{DataArray,Dataset}.rank()` requires a single `dim`. Why not support an optional list of dimensions (defaulting to all)?
```
In [1]: import numpy as np, xarray as xr …