City Comparison - Totally Virtual!
Using Openstreetmaps (Link) I am able to get the overlay for a lot of cities. Using these, I calculate their sizes to scale them accordingly.
- flask
- geopandas
- Pillow
- shapely
- descartes
- matplotlib
- Clone this repository
- Enter repository
- In command line: "flask run"
- Go to "http://127.0.0.1:5000/" in your browser
I also tried training a UNet architecture to detect urban areas, but for now this was not very successful.
As a result there are still files in this repository that I needed for that such as trainCNN.py
, GetData.ipynb
, unet_model.py
and unet_parts.py