surfpy icon indicating copy to clipboard operation
surfpy copied to clipboard

Switch to PyGrib

Open mpiannucci opened this issue 4 years ago • 0 comments

For the version 1.0, grib files should be accessed using pygrib instead of grippy for robustness. This allows the ability to create more complex data charts and such.

This also means reworking the NOAAModel class some more to prioritize fetching data using the pygrib interface and packing it into BuoyData structure for forecast delivery but also exposing hooks to download full data chunks and for post processing into plots

mpiannucci avatar Jan 31 '21 03:01 mpiannucci