crs-l1-paris-lambert93

Analyst notes

Description

Tests reprojection from WGS84 to a specific national grid: Lambert-93 (EPSG:2154), the canonical CRS for metropolitan France. The prompt deliberately uses the category-level hint 'standard official projection for the Paris region' instead of naming the EPSG, so the agent has to know that Lambert-93 is the official French grid rather than any other metric projection.

Approach

  1. Read the input GeoJSON and inspect its CRS metadata.
  2. Identify the standard official projection for metropolitan France as Lambert-93 (EPSG:2154).
  3. Reproject the polygons from EPSG:4326 to EPSG:2154.
  4. Preserve every input column and keep each geometry as a Polygon.
  5. Write the result as a GeoPackage to `paris_buildings_lambert93.gpkg` with the Lambert-93 CRS declared.

Pitfalls

Inputs

nameformatcrsgeometryfeatures
paris_buildings geojson EPSG:4326 Polygon 330

Expected outputs

nameformatcrsgeometryfeatures
paris_buildings_lambert93.gpkg gpkg EPSG:2154 Polygon 330

Map

Recent runs task v2

adapterstartedscorestepsdurationcoststatus
openrouter-gemma4-26b-basic 2026-06-18T07:32:32Z 0.00 7 1:26 0.19¢ done
openrouter-deepseek-v4-flash-basic 2026-06-18T03:08:04Z 0.00 4 0:30 0.49¢ done
openrouter-deepseek-v4-flash-detailed 2026-06-17T22:01:33Z 0.00 7 1:08 0.78¢ done
openrouter-gemma4-26b-detailed 2026-06-17T19:47:47Z 0.00 6 0:46 0.37¢ done
openrouter-deepseek-v4-flash-basic 2026-06-16T21:43:55Z 1.00 4 0:51 0.52¢ done