-
Notifications
You must be signed in to change notification settings - Fork 17
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
Review / modify earthio/tif.py as it relates to xarray rasterio #17
Comments
Worth noting that once PR holoviz/datashader#375 is merged, datashader will rely on xarray's new rasterio backend. Since I just did the integration work there, I'll start adding comments to this issue to summarize my observations. |
My high-level observations are summarized below:
Based on this, I think there's a lot of overlap - both are essentially achieving the same goal, although xarray seems to already be using dask to do a subset of what earthio does now without dask. Rather than add another xarray backend I think it would save us time to update |
@gbrener Thank you for the summary - that helps. I agree this issue should become a modification of the |
@PeterDSteinberg I just created an issue on xarray which requests the additional attributes alluded to in the table above (pydata/xarray#1456) and opened a PR to address it. |
The PR to add additional metadata attributes was merged into xarray. I created an interim dev release of xarray and hosted the packages on my channel, to tie over datashader development until xarray v0.9.7 comes out. The dev release can be installed with:
The interim dev package version should be |
Closing this as we are moving it to a documentation need (#36) |
This PR 1260 in xarray added a rasterio backend. We need to see how this is similar or not to earthio/tif.py which uses
rasterio
for reading GeoTiff files.The text was updated successfully, but these errors were encountered: