Kevin Paul

Results 107 comments of Kevin Paul

Thanks for the ping, @choldgraf! I think this would be an awesome feature that Project Pythia will use. So far, I can't see any design problems with its current form...

`sticky` or `fixed`? Having both the navbar and the content-level header bar `fixed-top` is possible, as long as you set the css `top` attribute appropriately with the right offset. We...

Probably need instructions for the Beginner tutorial *separately* from the Intermediate tutorial. - The Beginner tutorial instructions will probably be minimal, namely just make sure people can install `miniconda` and...

Based on the examples in the README, it sounds like `xgriddedaxis` *should* be included in `cf-xarray`. It depends on the `bounds` attribute, which infers CF-compliance, and it supplies some excellent...

@andersy005 I'm not sure if I am remembering this correctly, but my memory tells me that we envisioned that the `xgriddedaxis` would fit into the existing `xarray` workflow of dealing...

Personally, since I think we *have* an interim solution already, I like the idea of the `ds.cf.resample` interface.

I'm concerned about colliding namespaces. Is it fair to say that we could implement functionality in `xclim` in a thin layer of `cf-xarray`, where it makes sense? That is, make...

Ok. I guess I need to look more closely at `xclim` and learn what it *actually does*. 😄

ASAPTools is already Py3 ready. The other tools need to be upgraded, but that should not be hard with packages like six and modernize. Plus, they are smaller codebases.