From 9ffc247fa2a9451703834a44048735c77440351c Mon Sep 17 00:00:00 2001
From: Emma Oceguera-Conchas <113361856+E-O-Conchas@users.noreply.github.com>
Date: Wed, 8 Nov 2023 10:36:19 +0100
Subject: [PATCH] Has ben updated

---
 4.create_vrt_from_valid_tiles.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/4.create_vrt_from_valid_tiles.py b/4.create_vrt_from_valid_tiles.py
index ec843c9..b6ad02e 100644
--- a/4.create_vrt_from_valid_tiles.py
+++ b/4.create_vrt_from_valid_tiles.py
@@ -11,8 +11,8 @@ work: create the vrt from the valid tiles that has been created in the step 4
 from osgeo import gdal
 
 # Define the paths
-input_txt_file = r"S:\Emmanuel_OcegueraConchas\fragmentation_estonia_test\valid_tiles.txt" # Replace with the path to your text file
-output_vrt_file = r"S:\Emmanuel_OcegueraConchas\fragmentation_estonia_test\valid_tiles.vrt"     # Replace with the desired VRT file path
+input_txt_file = r"S:\Emmanuel_OcegueraConchas\eu_fragmentation_forest\valid_tiles_test2.txt" # Replace with the path to your text file
+output_vrt_file = r"S:\Emmanuel_OcegueraConchas\eu_fragmentation_forest\valid_tiles_test2.vrt"     # Replace with the desired VRT file path
 
 # Read the list of image file paths from the text file
 with open(input_txt_file, "r") as file:
-- 
GitLab