Skip to content

Commit

Permalink
download legacy CSV files for older years
Browse files Browse the repository at this point in the history
  • Loading branch information
avaldebe committed Nov 14, 2024
1 parent 87a9055 commit 2c218c8
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions airbase/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,16 +106,7 @@ def legacy(
path: Path = typer.Option(
"data", "--path", exists=True, dir_okay=True, writable=True
),
year: int = typer.Option(
2024,
"--year",
min=2024,
max=2024,
help="""\b
The service providing air quality data in CSV format will cease operations by the end of 2024.
Until then it will provide only **unverified** data (E2a) for 2024.
""",
),
year: int = typer.Option(2024, "--year", min=2013, max=2024),
overwrite: bool = OVERWRITE,
quiet: bool = QUIET,
):
Expand Down

0 comments on commit 2c218c8

Please sign in to comment.