/commercial-explorer

Streamlit app to explore commercial geography in Copenhagen

Primary LanguageJupyter Notebook

Supermarked explorer

København edition

This is a short demo of streamlit that visualises shop data from openstreetmap on a 3D map using pydeck (built into streamlit).

Look at the source code to see how it's made. It's quite simple.

How to run

Install streamlit and application dependencies:

pip install streamlit numpy pandas matplotlib seaborn

Run supermarked explorer:

# remote (if you did not clone the repository)
streamlit run https://raw.githubusercontent.com/skipperkongen/commercial-explorer/main/supermarked_explorer.py

Run commercial explorer:

# remote (if you did not clone the repository)
streamlit run https://raw.githubusercontent.com/skipperkongen/commercial-explorer/main/commercial_explorer.py

For developers

Clone the repository:

git clone git@github.com:skipperkongen/commercial-explorer.git

If you clone the repository, you can also run the streamlit applications from the folder where you git cloned the source code to.

Run supermarked explorer with your local source code:

# local (if you cloned the repository)
streamlit run supermarkeder_kbh.py

Run commercial explorer with your local source code:

# local (if you cloned the repository)

Data sources

Data fra OpenStreetMap. eksporteret via Overpass.