Skip to content

Commit

Permalink
Merge pull request #129 from esciencecenter-digital-skills/fix-collec…
Browse files Browse the repository at this point in the history
…tion-id

Fix collection id variable
  • Loading branch information
fnattino authored Jan 15, 2025
2 parents 995308b + c06d478 commit d0c5dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/05-access-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ following syntax (see [docs](https://pystac-client.readthedocs.io/en/stable/usag

```python
search = client.search(
collections=[collection],
collections=[collection_sentinel_2_l2a],
intersects=point,
datetime='2023-07-01/2023-08-31',
query=['eo:cloud_cover<1']
Expand Down

0 comments on commit d0c5dc2

Please sign in to comment.