-
@kmpaul, @matt-long, @jukent
I wanted to let you know that I added data collected during xarray/dask scaling preliminary study [here](https://github.com/NCAR/esmlab/blob/master/benchmarks/clean_es…
-
When running
```
$ ./driver.py -i sample_input_files/woa2005.yml
```
I get the following error
```
INFO (_plot_climo): generating plot: state-map-woa2005-comp_nitrate_0m_ANN
/glade/work/m…
-
Our CHANGELOG should be updated with each PR and formalized in a similar manner to https://github.com/pydata/xarray/blob/master/doc/whats-new.rst.
-
@matt-long, @mnlevy1981, @kmpaul:
I would like to know your thoughts on dropping Python 2.7 suppport in future versions of `esmlab`.
I am currently working on integrating some functionality from […
-
I'm calling `ds_ann = compute_ann_mean(ds)` on an xarray Dataset with `ds.time` is encoded, and it fails down in xarray.
The python code in the following file, which has a .txt suffix to enable me …
-
This line
https://github.com/NCAR/esmlab/blob/878b80c3477a6c9fd990148ada299b51217d3020/esmlab/statistics.py#L39
should check for iterable, not just list.
-
If I use `xr.open_dataset` with `decode_times=True` (the default) to open a dataset `ds`, then the values of both `ds.time` and `ds[tb_name]` are converted to cftime objects (`tb_name=ds.time.attrs['b…
-
Do you use esmlab so far?
This seems really nice to me for weighted averages and stuff...
https://github.com/NCAR/esmlab/
-
Resampling daily to monthly data using `resample` returns an erroneous time axis and time_bounds.
For instance:
```python
case = 'b.e21.BWHIST.f09_g17.CMIP6-historical-WACCM.001'
droot = f'/glad…
-
See
https://github.com/pydata/xarray/blob/aabda43c54c6336dc62cc9ec3c2050c9c656cff6/xarray/tutorial.py