This is a simple tool to create a Road only top down view of a city. It uses OpenStreetMap Data to generate these Images
This is a very basic and slow prototype. Don't expect too much.
python -m venv .venv
.venv/Scripts/activate
pip install -r requirements.txt
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
You can also use --help to get more info
python cli.py -n TheNameOfYourCity
python cli.py -n Wuppertal
python cli.py -n TheNameOfYourCity -o Outputfilename.Format -r Resolution
python cli.py -p YourPostalCode -o Outputfilename.Format -r Resolution
python cli.py -p 50667 -o Collogne.png -r 4000
Generated by using this command:
python cli.py -n Köln -o Collogne.png