File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ transitland-lib utilities
2626* [ transitland rebuild-stats] ( transitland_rebuild-stats.md ) - Rebuild statistics for feeds or specific feed versions
2727* [ transitland rt-convert] ( transitland_rt-convert.md ) - Convert GTFS Realtime to JSON.
2828* [ transitland server] ( transitland_server.md ) - Run transitland server
29+ * [ transitland stop-compare] ( transitland_stop-compare.md ) - Geometrically compare two GTFS feeds using stop point clouds
2930* [ transitland sync] ( transitland_sync.md ) - Sync DMFR files to database
3031* [ transitland unimport] ( transitland_unimport.md ) - Unimport feed versions
3132* [ transitland validate] ( transitland_validate.md ) - Validate a GTFS feed
Original file line number Diff line number Diff line change 1+ ## transitland stop-compare
2+
3+ Geometrically compare two GTFS feeds using stop point clouds
4+
5+ ### Synopsis
6+
7+ Geometrically compare two GTFS feeds using stop point clouds
8+
9+
10+
11+ ```
12+ transitland stop-compare [flags] <feed1> <feed2>
13+ ```
14+
15+ ### Options
16+
17+ ```
18+ --annd-ratio float Normalized ANND threshold for 'well matched' stops (0-1) (default 0.02)
19+ --bbox-iou float Bounding box IoU threshold for 'same' classification (default 0.75)
20+ --bbox-overlap float Bounding box overlap coefficient threshold for subset/superset (default 0.9)
21+ --boarding-only Only consider stops with location_type=0 (boarding stops)
22+ -h, --help help for stop-compare
23+ --json Output result as JSON
24+ ```
25+
26+ ### SEE ALSO
27+
28+ * [ transitland] ( transitland.md ) - transitland-lib utilities
29+
You can’t perform that action at this time.
0 commit comments