Skip to content

Commit

Permalink
Changed default distance to stations to 1000m (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogsilva authored Sep 27, 2024
1 parent ef80324 commit f32cd4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arpav_ppcv/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class ArpavPpcvSettings(BaseSettings): # noqa
palettes_dir: Path = Path(__file__).parents[1] / "data/palettes"
prefect: PrefectSettings = PrefectSettings()
martin_tile_server_base_url: str = "http://localhost:3000"
nearest_station_radius_meters: int = 200
nearest_station_radius_meters: int = 1000
v2_api_mount_prefix: str = "/api/v2"
log_config_file: Path | None = None
session_secret_key: str = "changeme"
Expand Down

0 comments on commit f32cd4f

Please sign in to comment.