-
after successful installation of oceanwaves with pip install oceanwaves, following error occurs when import oceanwaves:
1 import functools
2 import numpy as np
----> 3 from xarray.pl…
-
Example dataset: https://downloads.psl.noaa.gov/Datasets/NARR/Monthlies/monolevel/albedo.mon.mean.nc
```
File "/Users/ahuang/repos/titiler-xarray/titiler/xarray/reader.py", line 52, in get_variabl…
-
### What happened?
When using `interp` on a 3-dimensional `DataArray` to extract values on a 2-dimensional surface, there is no extrapolation along one of the dimensions of the 2D plane (but the ot…
-
Establishing and documenting a standard benchmark suite for Parcels would bring an active focus to performance within the Parcels project.
This benchmarking suite could include whole simulation tests…
-
Using the MMS example of cdf_to_xarray in the documentation,
```
import xarray as xr
import os
import urllib.request
from cdflib.xarray import cdf_to_xarray
fname = 'mms2_fgm_srvy_l2_20160809_…
-
### What happened?
I'm trying to run `combine_first` on two DataArrays (on which a `sel` has been performed). This works fine if I manipulated the DataArrays directly in memory, but if I read them fr…
-
2023-04-21 04:58:09 ERROR Failed to complete
Traceback (most recent call last):
File "d:\anaconda3\lib\site-packages\climate_indices\__main__.py", line 1688, in main
_compute_write_index(kwr…
-
Here, it seems like lat/lon is hardcoded:
https://github.com/developmentseed/titiler-xarray/blob/main/titiler/xarray/reader.py#L52
One way to address finding x/y is using https://unidata.github.io…
-
I am having difficulty unstacking the cumulative displacement grids using the suggested optimization on Patreon. The velocity works fine and so do the other grids.
```
# unstack to 2D grid
yxunst…
-
### Bug summary
When installing Matplotlib (e.g. in the tests)
```
xarray 2022.12.0 requires numpy>=1.20, but you have numpy 1.19.3 which is incompatible.
pandas 1.5.2 requires numpy>=1.20.3; …