fio-l2-cairo-mixedgeom-split

Analyst notes

Description

Tests whether the agent composes four format operations in the right order (stratify by geometry type, explode multi-parts, reproject, write a multi-layer GPKG) without losing the cross-layer site_id link. The prompt names neither the EPSG nor the operations, so the agent has to read 'Egypt's national grid' as Egypt Red Belt (EPSG:22992), understand that 'single-part' means explode the MultiPolygons, and pick a multi-layer GPKG over three separate files.

Approach

  1. Read the input GeoJSON and notice it mixes Point, LineString, Polygon, and MultiPolygon features in one FeatureCollection, all sharing site_id.
  2. Split the features by geometry type into three groups, routing each kind to its named layer.
  3. Explode the MultiPolygons in the polygons group into singleton Polygons, keeping site_id on every part.
  4. Reproject every layer from WGS84 to Egypt Red Belt (EPSG:22992), the Egyptian national projected grid for Cairo.
  5. Write all three groups as named layers in a single GeoPackage file called heritage.gpkg, carrying site_id and the other attributes through on every feature.

Pitfalls

Inputs

nameformatcrsgeometryfeatures
heritage_sites geojson EPSG:4326 LineString, MultiPolygon, Point, Polygon 50

Expected outputs

nameformatcrsgeometryfeatures
heritage.gpkg gpkg EPSG:22992 Mixed (Point/LineString/Polygon across three layers) 25

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 done 3 0:38 0.24¢ done
openrouter-deepseek-v4-flash-detailed 2026-06-17T22:01:33Z done 6 1:16 0.46¢ done
openrouter-gemma4-26b-detailed 2026-06-17T19:47:47Z done 11 1:30 0.35¢ done
openrouter-deepseek-v4-flash-basic 2026-06-16T21:43:55Z 0.84 4 1:29 0.59¢ done