geo-l3-antarctica-stations-geodesic

Analyst notes

Description

Tests whether the agent can run a multi-step polar pipeline (identify Antarctic research stations from a noisy Overture POI layer, draw a 200 km buffer, clip to land, union overlapping zones into coalitions, and separately intersect the over-water portion against water and bathymetry) while picking the right CRS for the region. The hidden gotcha is that a planar 200 km buffer at 70-80 degrees south is severely distorted, so the buffer has to be drawn geodesically (or in a polar projection that preserves area near the pole), and the output CRS has to be the polar stereographic family rather than WGS84 even though the prompt does not name it.

Approach

  1. Fetch Overture `places.place` south of -60 latitude and work out which features are research stations, since the theme has no `research_station` category and a lot of the southern POIs are unrelated businesses that need filtering out.
  2. Fetch `base.land`, `base.water`, and `base.bathymetry` for the same region so the buffers can be clipped to the landmass and the over-water portion attributed.
  3. Draw a 200 km buffer around each station in a way that is honest about polar distortion, either geodesically or in a polar-stereographic projection appropriate for Antarctica.
  4. Clip the buffers to the landmass, then union the overlapping clipped zones into coalitions and tag each feature with its `station_id`, `station_name`, and integer `coalition` id.
  5. Compute the over-water portion of each station's buffer separately and intersect it with the water and bathymetry features, carrying through the water attributes plus a `water_source` column literally equal to `base.water` or `base.bathymetry`.
  6. Write both results as GeoParquet with MultiPolygon geometry in the polar stereographic CRS appropriate for Antarctica.

Pitfalls

Inputs

nameformatcrsgeometryfeatures

Expected outputs

nameformatcrsgeometryfeatures
station_spheres.geoparquet geoparquet EPSG:3031 MultiPolygon 16
station_water_overlap.geoparquet geoparquet EPSG:3031 MultiPolygon 2,564

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 0.76 42 15:04 2.70¢ done
openrouter-deepseek-v4-flash-detailed 2026-06-17T22:01:33Z 0.59 33 21:36 4.14¢ done
openrouter-gemma4-26b-detailed 2026-06-17T19:47:47Z ERR 25 8:06 2.16¢ failed
openrouter-deepseek-v4-flash-basic 2026-06-16T21:43:55Z 0.72 48 37:39 11.05¢ done