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'm attempting to use the intake_stac.StacCollectionclass in a similar way to other non-stac intake catalogs, but I noticed it doesn't yet have a to_dask() function implemented:
The text was updated successfully, but these errors were encountered:
@edwardchalstrey1 this library only implements .to_dask() for Items not Collections.
You are trying to load the entire sentinel-s2-l2a collection into a single dask-backed Xarray dataset, which would require some sophisticated alignment and possibly reprojection.
I'm attempting to use the
intake_stac.StacCollection
class in a similar way to other non-stac intake catalogs, but I noticed it doesn't yet have ato_dask()
function implemented:The text was updated successfully, but these errors were encountered: