Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://mourner.github.io/road-orientation-map/
A visualization of road orientations on an interactive map
https://mourner.github.io/road-orientation-map/
geospatial mapbox mapbox-gl-js maps roads visualization
Last synced: 3 months ago
JSON representation
A visualization of road orientations on an interactive map
- Host: GitHub
- URL: https://mourner.github.io/road-orientation-map/
- Owner: mourner
- License: isc
- Created: 2018-07-16T11:03:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-26T15:52:33.000Z (over 1 year ago)
- Last Synced: 2024-07-31T20:26:54.918Z (6 months 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: 295
- Watchers: 13
- Forks: 24
- 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/).