← All GTFS fixes

Fix: remove a duplicated point from a route shape

Code: equal_shape_distance_same_coordinates (MobilityData validator)

What this means

Two consecutive rows in shapes.txt have the same latitude, longitude, and shape_dist_traveled. They describe the same point twice instead of moving forward along the route shape.

Why it matters

A single duplicate point rarely changes what a rider sees, but repeated points make the shape harder for trip planners and mapping tools to process. They also often reveal a geometry export or simplification setting that can create more serious distance-order problems elsewhere in the feed.

How to fix it

How long it usually takes

One isolated duplicate is a short data edit. Many duplicates usually call for changing the shape export or simplification setting and publishing a fresh feed.

Authoritative rule

equal_shape_distance_same_coordinates is a canonical MobilityData GTFS Validator notice used in validator reports across the GTFS ecosystem. Read the authoritative rule for equal_shape_distance_same_coordinates in the GTFS Validator rules. (opens on an external site)

After you republish

Once the changed feed is live at your published URL, the next scorecard run checks it again. When the same complete producer contract no longer reports this finding, it can be recorded as a dated finding clearance. That confirms the later feed state, not who changed the feed or why.