more city data radius

This commit is contained in:
Evan Scamehorn
2025-11-26 01:58:08 -06:00
parent 7ebd9f9051
commit c4b29f5a20
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ import os
# 1. Configuration # 1. Configuration
PLACE_NAME = "Wisconsin State Capitol, Madison, USA" PLACE_NAME = "Wisconsin State Capitol, Madison, USA"
DIST = 1500 # Meters radius around center DIST = 2400 # Meters radius around center
# 2. Download Data # 2. Download Data
print(f"Downloading data for {PLACE_NAME}...") print(f"Downloading data for {PLACE_NAME}...")

File diff suppressed because one or more lines are too long