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 recently learned about odc-stac, which like stackstac provides methods for loading STAC items as xarray objects. the differences between the two are discussed here:
my takeaway from the discussion above is that odc-stac is better for wide problems, like creating mosaics. learners will need to create mosaics for many of the problems they encounter, so I'd potentially like to teach this instead of stackstac (which is slower for wide problems and forces epsg codes). It also sounds like odc-stac is being developed to improve it's efficiency for tall data processing and large datasets.
FYI I'm planning to add equivalent groupby functionality to stackstac eventually gjoseph92/stackstac#66 (comment). Currently though, I'd definitely recommend odc-stac instead for mosaics.
I recently learned about odc-stac, which like stackstac provides methods for loading STAC items as xarray objects. the differences between the two are discussed here:
opendatacube/odc-stac#54
my takeaway from the discussion above is that odc-stac is better for wide problems, like creating mosaics. learners will need to create mosaics for many of the problems they encounter, so I'd potentially like to teach this instead of stackstac (which is slower for wide problems and forces epsg codes). It also sounds like odc-stac is being developed to improve it's efficiency for tall data processing and large datasets.
cc @srmsoumya @rogerkuou @fnattino @SarahAlidoost
The text was updated successfully, but these errors were encountered: