crs-l2-svalbard-polar-areas

Analyst notes

Description

Tests whether the agent recognises that area ranking at 78 degrees north is meaningless in WGS84 and that the textbook-correct fix is an equal-area projection, not just any polar one. The prompt asks for the 'most appropriate coordinate system for measuring area at these latitudes' but deliberately does not name LAEA or any EPSG code, so the agent has to make the equal-area-versus-conformal call on its own. A conformal polar pick (Polar Stereographic) still earns most of the credit because the area distortion at Svalbard latitudes is under 1%, but it loses the equal-area subcheck.

Approach

  1. Open the GeoPackage and confirm the input is in WGS84 with named glacier polygons.
  2. Pick a North-Pole-origin equal-area projection, ideally a Lambert Azimuthal Equal-Area variant centred on the European Arctic, and reproject the polygons into it.
  3. Compute each polygon's area in square kilometres and its axis-aligned bounding box in the projected metres.
  4. Sort by area descending and keep the top 20.
  5. Write a CSV with name, area_km2, the four bbox columns, and a crs_epsg column whose integer value is the same on every row.

Pitfalls

Inputs

nameformatcrsgeometryfeatures
svalbard_glaciers gpkg EPSG:4326 MultiPolygon 169

Expected outputs

nameformatcrsgeometryfeatures
svalbard_glaciers_top20.csv csv EPSG:3575 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 done 8 1:12 0.23¢ done
openrouter-deepseek-v4-flash-detailed 2026-06-17T22:01:33Z done 8 1:06 0.30¢ done
openrouter-gemma4-26b-detailed 2026-06-17T19:47:47Z done 17 1:58 0.97¢ done
openrouter-deepseek-v4-flash-basic 2026-06-16T21:43:55Z 1.00 12 1:44 0.48¢ done