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
- Read the input GeoJSON and inspect its CRS metadata.
- Identify the standard official projection for metropolitan France as Lambert-93 (EPSG:2154).
- Reproject the polygons from EPSG:4326 to EPSG:2154.
- Preserve every input column and keep each geometry as a Polygon.
- Write the result as a GeoPackage to `paris_buildings_lambert93.gpkg` with the Lambert-93 CRS declared.
Pitfalls
- Picking a UTM zone (31N or 32N) instead of Lambert-93 produces metric coordinates that are defensible for local distance work but are not the official French grid the downstream model expects.
- Reprojecting to Web Mercator (EPSG:3857) because the prompt asks for metres, since Web Mercator's metres are distorted and the downstream model will reject them.
- Letting Polygon geometries turn into MultiPolygons during the round-trip.
- Dropping or renaming input columns so the downstream model loses the attributes it needs.
- Writing the output in a different format like GeoJSON or CSV instead of a GeoPackage.
Map
Recent runs task v2
| adapter | started | score | steps | duration | cost | status |
|---|---|---|---|---|---|---|
| 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 |