Skip to content

Commit

Permalink
Update export_accidents.py
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippMatthes authored Apr 8, 2024
1 parent f156170 commit 6191ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion export_accidents.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import pandas as pd

MIN_YEAR = 2016
MAX_YEAR = datetime.date.today().year
MAX_YEAR = 2022

def get_geojson_path(year):
return f"./data/accidents/accidents_{year}.geojson"
Expand Down

0 comments on commit 6191ba7

Please sign in to comment.