-
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
Continue work on transition of load_array
and load_meta
#31
Comments
#17 is the same issue but more specific to GeoTiff file support. |
SHould it be called 'load_mldataset'? |
Hey @PeterDSteinberg, responding to your last comment - do you think it would make sense to call this In terms of integrating with xarray_filters / MLDataset, I was thinking we could add a MLDataset.load() method (or something similar), which could then call Regarding what we may be able to feed back to xarray from the GeoTiff work in earthio - if you recall the table I created a few months ago, I think we've closed the gap (to some extent) in xarray by preserving more of the GeoTiff metadata than was previously being collected. Also, the geotransform features - and I could be wrong here - were added to MLDataset with the Step work we did a few weeks ago. It might be a good idea to transition to using the |
|
Cool, thanks for the feedback. I'll get started on the implementation shortly. |
Closing this issue now that #39 is merged. Opened ContinuumIO/xarray_filters#43 to identify the remaining work left to be done, which is in the |
How do
load_array
andload_meta
fromearthio
relate to dataset loading capabilities in xarray?For examples:
earthio
that should be inxarray
? Theearthio
GeoTiff reader (withrasterio
) was a Phase I thing beforexarray
added GeoTiff support.earthio
'sload_array
andload_meta
need to exist? Can everything they do now be effectively pushed intoxarray
? This may already be the case for the NetCDF reader.The text was updated successfully, but these errors were encountered: