graphics of madison working

This commit is contained in:
Evan Scamehorn
2025-11-26 00:55:00 -06:00
parent b1bc785b5b
commit f7667a28ff
6 changed files with 66 additions and 13 deletions

View File

@@ -3,8 +3,8 @@ import json
import os
# 1. Configuration
PLACE_NAME = "Empire State Building, New York, USA"
DIST = 500 # Meters radius around center
PLACE_NAME = "Wisconsin State Capitol, Madison, USA"
DIST = 1500 # Meters radius around center
# 2. Download Data
print(f"Downloading data for {PLACE_NAME}...")