You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand that TiTiler's API needs a url query parameter to point to the dataset to serve. This URL can be file://path_to_dataset if the dataset is local. For an xarray.DataArray, this forces users to store it e.g. in a Zarr dataset, which looks like an unnecessary step. Is it possible to point TiTiler directly to an in-memory DataArray?
The text was updated successfully, but these errors were encountered:
I understand that TiTiler's API needs a
url
query parameter to point to the dataset to serve. This URL can befile://path_to_dataset
if the dataset is local. For anxarray.DataArray
, this forces users to store it e.g. in a Zarr dataset, which looks like an unnecessary step. Is it possible to point TiTiler directly to an in-memoryDataArray
?The text was updated successfully, but these errors were encountered: