If OSM does not have speed limit information, a speed limit is inferred.
- If the way ID is tagged as
highway=primary, we infer its speed limit to be 50MPH.
- If the way ID is tagged as
highway=secondary, we infer its speed limit to be 35MPH.
One example of this phenomenon is Massachusetts Ave in Cambridge between Putnam St. and Bigelow St. We infer a speed limit of 50 MPH here.
We also infer a speed limit of 35 MPH at Broadway and Prospect in Cambridge (two roads that are generally LTS 3), which bumps the intersection's LTS to 4.
@sckilcoyne proposed that if OSM does not have speed limit data associated with a way, we should use the default speed limit of the city that the way is located in.
This issue is related to #3, which is a general issue related to improving LTS calculations.