https://github.com/mourner/road-orientation-map
A visualization of road orientations on an interactive map
https://github.com/mourner/road-orientation-map
geospatial mapbox mapbox-gl-js maps roads visualization
Last synced: about 1 year ago
JSON representation
A visualization of road orientations on an interactive map
- Host: GitHub
- URL: https://github.com/mourner/road-orientation-map
- Owner: mourner
- License: isc
- Created: 2018-07-16T11:03:11.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-26T15:52:33.000Z (over 2 years ago)
- Last Synced: 2025-01-08T21:43:36.394Z (over 1 year ago)
- Topics: geospatial, mapbox, mapbox-gl-js, maps, roads, visualization
- Language: JavaScript
- Homepage: https://mourner.github.io/road-orientation-map/
- Size: 1.16 MB
- Stars: 294
- Watchers: 12
- Forks: 27
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Road Orientations Map](https://mourner.github.io/road-orientation-map/)
A visualization of road orientations for the current map view.
Explore the map to see the chart for your city!
Divides 360° into 64 bins and accumulates lengths of road segments with corresponding orientations,
then plots the distribution as a polar chart.
Two-way roads are counted for both directions.
Check out [my blog post about how it was made](https://blog.mapbox.com/visualizing-street-orientations-on-an-interactive-map-1eefa6002afc).
Built by [Vladimir Agafonkin](https://twitter.com/mourner).
Inspired by the works of [Seth Kadish](http://vizual-statistix.tumblr.com/post/80468941142/unlike-like-emperor-kuzco-i-was-actually-born) and
[Geoff Boeing](http://geoffboeing.com/2018/07/comparing-city-street-orientations/).