ContinuumIO / earthio

Data reader utilities for machine learning on satellite imagery and Earth science data
32 stars 17 forks source link

Use Grib files with xarray / earthio #20

Open PeterDSteinberg opened 7 years ago

PeterDSteinberg commented 7 years ago
martindurant commented 7 years ago

Should this be cross referenced as an issue on xarray?

darothen commented 7 years ago

FYI, Python 3 support from pynio should be coming soon. A nudge over there might make it happen even faster :)

snowman2 commented 7 years ago

This may be helpful: https://github.com/snowman2/pangaea

It uses pynio/xarray for HRRR grib files: https://github.com/snowman2/pangaea/blob/master/.travis.yml

PeterDSteinberg commented 7 years ago

Thank you for the suggestion, @snowman2 - I had not heard of pangaea. In either case of pangaea or pynio alone, it appears there is only Python 2.7 support for Grib files currently. I'll test this out when pynio supports Python 3 and address the other checklist items in the first comment of mine on this issue. I'll comment on a pynio issue.