← 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, the same rule behind the statewide GTFS quality reports. 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 corrected feed is live at your published URL, the next scorecard run re-checks it automatically. When this finding is gone, it is recorded as a dated receipt on your agency's fix log — a citable, linkable record that the fix cleared. That closes the loop: the scorecard shows the fix; the agency publishes it.