Joe Hamman
Joe Hamman
With multiple authors now writing python sources in the VIC repo, it would be useful to standardize on the PEP8 styling. usage: ``` ./run_code_format.bash ``` would run both uncrustify and...
Would potentially support NuWRF and NASA-LIS.
In the last few weeks, a number of folks have asked for specific resources for specific binders. Examples of these requests are: - can I have a pod with a...
We are developing a tool for streaming N-D arrays from low level languages (Fortran/C) to Python. We are using Redis and are in the process of designing an Xarray backend...
At the CMIP6 hack week last year, @YifanCheng implemented much of the MACA method in Python. His code is available here: https://github.com/EricKeenan/cmip6-downscalling/blob/master/notebooks/implement_MACA.ipynb It would be good to pull this implementation...
I've been searching around for some off-the-shelf functionality that could be incorporated here in `xsd`. I thought it would be useful to start cataloging specific packages to help guide the...
For the BCSD method, the tails should be extrapolated using a normal distribution for temperature and either a EV1 or EV3 for precip. The current implementation of tail extrapolation only...
It is currently [possible](https://gateway.dask.org/install-kube.html#additional-configuration) to add arbitrary kubernetes configuration to the scheduler and worker objects via `extraPodConfig`. Is there a way to do this for the core Gateway services (api,...
I'd like to propose dask-kubernetes deprecate the current usage of `worker-template` and `worker-template-path` from the config file. I suggest this for a few reasons: - Specification of the full cli...
I've recently learned (the hard way) that Intake's cache functionality uses dask to download files lazily / in parallel. This functionality is great but should be documented (probably in https://intake.readthedocs.io/en/latest/catalog.html#caching-source-files-locally)....