Joe Hamman

Results 587 comments of Joe Hamman

@mrstu, have you used either of these projects?

We need to update the conda environments for RVIC. If anyone is open to trying this, the relevant repository is here: https://github.com/UW-Hydro/conda-recipes-uwhydro/tree/master/rvic This is not something I have time for...

@jschap1 - we're adding RVIC to conda-forge but be aware, only for python 3.6. I'll close this issue once RVIC is available via conda forge. xref: https://github.com/conda-forge/staged-recipes/pull/5131

Thanks @ocefpaf - `cf_units` looks like it will be the best options moving forward. Once there is Python 3 support, I'll give it a try here. related: https://github.com/SciTools/cf_units/pull/22

can you put your convolution configuration file somewhere we can see it?

@frezersa , @manueldeljesus, @corinat -- If anyone is open to opening a pull request with a fix to this, that would very welcome. In the short term, I don't have...

I think we can just leave out the `error_callback` argument in python 2.7. Some psudo code: ``` Python def _make_async_kwargs(): kwargs = dict(callback=store_result) if py3: kwargs['error_callback'] = error return kwargs...

NCAR has to be one of the largest single user groups of ncview. I'm sure there would be broad interest in support for in the Casper/Cheyenne JupyterHub deployment.

@rabernat I wonder if the dot-binder directory isn’t supported by onbuild. I'm pretty sure this is the problem: https://github.com/pangeo-data/pangeo-stacks/blob/ae634bf963bc07f043fa8899e84d124b32146ade/onbuild/r2d_overlay.py#L27-L30

@yuvipanda may know best here but I think this is actually a feature of KubeSpawner. I say that because escaping the hyphen is actually part of the test suite: https://github.com/jupyterhub/kubespawner/blob/8a6d66e04768565c0fc56c790a5fc42bfee634ec/tests/test_spawner.py#L292...