Skip to content
This repository has been archived by the owner on Jan 1, 2021. It is now read-only.

dabreegster/seattle_traffic_signals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seattle traffic signal data

NOTICE: This repository is archived, and the effort to manually survey around Seattle is on hold (it never really gained traction). The JSON data and schema are now maintained as part of A/B Street.

This is a project to map Seattle's traffic signals in detail. See this doc.

Contributing

By submitting data, you agree to release your observations publicly under the OpenStreetMap license. If you include your name in the notes, this will be public. Feel free to remain anonymous.

License

The license is ODbL, the same as OpenStreetMap. There's no guarantee data here is correct; use it appropriately.

Notes

Schema change to add a new field:

for x in data/*; do cat $x | jq '. + {offset_seconds: 0}' > tmp; mv -f tmp $x; done

About

Data about Seattle traffic signals

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages