Skip to content

Commit

Permalink
Rename .get_all_items() to .item_collection()
Browse files Browse the repository at this point in the history
  • Loading branch information
weiji14 authored and Kirill888 committed Oct 7, 2024
1 parent 136eb47 commit 1c7abd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/samples/save-cog-from-stac.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
collections=["landsat-8-c2-l2"],
datetime="2021-07-01T08:00:00Z/2021-07-01T09:00:00Z",
bbox=(-180, -50, 180, 50),
).get_all_items()
).item_collection()

# Compute Polygon of the pass in EPSG:3857
ls8_pass = geom.unary_union(
Expand Down

0 comments on commit 1c7abd0

Please sign in to comment.