Skip to content

Instantly share code, notes, and snippets.

@rsignell-usgs
Created February 17, 2022 20:34
Show Gist options
  • Save rsignell-usgs/8cc1d3b8832cd89f984f75db761eaf59 to your computer and use it in GitHub Desktop.
Save rsignell-usgs/8cc1d3b8832cd89f984f75db761eaf59 to your computer and use it in GitHub Desktop.
odc-landsat.ipynb
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@xxie12
Copy link

xxie12 commented Jun 23, 2022

Hi, when I tried this

dc = stac_load(item_collection,
               bands=("red", "green", "blue"),
               chunks={"x": 2048, "y": 2048},
               output_crs=output_crs,
               resolution=resolution,
               groupby='solar_day',
               stac_cfg=cfg
)

it keeps getting me the error message and I followed exactly the steps you have and chose the same collection id. Could you please help me with this? Thanks!
xxs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment