This repository contains Python code to create and visualize street maps of cities using the Pandas and OSMnx libraries. With this code, you can generate detailed and informative maps of cities, complete with streets, landmarks, and other features.
Python 3.x
Pandas
OSMnx
Getting Started
Clone this repository to your local machine using git clone https://github.com/Sitraka17/city-street-maps.git.
Install the required Python libraries using pip install -r requirements.txt.
Edit the config.json file to specify the city and other parameters you want to visualize.
Run the create_map.py script using python create_map.py.
Open the generated HTML file in a web browser to view your city street map.
You can customize the map view by changing various parameters in the 'config.json' file.
For example, you can adjust the zoom level, choose different map tiles, and include or exclude specific features like parks or buildings.
Might try a 3D possibility.
Contributions to this repository are welcome! Feel free to submit pull requests or open issues if you find any bugs or have ideas for new features.
This project is licensed under the MIT License - see the LICENSE.md file for details. (that i forgot to include haha)