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

Fixed a second error in arguments of main fix_geotiffs.py

parent 4ad29118
No related branches found
No related tags found
No related merge requests found
import argparse
from geotiff_processor.geotiff_handler import Geotiff2epsg4326
def main(zip_path):
def main(zip_path, temp_dir_suffix):
handler = Geotiff2epsg4326(zip_path, temp_dir_suffix)
handler.process()
......
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