Skip to content

Commit

Permalink
Update 05-access-data.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fnattino authored Jun 20, 2024
1 parent 79bc1cf commit 6e491c2
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 @@ -329,7 +329,7 @@ items = search.item_collection()
items.save_object("rhodes_sentinel-2.json")
```

This creates a file in GeoJSON format, which we will reuse here and in the next episodes. Note that this file contains the metadata of the files that meet out criteria. It does not include the data itself, only their metadata and links to where the data files can be accessed.
This creates a file in GeoJSON format, which we will reuse here and in the next episodes. Note that this file contains the metadata of the files that meet our criteria. It does not include the data itself, only their metadata and links to where the data files can be accessed.

## Access the assets

Expand Down

0 comments on commit 6e491c2

Please sign in to comment.