This seems very high and make operator bounding box very hard to use/covers half the planet.
Is there a specific reason for such a high value? I've tested with a buffer of 0.1 and it does look much nicer on mobility explorer.
For feeds like switzerland official where there's a bit more than an hundred operators with 2 stops (ski lift for instance or funicular) it'd seems quite good to revisit that number.
For geometries collection of less than 3 elements, the datastore adds a buffer of 100 lat/lon to the generated convex_hull. (https://github.com/transitland/transitland-datastore/blob/master/app/models/concerns/has_a_geographic_geometry.rb#L27)
This seems very high and make operator bounding box very hard to use/covers half the planet.
Is there a specific reason for such a high value? I've tested with a buffer of 0.1 and it does look much nicer on mobility explorer.
For feeds like switzerland official where there's a bit more than an hundred operators with 2 stops (ski lift for instance or funicular) it'd seems quite good to revisit that number.