content(atlas): hand-author markers.json for Edict, Vuurkloof, Røros, Cairnside (#837)

Author Phase 3 atlas quality-bar templates for 4 core systems alongside
the pre-existing Lendel template. Names, cities, roads/rail, and POIs
hand-placed against each body's heightmap and tied to the system's
corridor naming tradition.

- GJ244Ad Edict (Sirius system, inner_corridor) — Assembly institutional
  capital: Mandate 387M, Station Edict 13M, Founder's Range, Accord
  Peaks, Founding Ocean, Edict Deep Line rail.
- GJ35c Vuurkloof (Van Maanen's Star, south_reach) — volcanic geothermal
  settlement: Terras 290K, Kloofbas 50K, Groot Breuk, Ysterkop, Rantlyne
  underground rail. Afrikaans geology naming per wiki canon.
- GJ66Bc Røros (Voss system, west_reach) — Compact mining world:
  Storbjerg 3.2M, Hammervik 800K, Nordfjell, Rørosfjell, Storhav,
  Glåmelva. Norwegian/Scandinavian heritage naming.
- GJ892d Cairnside (deep frontier, research domes) — Cairnside Primary
  75M, Survey Post Kappa 5M, The Terraces, Baseline Lake, Baseline Rail.
  Technical frontier naming pattern.

All files match the implemented Lendel markers.json format (grid + pixel
coordinates, raw population, gate terminal as named POI). D-191 section 8
describes the schema in abstract lat/lon terms; server team should align
generate_atlas.py and D-191 prose with the on-disk format before #832
and #833 consume these as few-shot examples.

These templates serve as the quality bar for generator tuning and as
few-shot examples for the Gemma 2 naming pipeline (#833).

Ticket: #837
Decisions: D-191 (Phase 3 atlas), D-036 (Sova/Vuurkloof canon), D-144
(Sirius/Concord seat)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-12 19:47:21 +02:00
co-authored by Claude Opus 4.6
parent 92ad6b9515
commit 2d3361e24d
4 changed files with 615 additions and 1480 deletions
@@ -7,167 +7,171 @@
"oceans": [ "oceans": [
{ {
"id": "water_1", "id": "water_1",
"name": null, "name": "Polar Mare",
"kind": "lake", "kind": "lake",
"center": [ "center": [15, 24],
15,
24
],
"area_fraction": 0.008 "area_fraction": 0.008
}, },
{ {
"id": "water_2", "id": "water_2",
"name": null, "name": "Windward Ice",
"kind": "sea", "kind": "sea",
"center": [ "center": [28, 358],
28,
358
],
"area_fraction": 0.0504 "area_fraction": 0.0504
}, },
{ {
"id": "water_6", "id": "water_6",
"name": null, "name": "Upper Shelf",
"kind": "lake", "kind": "lake",
"center": [ "center": [54, 150],
54,
150
],
"area_fraction": 0.0147 "area_fraction": 0.0147
}, },
{ {
"id": "water_13", "id": "water_13",
"name": null, "name": "Founding Ocean",
"kind": "ocean", "kind": "ocean",
"center": [ "center": [192, 198],
192,
198
],
"area_fraction": 0.1016 "area_fraction": 0.1016
}, },
{ {
"id": "water_23", "id": "water_23",
"name": null, "name": "Southern Melt",
"kind": "lake", "kind": "lake",
"center": [ "center": [201, 110],
201,
110
],
"area_fraction": 0.0075 "area_fraction": 0.0075
}, },
{ {
"id": "water_24", "id": "water_24",
"name": null, "name": "Solitary Tarn",
"kind": "lake", "kind": "lake",
"center": [ "center": [220, 32],
220,
32
],
"area_fraction": 0.0179 "area_fraction": 0.0179
}, },
{ {
"id": "water_25", "id": "water_25",
"name": null, "name": "Distant Pool",
"kind": "lake", "kind": "lake",
"center": [ "center": [207, 493],
207,
493
],
"area_fraction": 0.0064 "area_fraction": 0.0064
}, },
{ {
"id": "water_30", "id": "water_30",
"name": null, "name": "Eastern Tarn",
"kind": "lake", "kind": "lake",
"center": [ "center": [218, 367],
218,
367
],
"area_fraction": 0.0064 "area_fraction": 0.0064
} }
], ],
"mountain_ranges": [ "mountain_ranges": [
{ {
"id": "range_1", "id": "range_1",
"name": null, "name": "Founder's Range",
"center": [ "center": [111, 459],
111, "peak": [110, 473],
459
],
"peak": [
110,
473
],
"area_cells": 4962 "area_cells": 4962
}, },
{ {
"id": "range_2", "id": "range_2",
"name": null, "name": "Cold Margin",
"center": [ "center": [110, 8],
110, "peak": [128, 4],
8
],
"peak": [
128,
4
],
"area_cells": 406 "area_cells": 406
}, },
{ {
"id": "range_3", "id": "range_3",
"name": null, "name": "Accord Peaks",
"center": [ "center": [106, 166],
106, "peak": [106, 154],
166
],
"peak": [
106,
154
],
"area_cells": 509 "area_cells": 509
}, },
{ {
"id": "range_4", "id": "range_4",
"name": null, "name": "Westwall",
"center": [ "center": [111, 17],
111, "peak": [112, 17],
17
],
"peak": [
112,
17
],
"area_cells": 92 "area_cells": 92
}, },
{ {
"id": "range_5", "id": "range_5",
"name": null, "name": "Keel Ridge",
"center": [ "center": [115, 125],
115, "peak": [115, 126],
125
],
"peak": [
115,
126
],
"area_cells": 126 "area_cells": 126
}, },
{ {
"id": "range_6", "id": "range_6",
"name": null, "name": "Veto Spur",
"center": [ "center": [123, 22],
123, "peak": [125, 24],
22
],
"peak": [
125,
24
],
"area_cells": 44 "area_cells": 44
} }
], ],
"roads": [], "roads": [
"cities": [], {
"railroads": [], "id": "road_0",
"pois": [] "name": "Edict Surface Transit",
} "kind": "commercial",
"path": [
[105, 200],
[106, 280],
[107, 360],
[108, 430]
]
}
],
"cities": [
{
"id": "city_0",
"name": "Mandate",
"kind": "capital",
"center": [105, 200],
"population": 387000000
},
{
"id": "city_1",
"name": "Station Edict",
"kind": "city",
"center": [108, 430],
"population": 13000000
}
],
"railroads": [
{
"id": "railroad_0",
"name": "Edict Deep Line",
"kind": "passenger_freight",
"path": [
[105, 200],
[106, 270],
[107, 345],
[108, 430]
]
}
],
"pois": [
{
"id": "poi_0",
"name": "Concord Assembly Archive",
"kind": "institutional",
"center": [104, 198]
},
{
"id": "poi_1",
"name": "Edict Gate Terminal",
"kind": "transit",
"center": [105, 202]
},
{
"id": "poi_2",
"name": "Lattice Commission — Sirius Office",
"kind": "institutional",
"center": [106, 199]
},
{
"id": "poi_3",
"name": "Veil Institute Survey Station",
"kind": "institutional",
"center": [107, 432]
}
]
}
+156 -586
View File
@@ -6,700 +6,270 @@
"rivers": [ "rivers": [
{ {
"id": "river_0", "id": "river_0",
"name": null, "name": "Heetstroom",
"path": [ "path": [
[ [179, 313], [180, 314], [181, 315], [182, 316], [182, 317],
179, [181, 318], [181, 319], [180, 320], [179, 321], [180, 322],
313 [181, 323], [182, 324], [183, 325], [183, 326], [184, 327],
], [184, 328], [184, 329], [184, 330], [184, 331], [184, 332],
[ [185, 333], [184, 334], [184, 335], [184, 336], [185, 336],
180, [184, 337], [185, 338], [184, 339], [184, 340], [185, 341],
314 [185, 342], [186, 343], [186, 344], [185, 345], [185, 346],
], [186, 347], [187, 348], [187, 349], [187, 350], [188, 350],
[ [188, 351], [189, 352], [190, 353]
181,
315
],
[
182,
316
],
[
182,
317
],
[
181,
318
],
[
181,
319
],
[
180,
320
],
[
179,
321
],
[
180,
322
],
[
181,
323
],
[
182,
324
],
[
183,
325
],
[
183,
326
],
[
184,
327
],
[
184,
328
],
[
184,
329
],
[
184,
330
],
[
184,
331
],
[
184,
332
],
[
185,
333
],
[
184,
334
],
[
184,
335
],
[
184,
336
],
[
185,
336
],
[
184,
337
],
[
185,
338
],
[
184,
339
],
[
184,
340
],
[
185,
341
],
[
185,
342
],
[
186,
343
],
[
186,
344
],
[
185,
345
],
[
185,
346
],
[
186,
347
],
[
187,
348
],
[
187,
349
],
[
187,
350
],
[
188,
350
],
[
188,
351
],
[
189,
352
],
[
190,
353
]
] ]
}, },
{ {
"id": "river_1", "id": "river_1",
"name": null, "name": "Rookstroom",
"path": [ "path": [
[ [122, 413], [121, 414], [120, 415], [119, 416], [118, 417],
122, [117, 418], [116, 419], [115, 420], [114, 421], [113, 422],
413 [112, 423], [111, 424], [110, 425], [110, 426], [109, 427],
], [108, 427], [109, 428], [110, 429], [109, 430], [108, 431],
[ [109, 432], [109, 431], [110, 432], [109, 433]
121,
414
],
[
120,
415
],
[
119,
416
],
[
118,
417
],
[
117,
418
],
[
116,
419
],
[
115,
420
],
[
114,
421
],
[
113,
422
],
[
112,
423
],
[
111,
424
],
[
110,
425
],
[
110,
426
],
[
109,
427
],
[
108,
427
],
[
109,
428
],
[
110,
429
],
[
109,
430
],
[
108,
431
],
[
109,
432
],
[
109,
431
],
[
110,
432
],
[
109,
433
]
] ]
}, },
{ {
"id": "river_2", "id": "river_2",
"name": null, "name": "Rooistroom",
"path": [ "path": [
[ [142, 308], [142, 307], [143, 307], [144, 307], [145, 306],
142, [146, 305], [147, 304], [148, 303], [149, 302], [150, 301],
308 [151, 302], [152, 303], [153, 304], [154, 303], [155, 303],
], [156, 303], [156, 302], [156, 301], [157, 300], [156, 299],
[ [156, 298], [156, 297], [157, 296], [156, 295], [157, 294],
142, [157, 293], [156, 292], [157, 291], [156, 290], [156, 291],
307 [157, 292], [158, 293], [158, 294]
],
[
143,
307
],
[
144,
307
],
[
145,
306
],
[
146,
305
],
[
147,
304
],
[
148,
303
],
[
149,
302
],
[
150,
301
],
[
151,
302
],
[
152,
303
],
[
153,
304
],
[
154,
303
],
[
155,
303
],
[
156,
303
],
[
156,
302
],
[
156,
301
],
[
157,
300
],
[
156,
299
],
[
156,
298
],
[
156,
297
],
[
157,
296
],
[
156,
295
],
[
157,
294
],
[
157,
293
],
[
156,
292
],
[
157,
291
],
[
156,
290
],
[
156,
291
],
[
157,
292
],
[
158,
293
],
[
158,
294
]
] ]
} }
], ],
"oceans": [ "oceans": [
{ {
"id": "water_1", "id": "water_1",
"name": null, "name": "Groot Badpoel",
"kind": "lake", "kind": "lake",
"center": [ "center": [106, 335],
106,
335
],
"area_fraction": 0.0145 "area_fraction": 0.0145
}, },
{ {
"id": "water_9", "id": "water_9",
"name": null, "name": "Stompoel",
"kind": "lake", "kind": "lake",
"center": [ "center": [210, 182],
210,
182
],
"area_fraction": 0.0108 "area_fraction": 0.0108
}, },
{ {
"id": "water_12", "id": "water_12",
"name": null, "name": "Askoelpoel",
"kind": "lake", "kind": "lake",
"center": [ "center": [223, 355],
223,
355
],
"area_fraction": 0.0071 "area_fraction": 0.0071
}, },
{ {
"id": "water_14", "id": "water_14",
"name": null, "name": "Diep Kloofpoel",
"kind": "lake", "kind": "lake",
"center": [ "center": [238, 87],
238,
87
],
"area_fraction": 0.0099 "area_fraction": 0.0099
}, },
{ {
"id": "water_15", "id": "water_15",
"name": null, "name": "Suidelike Poel",
"kind": "lake", "kind": "lake",
"center": [ "center": [244, 339],
244,
339
],
"area_fraction": 0.0052 "area_fraction": 0.0052
} }
], ],
"mountain_ranges": [ "mountain_ranges": [
{ {
"id": "range_1", "id": "range_1",
"name": null, "name": "Skerprant",
"center": [ "center": [34, 219],
34, "peak": [9, 220],
219
],
"peak": [
9,
220
],
"area_cells": 1069 "area_cells": 1069
}, },
{ {
"id": "range_2", "id": "range_2",
"name": null, "name": "Groot Breuk",
"center": [ "center": [42, 59],
42, "peak": [35, 73],
59
],
"peak": [
35,
73
],
"area_cells": 4989 "area_cells": 4989
}, },
{ {
"id": "range_3", "id": "range_3",
"name": null, "name": "Vuurrant",
"center": [ "center": [21, 318],
21, "peak": [9, 317],
318
],
"peak": [
9,
317
],
"area_cells": 882 "area_cells": 882
}, },
{ {
"id": "range_5", "id": "range_5",
"name": null, "name": "Asrant",
"center": [ "center": [41, 387],
41, "peak": [34, 410],
387
],
"peak": [
34,
410
],
"area_cells": 830 "area_cells": 830
}, },
{ {
"id": "range_6", "id": "range_6",
"name": null, "name": "Rookberg",
"center": [ "center": [39, 497],
39, "peak": [37, 509],
497
],
"peak": [
37,
509
],
"area_cells": 671 "area_cells": 671
}, },
{ {
"id": "range_8", "id": "range_8",
"name": null, "name": "Smeltrant",
"center": [ "center": [57, 128],
57, "peak": [58, 128],
128
],
"peak": [
58,
128
],
"area_cells": 34 "area_cells": 34
}, },
{ {
"id": "range_9", "id": "range_9",
"name": null, "name": "Ysterkop",
"center": [ "center": [111, 418],
111, "peak": [127, 436],
418
],
"peak": [
127,
436
],
"area_cells": 989 "area_cells": 989
}, },
{ {
"id": "range_12", "id": "range_12",
"name": null, "name": "Spitskop",
"center": [ "center": [115, 127],
115, "peak": [113, 122],
127
],
"peak": [
113,
122
],
"area_cells": 83 "area_cells": 83
}, },
{ {
"id": "range_14", "id": "range_14",
"name": null, "name": "Grootkloof",
"center": [ "center": [134, 305],
134, "peak": [128, 295],
305
],
"peak": [
128,
295
],
"area_cells": 346 "area_cells": 346
}, },
{ {
"id": "range_15", "id": "range_15",
"name": null, "name": "Smalrant",
"center": [ "center": [152, 143],
152, "peak": [152, 143],
143
],
"peak": [
152,
143
],
"area_cells": 63 "area_cells": 63
}, },
{ {
"id": "range_16", "id": "range_16",
"name": null, "name": "Vloedrant",
"center": [ "center": [168, 345],
168, "peak": [170, 344],
345
],
"peak": [
170,
344
],
"area_cells": 208 "area_cells": 208
}, },
{ {
"id": "range_17", "id": "range_17",
"name": null, "name": "Modderkop",
"center": [ "center": [164, 170],
164, "peak": [164, 170],
170
],
"peak": [
164,
170
],
"area_cells": 56 "area_cells": 56
}, },
{ {
"id": "range_18", "id": "range_18",
"name": null, "name": "Waterrant",
"center": [ "center": [171, 130],
171, "peak": [170, 130],
130
],
"peak": [
170,
130
],
"area_cells": 353 "area_cells": 353
}, },
{ {
"id": "range_19", "id": "range_19",
"name": null, "name": "Heetrant",
"center": [ "center": [179, 313],
179, "peak": [179, 313],
313
],
"peak": [
179,
313
],
"area_cells": 57 "area_cells": 57
}, },
{ {
"id": "range_20", "id": "range_20",
"name": null, "name": "Swartrant",
"center": [ "center": [180, 395],
180, "peak": [180, 394],
395
],
"peak": [
180,
394
],
"area_cells": 59 "area_cells": 59
}, },
{ {
"id": "range_21", "id": "range_21",
"name": null, "name": "Koolrant",
"center": [ "center": [183, 69],
183, "peak": [183, 69],
69
],
"peak": [
183,
69
],
"area_cells": 77 "area_cells": 77
}, },
{ {
"id": "range_22", "id": "range_22",
"name": null, "name": "Suidelike Rant",
"center": [ "center": [242, 492],
242, "peak": [242, 492],
492
],
"peak": [
242,
492
],
"area_cells": 64 "area_cells": 64
} }
], ],
"roads": [], "roads": [
"cities": [], {
"railroads": [], "id": "road_0",
"pois": [] "name": "Groot Breuk Surface Track",
} "kind": "regional",
"path": [
[50, 90],
[70, 140],
[100, 200],
[115, 250],
[130, 280]
]
}
],
"cities": [
{
"id": "city_0",
"name": "Terras",
"kind": "capital",
"center": [50, 90],
"population": 290000
},
{
"id": "city_1",
"name": "Kloofbas",
"kind": "city",
"center": [130, 280],
"population": 50000
}
],
"railroads": [
{
"id": "railroad_0",
"name": "Rantlyne",
"kind": "passenger_freight",
"path": [
[50, 90],
[68, 145],
[98, 195],
[115, 250],
[130, 280]
]
}
],
"pois": [
{
"id": "poi_0",
"name": "Geothermal Engineers' Association HQ",
"kind": "institutional",
"center": [49, 89]
},
{
"id": "poi_1",
"name": "Prime Surface Depot — Gate Terminal",
"kind": "transit",
"center": [51, 91]
},
{
"id": "poi_2",
"name": "Vent Extraction Complex Alpha",
"kind": "commercial",
"center": [45, 72]
},
{
"id": "poi_3",
"name": "Geothermal Monitoring Station",
"kind": "institutional",
"center": [131, 281]
}
]
}
File diff suppressed because it is too large Load Diff
@@ -7,111 +7,137 @@
"oceans": [ "oceans": [
{ {
"id": "water_2", "id": "water_2",
"name": null, "name": "Baseline Lake",
"kind": "lake", "kind": "lake",
"center": [ "center": [78, 424],
78,
424
],
"area_fraction": 0.0107 "area_fraction": 0.0107
}, },
{ {
"id": "water_3", "id": "water_3",
"name": null, "name": "Core Basin",
"kind": "lake", "kind": "lake",
"center": [ "center": [109, 322],
109,
322
],
"area_fraction": 0.0103 "area_fraction": 0.0103
}, },
{ {
"id": "water_7", "id": "water_7",
"name": null, "name": "Salt Flat",
"kind": "lake", "kind": "lake",
"center": [ "center": [132, 463],
132,
463
],
"area_fraction": 0.007 "area_fraction": 0.007
}, },
{ {
"id": "water_8", "id": "water_8",
"name": null, "name": "Southern Ice Sea",
"kind": "sea", "kind": "sea",
"center": [ "center": [210, 49],
210,
49
],
"area_fraction": 0.0494 "area_fraction": 0.0494
}, },
{ {
"id": "water_9", "id": "water_9",
"name": null, "name": "Deep South Ocean",
"kind": "ocean", "kind": "ocean",
"center": [ "center": [212, 378],
212,
378
],
"area_fraction": 0.1535 "area_fraction": 0.1535
} }
], ],
"mountain_ranges": [ "mountain_ranges": [
{ {
"id": "range_2", "id": "range_2",
"name": null, "name": "Cairn Reach Scarp",
"center": [ "center": [56, 500],
56, "peak": [76, 498],
500
],
"peak": [
76,
498
],
"area_cells": 1107 "area_cells": 1107
}, },
{ {
"id": "range_3", "id": "range_3",
"name": null, "name": "Westwall Range",
"center": [ "center": [42, 8],
42, "peak": [45, 8],
8
],
"peak": [
45,
8
],
"area_cells": 454 "area_cells": 454
}, },
{ {
"id": "range_4", "id": "range_4",
"name": null, "name": "The Terraces",
"center": [ "center": [111, 181],
111, "peak": [123, 165],
181
],
"peak": [
123,
165
],
"area_cells": 8704 "area_cells": 8704
}, },
{ {
"id": "range_5", "id": "range_5",
"name": null, "name": "Exposure Ridge",
"center": [ "center": [78, 10],
78, "peak": [79, 7],
10
],
"peak": [
79,
7
],
"area_cells": 155 "area_cells": 155
} }
], ],
"roads": [], "roads": [
"cities": [], {
"railroads": [], "id": "road_0",
"pois": [] "name": "Primary Access Road",
} "kind": "commercial",
"path": [
[70, 340],
[68, 300],
[65, 260],
[62, 240],
[58, 250]
]
}
],
"cities": [
{
"id": "city_0",
"name": "Cairnside Primary",
"kind": "capital",
"center": [70, 340],
"population": 75000000
},
{
"id": "city_1",
"name": "Survey Post Kappa",
"kind": "city",
"center": [58, 250],
"population": 5000000
}
],
"railroads": [
{
"id": "railroad_0",
"name": "Baseline Rail",
"kind": "passenger_freight",
"path": [
[70, 340],
[68, 295],
[64, 255],
[58, 250]
]
}
],
"pois": [
{
"id": "poi_0",
"name": "Variability Observatory",
"kind": "institutional",
"center": [69, 342]
},
{
"id": "poi_1",
"name": "Cairnside Gate Terminal",
"kind": "transit",
"center": [71, 339]
},
{
"id": "poi_2",
"name": "Primary Habitat Management",
"kind": "institutional",
"center": [70, 338]
},
{
"id": "poi_3",
"name": "Materials Testing Complex",
"kind": "institutional",
"center": [57, 251]
}
]
}