-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use of xarray #8
Comments
Indeed, xarray is quite powerful and does right out of the box lots of things we always try to put in a homemade library. |
I realized that a bit too late! When I'll have a bit of time, I'll try and use xarray and see what can be done |
https://github.com/pydata/xarray is a beast. I can do almost everything I was able to do with the homemade arguably DIY planetoplot, with all the additional power I have not explored yet, and all the professional coding and support and docs. Many thanks @rpennel for the comment! The only thing I needed in addition to xarray was simple CLI access (see pydata/xarray#2034) but I made a short program that does the job https://github.com/aymeric-spiga/xarray-cli |
many thanks too to @jvatantollone who got me wondering about alternate solutions with his opendap question #9 |
Adding geoviews in the mix could be useful http://geoviews.org/gallery/bokeh/xarray_image.html#bokeh-gallery-xarray-image |
planetoplot could use xarray, which would make a lot more versatile and less complicated library
The text was updated successfully, but these errors were encountered: