-
Notifications
You must be signed in to change notification settings - Fork 85
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
Add open function. #7
Comments
Once the changes are added to the |
Another option could to read the data into dask chunks if the |
Another useful feature on this would be the ability to read/write attributes in the raster bands. |
Related to #19, probably useful to load in additional items from the profile. |
Also good to have noted: pydata/xarray#2314 |
The
xarray.open_rasterio
function exists, but it has issues with loss of CRS information due to export to PROJ string. Additionally, it would be nice to have the data loaded into standard netCDF locations (e.g.nodatavals
should use_FillValue
).The text was updated successfully, but these errors were encountered: