Skip to content
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

Closed
snowman2 opened this issue Jun 25, 2019 · 7 comments · Fixed by #31
Closed

Add open function. #7

snowman2 opened this issue Jun 25, 2019 · 7 comments · Fixed by #31

Comments

@snowman2
Copy link
Member

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).

@snowman2
Copy link
Member Author

Once the changes are added to the xarray.open_rasterio function. This can be removed or simply use xarray.open_rasterio under the hood.

@snowman2
Copy link
Member Author

Another option could to read the data into dask chunks if the blockxsize and blockysize are set. See #9

@snowman2
Copy link
Member Author

snowman2 commented Jul 5, 2019

Another useful feature on this would be the ability to read/write attributes in the raster bands.

@snowman2
Copy link
Member Author

snowman2 commented Jul 9, 2019

Related to #19, probably useful to load in additional items from the profile.

@snowman2
Copy link
Member Author

Also good to have noted: pydata/xarray#2314

@snowman2
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant