Skip to content

Commit d0c5dc2

Browse files
authored
Merge pull request #129 from esciencecenter-digital-skills/fix-collection-id
Fix collection id variable
2 parents 995308b + c06d478 commit d0c5dc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

episodes/05-access-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ following syntax (see [docs](https://pystac-client.readthedocs.io/en/stable/usag
314314

315315
```python
316316
search = client.search(
317-
collections=[collection],
317+
collections=[collection_sentinel_2_l2a],
318318
intersects=point,
319319
datetime='2023-07-01/2023-08-31',
320320
query=['eo:cloud_cover<1']

0 commit comments

Comments
 (0)