diff --git a/4.create_vrt_from_valid_tiles.py b/4.create_vrt_from_valid_tiles.py index ec843c9e680d9463fd1ca552efa249c3abad7718..b6ad02e1e7f4b333342d23fd5007754e042678f3 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: