A Streamlit app to upload an Excel file with columns state, city, and count, geocode the cities, and display asset counts on an interactive map.
-
Upload your Excel file (
.xlsx) with columns:statecitycount
-
The app will geocode cities and display the asset distribution on a map.
pip install -r requirements.txt
streamlit run app.py- Push this repo to GitHub.
- Go to Streamlit Cloud.
- Link your repo and deploy!
- Geocoding uses Nominatim and is rate-limited.
- Only cities that can be geocoded will appear on the map.