Skip to content

Commit

Permalink
update dependencies (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
fgebhart committed Mar 27, 2023
1 parent f044a2a commit 6b5df5d
Show file tree
Hide file tree
Showing 3 changed files with 119 additions and 112 deletions.
2 changes: 1 addition & 1 deletion mapa/stac.py
Expand Up @@ -48,7 +48,7 @@ def fetch_stac_items_for_bbox(
bbox = _turn_geojson_into_bbox(geojson)
client = Client.open(conf.PLANETARY_COMPUTER_API_URL, ignore_conformance=True)
search = client.search(collections=[conf.PLANETARY_COMPUTER_COLLECTION], bbox=bbox)
items = list(search.get_items())
items = list(search.items())
n = len(items)
if progress_bar:
progress_bar.steps += n
Expand Down

0 comments on commit 6b5df5d

Please sign in to comment.