A web application based on the Momepy library.
The application receives either GDB/SHP files containing buildings and streets of an urban area exported from a GIS software, or fetches the data from OpenStreetMaps.
Multiple morphological metrics are then computed. The metrics are visualized on top of a map of the area.
The metrics are then utilized for the detection of urban clusters within the area, once more plotted on top of a map of the area.
A statistical analysis of the clusters is then performed and visualized.
The latest versions of the application can be found at: https://drive.google.com/drive/folders/1H_L4Z8-4u4spILFSY_iYLom680190FbZ?usp=drive_link
- Directory containing code for the app. subdivisions are preliminary for now.
-
first install the requirements by running the following command in the terminal:
pip install -r requirements.txt -
then run the app by running the following command in the terminal:
streamlit run app/streamlit_app.py