OneBusAway / onebusaway-gtfs-modules

A Java-based library for reading, writing, and transforming public transit data in the GTFS format, including database support.
Other
126 stars 105 forks source link

Add TrimTripsOutsidePolygon strategy #241

Open tisseo-deploy opened 4 months ago

tisseo-deploy commented 4 months ago

Summary:

GTFS Transformer: Add a new strategy to trim trips using a WKT geometry.

Expected behavior:

This strategy applies the trim trip strategy using a WKT Polygon or Multipolygon. It should remove all stop_times from stops outside the polygon Need one argument named 'polygon' using WKT format and WGS84 (SSID : 4326).