Skip to content

Commit

Permalink
Update Radar Rotnest
Browse files Browse the repository at this point in the history
  • Loading branch information
lbesnard committed Jan 22, 2025
1 parent e0d91bb commit 4fd4feb
Show file tree
Hide file tree
Showing 2 changed files with 775 additions and 1,162 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

def main():
# for i, year in enumerate(range(2010, 2025)):
for i, year in enumerate(range(2013, 2025)):
for i, year in enumerate(range(2019, 2025)):
command = [
"generic_cloud_optimised_creation",
"--paths",
Expand All @@ -18,8 +18,8 @@ def main():
]

# Add --clear-existing-data for the first iteration only
if i == 0:
command.append("--clear-existing-data")
# if i == 0:
# command.append("--clear-existing-data")

# Run the command
subprocess.run(command, check=True)
Expand Down
Loading

0 comments on commit 4fd4feb

Please sign in to comment.