This simple demo is meant to be a fun way to explore geospatial data and see how easy it is to develop a interactive web application with very few lines of code. Explore the commented code base (edinburgh_city_map.py) to find out how it was done!
to run streamlit app from terminal:
python -m streamlit run edinburgh_city_map.py
Access to the app itself can be found on Streamlit Cloud here: https://share.streamlit.io/kathrynberger/awesome-maps/main/edinburgh_city_map.py
written in: python 3.9
requires the following: pandas==1.4.2 Pillow==9.1.1 pydeck==0.7.1 streamlit==1.10.0