dd-l1-london-parks-count

Analyst notes

Description

An L1 data-discovery probe testing whether the agent can read a bundled FlatGeobuf in a projected national CRS (EPSG:27700), filter by planar area in the right units, and report a bounding box back in WGS84. The hidden gotcha is that area must be computed in the projected CRS and converted from square metres to hectares, while the bbox must be reprojected the other way to lon/lat. The instruction deliberately omits the input CRS and the input format, so the agent has to discover both from the file itself; the bbox shape and component order are pinned in the prompt since version 2.

Approach

  1. Open london_parks.fgb and inspect its CRS, columns, and geometry type before doing anything else.
  2. Filter the features by area in the projected CRS, taking care that one hectare means ten thousand square metres.
  3. Sum the filtered areas and convert to hectares for total_area_ha.
  4. Reproject the filtered subset (or its bounding box corners) to EPSG:4326 and read the bbox in lon/lat as [xmin, ymin, xmax, ymax].
  5. Write parks_summary.json with count, total_area_ha, and bbox_wgs84 as a four-number list.

Pitfalls

Inputs

nameformatcrsgeometryfeatures
london_parks flatgeobuf EPSG:27700 MultiPolygon 317

Expected outputs

nameformatcrsgeometryfeatures
parks_summary.json json EPSG:4326 Polygon

Map

Recent runs task v2

adapterstartedscorestepsdurationcoststatus
openrouter-gemma4-26b-basic 2026-06-18T07:32:32Z pending pending
openrouter-deepseek-v4-flash-basic 2026-06-18T03:08:04Z 1.00 6 0:30 0.09¢ done
openrouter-deepseek-v4-flash-detailed 2026-06-17T22:01:33Z 1.00 5 0:40 0.09¢ done
openrouter-gemma4-26b-detailed 2026-06-17T19:47:47Z 1.00 10 2:00 0.29¢ done
openrouter-deepseek-v4-flash-basic 2026-06-16T21:43:55Z 1.00 6 0:40 0.11¢ done