From 6e491c2b48cc63ad0fa3406bfad68d6801a7bc58 Mon Sep 17 00:00:00 2001 From: Francesco Nattino <49899980+fnattino@users.noreply.github.com> Date: Thu, 20 Jun 2024 15:49:27 +0200 Subject: [PATCH] Update 05-access-data.md --- episodes/05-access-data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/episodes/05-access-data.md b/episodes/05-access-data.md index 8cd90d08..64f54972 100644 --- a/episodes/05-access-data.md +++ b/episodes/05-access-data.md @@ -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