Eric Bruning
Eric Bruning
Yes, go ahead! > On Apr 11, 2018, at 15:58, Ryan May wrote: > > In cleaning up docs, adding tests, and a few other minor things, is it ok...
One of my students using this script just ran into an issue where ABI data from 2019/244 (now in mode 6) only downloaded the first hour, even though the start,...
+1 to implementing the next step proposed above: consume the whole catalog without the list comprehension. A further step would be to crawl the full depth starting from a top...
Ah, right you are, this is very Pythonic dict behavior once you recognize the keys are the dataset.name strings. Would you be open to a docstring change to make the...
OK, PR for the doc fix is above. I suggest also updating section 3. of the [workshop tutorial on Siphon](https://unidata.github.io/python-training/workshop/Siphon/siphon-overview/), which is the code I was copying when I confused...
This continues to be subtle and surprising to me. I thought I understood well enough to write this up for the tutorial, and then `cat.datasets[1:3]` gave me a list of...
I'm using HDF5 (and netcdf4) as built and installed via Anaconda, and with #679 the build process no longer automatically detects the HDF5 libraries. This step was not necessary for...
I finally had time to write up a draft of this. I [put it in a gist](https://gist.github.com/deeplycloudy/d5d4f137dd7496434e09f1fbc2122b0f) for now.
As a heads up, I think I'm going to tuck this in at the end of `make_tracks` in `tracks.py`. I discovered a few other coordinate and variable name things to...
Regarding an ability to request xarray output, definitely. This would pull some clutter out of our scripts, and would nudge/provide a path for users to adopt xarray as we look...