mirror of
https://forge.chapril.org/tykayn/osm-commerces
synced 2025-10-04 17:04:53 +02:00
up
This commit is contained in:
parent
66bbce5e85
commit
a695a8ef03
9 changed files with 353 additions and 12 deletions
|
@ -186,7 +186,7 @@ def process_city_history(input_file, poly_file, cleanup=False, benchmark=False):
|
|||
os.makedirs(temp_dir, exist_ok=True)
|
||||
|
||||
# Construire la commande avec les options supplémentaires
|
||||
command = f"python3 {loop_script} --input {input_file} --poly {poly_file} --output-dir {output_dir} --temp-dir {temp_dir}"
|
||||
command = f"python3 {loop_script} --input {input_file} --poly {poly_file} --output-dir {output_dir} --temp-dir {temp_dir} --max-dates 100"
|
||||
|
||||
# Ajouter les options de nettoyage et de benchmark si activées
|
||||
if cleanup:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue