Replies: 3 comments
-
|
I think the easiest would be to add an |
Beta Was this translation helpful? Give feedback.
-
|
Copying some relevant comment from DS slack: Thanks for tagging me in here @Henry Rodman. @vincentsarago for context I have been hacking away inside titiler.xarray here (relevant discussion also in this PR). This works for icechunk (native and virtual), but is at the moment just a proof of concept.
Like could we have Or we could modularize this even more by splitting the file/store opening and then passing the output to a pure xarray opener. Sorry this got a bit convoluted, but I guess my larger question is if we want to give users more control over all opening parameter in xr.open_dataset, or do we aim to push a lot of that logic to xarray upstream (this might help a lot!). And should all of this logic live in titiler.xarray or rather in apps like titiler-multidim? Happy to chat more about this. |
Beta Was this translation helpful? Give feedback.
-
|
Notes from the conversation today. Action items:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
In applications that are reading from cloud-hosted datasets there is a need for a wide variety of authentication-related modifications to the default
openerintitiler.xarray.io.Reader. I am opening this discussion thread so we can come up with a strategy to improve the default behavior in a way that maximizes the utility of the defaultopenerwhile maintaining flexibility for downstream applications to provide their ownopener.Related issues/PRs:
#1246
developmentseed/titiler-cmr#88
#1235
developmentseed/titiler-multidim#101
cc @jbusecke @abarciauskas-bgse @maxrjones @vincentsarago @sharkinsspatial
Beta Was this translation helpful? Give feedback.
All reactions