dc-l1-tokyo-ring-orientation

Analyst notes

Description

Tests whether the agent can diagnose a polygon ring-orientation defect from symptoms alone. The prompt describes the rendering and tile-server symptoms but never names RFC 7946, never says 'ring orientation', and never gives an EPSG code. The agent has to inspect the file, notice the rings wind the wrong way (exteriors clockwise and interiors counter-clockwise, the OGC convention, which is the inverse of what GeoJSON requires), and reverse them, preserving every attribute and the exact shape.

Approach

  1. Read the legacy GeoJSON and inspect a sample polygon's exterior and interior rings to see how they wind.
  2. Recognise that web-based GeoJSON viewers and validators follow RFC 7946's right-hand rule (exterior CCW, interior CW) and that the file uses the opposite convention.
  3. Reverse the vertex order of every ring that is on the wrong side of the rule, leaving the coordinates themselves untouched.
  4. Confirm that the geometric shape, the feature count, the feature_id set, and every attribute column are unchanged.
  5. Write the result back as GeoJSON with the same schema, in the same CRS, under the requested filename.

Pitfalls

Inputs

nameformatcrsgeometryfeatures
tokyo_buildings_legacy geojson EPSG:4326 Polygon 100

Expected outputs

nameformatcrsgeometryfeatures
tokyo_buildings_fixed.geojson geojson EPSG:4326 Polygon 100

Map

Recent runs task v3

adapterstartedscorestepsdurationcoststatus
openrouter-gemma4-26b-basic 2026-06-18T07:32:32Z pending pending
openrouter-deepseek-v4-flash-basic 2026-06-18T03:08:04Z 0.00 7 1:12 1.87¢ done
openrouter-deepseek-v4-flash-detailed 2026-06-17T22:01:33Z 0.00 9 0:56 0.31¢ done
openrouter-gemma4-26b-detailed 2026-06-17T19:47:47Z 0.00 14 0:54 0.56¢ done
openrouter-deepseek-v4-flash-basic 2026-06-16T21:43:55Z 1.00 11 2:15 2.46¢ done