Ryan May

Results 784 comments of Ryan May

Automation all that remains, but pulling this off the milestone.

@vinodneelakantam I think that information is better retrieved from the git history itself. I'm sure there have to be tools out there to help with that kind of analysis.

@leaver2000 Apologies for not responding sooner. I want to give a more thoughtful response, but just wanted to say that I am *very* interested in this work and it aligns...

This approach worked better than I would have feared and is in general a 👍 , assuming it accomplishes all that's needed for doing the inset plotting.

Congrats on your first PR to MetPy! 🎉 We hope to see you around in the future!

It would be nice to have some refactoring so that http byte-range/S3 support in netCDF-c can be used. Right now, it's only possible to use h5netcdf for this since file-like...

@guidocioni I can say we'd be happy to have the colormaps in [MetPy](https://github.com/Unidata/MetPy).

@guidocioni We have a simplified table format that lists the colors used [here](https://github.com/Unidata/MetPy/tree/main/src/metpy/plots/colortable_files).

This is largely because we considered relative humidity a derived quantity, since it is not contained within the source TTAA/TTBB reports. We have since had other contributions add the parsing...

> Well without the relative_humidity how can one calculate the LFC ? I tend to view things through the lens of using it with MetPy; the implementation of `lfc` in...