Ag Stephens

Results 17 issues of Ag Stephens

Hi @jhamman, xpublish looks really neat. Does it provide a way to serve data holdings dynamically so that you could potentially serve millions of files? This would allow users to...

enhancement
help wanted
Plugins

- [x] Clone `esgf-pyclient` into a sandbox environment - [x] Run the unit tests and check if any need fixing - [x] Make updates to the `requests-cache` library interface as...

See: https://github.com/ESGF/esgf-pyclient/pull/53

Aug2020

Ref: https://github.com/ESGF/esgf.github.io/wiki/ESGF_Search_REST_API

enhancement

### Is your feature request related to a problem? Please describe. Hi, this is a question and not a feature request. I have been playing with creating a dataset python...

enhancement

DKRZ are loading CMIP6 into Zarr. Here are some of their experiences with `xarray.open_mfdataset`: One problem with the following line: ``` ds = xarray.open_mfdataset(catvar.df["path"].to_list(), use_cftime=True, combine="by_coords") ``` Xarray does not...

Let's see if we can add time bounds into the outputs from `time_average(...)`: https://github.com/roocs/clisops/blob/average_time/clisops/core/average.py#L275-L279 I did some playing with `xarray` and it might be relatively simple to do this... ```...

- [ ] Identify the list of CORDEX datasets currently released to the CDS (https://cds.climate.copernicus.eu/cdsapp#!/dataset/projections-cordex-domains-single-levels?tab=form) - [ ] Add some of those datasets to the `mini-esgf-data` repo (https://github.com/roocs/mini-esgf-data) - in...

* clisops version: * * Python version: * * Operating System: * ### Description There is a new global level `unify_chunks()` function in `xarray` that we should check out. It...

* clisops version: 0.6.5 * Python version: 3.7+ * Operating System: All ### Description Tests demonstrate an error. Computing with `ds.mean()` over an array containing `cftime.datetime` objects is not yet...