Skip to content
Snippets Groups Projects
Commit 4ad29118 authored by Riccardo Boero's avatar Riccardo Boero :innocent:
Browse files

Fixed error in handler arguments of reprojection script.

parent 4c823b26
No related branches found
Tags v0.2
No related merge requests found
......@@ -2,7 +2,7 @@ import argparse
from geotiff_processor.geotiff_handler import Geotiff2epsg4326
def main(zip_path):
handler = Geotiff2epsg4326(zip_path)
handler = Geotiff2epsg4326(zip_path, temp_dir_suffix)
handler.process()
if __name__ == "__main__":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment