https://github.com/j6k4m8/intersections
Auto-detect cringe-worthy maps of horrible intersections
https://github.com/j6k4m8/intersections
graphs horrible-intersections intersection open-street-map
Last synced: 6 months ago
JSON representation
Auto-detect cringe-worthy maps of horrible intersections
- Host: GitHub
- URL: https://github.com/j6k4m8/intersections
- Owner: j6k4m8
- License: mit
- Created: 2017-09-26T03:01:30.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-07-06T13:20:58.000Z (over 4 years ago)
- Last Synced: 2025-03-24T05:35:05.713Z (7 months ago)
- Topics: graphs, horrible-intersections, intersection, open-street-map
- Language: Jupyter Notebook
- Size: 3.07 MB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# intersections
Generate stylized maps of horrible intersections in your city.
[Blog post](http://blog.jordan.matelsky.com/Intersections/)
## Inspiration
Check out [this amazing work](https://www.etsy.com/listing/540156360/intersections-of-seattle-minimalist-map?ref=shop_home_active_1) by Peter Gorman at BarelyMaps. This project is a poor emulation of this beautiful design!## Demo
[](https://jordan.matelsky.com/sketch/intersections/)[Demo](https://jordan.matelsky.com/sketch/intersections/)
## Configuration
Install the requirements:
```shell
pip install -r requirements.txt
```## Usage
$ ./main.py [city [count]]
For example,
$ ./main.py Boston 123
will generate 123 images of intersections in Boston.
$ ./main.py Boston
will default 100.
$ ./main.py
with NO arguments will default to Baltimore.