Ryan May

Results 784 comments of Ryan May

I appreciate you running down the fix. The problem is that this function really has to be kind of naive. We really have no idea what the timezone is for...

There is not currently a way to do this, since it's unclear to me how to put this information into the same returned `DataFrame` as the profile data without an...

@eliteuser26 So how are you incorporating scalar (i.e. singular) values within a dataframe that contains columns of T, Td, etc. that are all indexed on pressure?

The only way I can think of automating/eliminating repetition is to use a requirements file that somehow gets embedded into the appropriate doc page (not even sure if that's baked...

While I'm all for automation, that feels like there are many hours hiding in getting that in place--essentially in just making sure the docs stay up to date. `setup.py` and...

Just noting here that vertical coordinates aren't always pressure, so we'll have to think generically. This will be easier if units are in the metadata, which is _hopefully_ the case.

Hrmmm....for some reason the v0.9 docs were never even added to the `gh-pages` branch. Likely a bunch of GH actions updates is needed.

You could add `default_compression` as an attribute with no corresponding constructor argument.

Bearing in mind that we at Unidata are considering adding some additional compression methods to netCDF, so it may not always be as simple as `zlib=True/False`.

I'm hesitant to suggest changing/adding any interfaces based on things that are still very much in the proof of concept phase. If we're talking about already adding things, then I...