Commit 5943b31d authored by Cresson Remi's avatar Cresson Remi
Browse files

WIP: drs import

1 merge request!1Develop
Pipeline #32893 passed with stage
in 30 seconds
Showing with 1 addition and 1 deletion
+1 -1
...@@ -21,7 +21,7 @@ print("Found {} DIMAP files in MS folder".format(len(dimap_xs_files))) ...@@ -21,7 +21,7 @@ print("Found {} DIMAP files in MS folder".format(len(dimap_xs_files)))
# find pairs # find pairs
print("Creating scenes...") print("Creating scenes...")
scene_list = [] scene_list = []
for dimap_file_xs in tqdm(dimap_xs_files): for dimap_file_xs in tqdm.tqdm(dimap_xs_files):
pan_path = dimap_file_xs[:dimap_file_xs.find("/PROD_SPOT")] pan_path = dimap_file_xs[:dimap_file_xs.find("/PROD_SPOT")]
pan_path = pan_path.replace("/MS/", "/PAN/") pan_path = pan_path.replace("/MS/", "/PAN/")
pan_path = pan_path.replace("_MS_", "_PAN_") pan_path = pan_path.replace("_MS_", "_PAN_")
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment