Skip to content
Snippets Groups Projects
Commit 9ffc247f authored by Emma Oceguera-Conchas's avatar Emma Oceguera-Conchas
Browse files

Has ben updated

parent b91deceb
Branches
No related tags found
No related merge requests found
...@@ -11,8 +11,8 @@ work: create the vrt from the valid tiles that has been created in the step 4 ...@@ -11,8 +11,8 @@ work: create the vrt from the valid tiles that has been created in the step 4
from osgeo import gdal from osgeo import gdal
# Define the paths # Define the paths
input_txt_file = r"S:\Emmanuel_OcegueraConchas\fragmentation_estonia_test\valid_tiles.txt" # Replace with the path to your text file 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\fragmentation_estonia_test\valid_tiles.vrt" # Replace with the desired VRT file path 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 # Read the list of image file paths from the text file
with open(input_txt_file, "r") as file: with open(input_txt_file, "r") as file:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment