Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
edasmalchi committed Dec 17, 2024
1 parent e8b3c7f commit ccc972e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion high_quality_transit_areas/technical_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ Export stop-level frequencies that are a composite of single-route results, and
## `sjoin_stops_to_segments.py`
* Formerly, this evaluates segments from all routes against all stops. Since it is a spatial join, this meant that infrequent routes running perpendicular to frequent routes often grabbed the cross street stop from the frequent route, creating an erroneous, isolated frequent segment and often an erroneous major transit stop.
* Formerly, this evaluated segments from all routes against all stops. Since it is a spatial join, this meant that infrequent routes running perpendicular to frequent routes often grabbed the cross street stop from the frequent route, creating an erroneous, isolated frequent segment and often an erroneous major transit stop.
* Now, we first filter segments to only segments from routes with at least one stop-level frequency meeting the standard. This screens out entirely infrequent routes and vastly reduces the risk of false positives.
* We have also reduced the segment to stop buffer (`SEGMENT_BUFFER_METERS`) to the extent possible.

0 comments on commit ccc972e

Please sign in to comment.