-
Notifications
You must be signed in to change notification settings - Fork 36
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
Examples for NetCDF, HDF4, HDF5, TIFF, and OPeNDAP #5
Comments
xarray also supports backends that access grib, and zarr formats. Examples may want to include those formats as well. |
Yes, agree on GRIB (via |
Except I notice PyNIO still isn't released for py3. |
Yes, NCAR/pynio#17 is still lingering. I have been using their dev release of the python3 code and it seems to be working. I wouldn't let this slow you down though. They'll have to get it done by the end of the year because xarray is dropping py2 support then. |
@jhamman , is loading via pynio compatible with the chunks= parameter, i.e., using with dask? |
(never mind, found a GRIB, tried it, and it works just fine) |
What is the status of intake-xarray and open-dap served datasets? |
Local files (netcdf, grib, tiff, zarr...) and remote (zarr only) datasets will be totally good. As of #11 , intake should also be able to stream any of these formats, i.e., so that you can read netcdf remotely. The server isn't meant for production, however, and doubtless isn't any kind of performant - it's really meant as POC from a big data point of view. |
A few simple example catalogs for these file types that:
The text was updated successfully, but these errors were encountered: