Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hansbambel/cc-tv

City Comparison - Totally Virtual! Using a Flask application and an the openstreetmap database.
https://github.com/hansbambel/cc-tv

cities city-comparison openstreetmap

Last synced: about 1 month ago
JSON representation

City Comparison - Totally Virtual! Using a Flask application and an the openstreetmap database.

Awesome Lists containing this project

README

        

# CC-TV
City Comparison - Totally Virtual!

![Example of Website](/static/images/Example.png)

Using Openstreetmaps ([Link](https://nominatim.openstreetmap.org/)) I am able to get the overlay for a lot of cities. Using these, I calculate their sizes to scale them accordingly.

---
#### Requirements
- flask
- geopandas
- Pillow
- shapely
- descartes
- matplotlib
---
### Usage
1. Clone this repository
2. Enter repository
3. In command line: "flask run"
4. Go to "http://127.0.0.1:5000/" in your browser
---
### Other Files
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`