Files
settled-reach/tooling/planet-gen/sol_markers/earth_features.json
T
jpmschweitzerandClaude Opus 4.7 2c3e3ff5eb fix(content): PR #133 review — 9 remaining items resolved
Closes 9 of 10 review items (blocker 1 handled in add2507e + d78d3b59):

- decisions/economics.md: reformat D-189 §5 amendment to standard
  Amendment (YYYY-MM-DD) block pattern (review #4)
- tooling/planet-gen/sol_name_fixes.py: dedup guard + argparse
  --dry-run (reviews #5, #10a)
- tooling/planet-gen/sol_markers/earth_features.json: trim to 11
  cities with selection rationale (review #6A); user-approved
  rebalance Sydney → Lagos and London → Brussels (review #6B)
- wiki/star-systems/GJ-380/bodies/GJ380c/markers.json: 2 secondary
  features renamed to Akan/Asante register — Kesset → Nkwanta Beck,
  Holt Spur → Bosomtwe Spur (review #7)
- docs/atlas/hand-refine-log.md: Aethelred lore-migration
  documentation + see-also cross-link to refine_log_849.md
  (reviews #8, #13)
- tooling/planet-gen/refine_log_849.md: rebalance addendum
- wiki/star-systems/GJ-0/bodies/GJ0d/markers.json, server/data/
  systems.db: re-synced after rebalance

Stub depth (review blocker #2) handled via split — tracked as
follow-up ticket #861 (three-layer narrative authoring).

Final Earth cities (11): Beijing, Brussels, Cairo, Delhi, Istanbul,
Lagos, Moscow, New York, São Paulo, Singapore, Tokyo.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-19 15:51:17 +02:00

56 lines
3.4 KiB
JSON

{
"GJ0d": {
"_city_selection_note": "11 cultural touchstones, one per major historical/cultural cluster. Criterion: would a player setting a bookmark to 'Earth' recognize this city? Full 46-city reference list is in git history (trimmed Sprint 36 #849). PR #133 review rebalance: Sydney → Lagos (African representation); London → Brussels (future EU capital fit). To adjust: edit this array and re-run sol_import.py, then generate_atlas.py --body GJ0d.",
"oceans": [
{"name": "Pacific Ocean", "center": [128, 440]},
{"name": "Atlantic Ocean", "center": [128, 170]},
{"name": "Indian Ocean", "center": [160, 330]},
{"name": "Arctic Ocean", "center": [15, 256]},
{"name": "Southern Ocean", "center": [230, 256]}
],
"mountain_ranges": [
{"name": "Himalayas", "peak": [93, 350], "center": [93, 348]},
{"name": "Andes", "peak": [118, 140], "center": [140, 140]},
{"name": "Rocky Mountains", "peak": [88, 105], "center": [85, 105]},
{"name": "Alps", "peak": [82, 264], "center": [82, 264]},
{"name": "Urals", "peak": [68, 300], "center": [72, 300]},
{"name": "Atlas Mountains", "peak": [93, 254], "center": [94, 254]},
{"name": "Great Dividing Range", "peak": [160, 420], "center": [162, 420]}
],
"rivers": [
{"name": "Danube", "mouth": [82, 278]},
{"name": "Volga", "mouth": [75, 298]},
{"name": "Rhine", "mouth": [79, 264]},
{"name": "Mississippi", "mouth": [96, 107]},
{"name": "St. Lawrence", "mouth": [80, 132]},
{"name": "Amazon", "mouth": [126, 165]},
{"name": "Paraná", "mouth": [148, 155]},
{"name": "Nile", "mouth": [98, 286]},
{"name": "Congo", "mouth": [125, 268]},
{"name": "Tigris", "mouth": [96, 303]},
{"name": "Yangtze", "mouth": [97, 387]},
{"name": "Ganges", "mouth": [102, 351]},
{"name": "Mekong", "mouth": [114, 374]},
{"name": "Murray", "mouth": [170, 417]}
],
"cities": [
{"name": "Brussels", "center": [80, 266], "population": 2100000, "region": "europe"},
{"name": "Istanbul", "center": [83, 279], "population": 15000000, "region": "europe"},
{"name": "Moscow", "center": [72, 294], "population": 12700000, "region": "europe"},
{"name": "New York", "center": [87, 130], "population": 20100000, "region": "north_america"},
{"name": "São Paulo", "center": [143, 164], "population": 22400000, "region": "south_america"},
{"name": "Cairo", "center": [97, 286], "population": 21300000, "region": "africa"},
{"name": "Tokyo", "center": [92, 400], "population": 37400000, "region": "east_asia"},
{"name": "Delhi", "center": [99, 339], "population": 32900000, "region": "east_asia"},
{"name": "Beijing", "center": [87, 383], "population": 21500000, "region": "east_asia"},
{"name": "Singapore", "center": [119, 372], "population": 5900000, "region": "southeast_asia"},
{"name": "Lagos", "center": [119, 263], "population": 15000000, "region": "africa"}
]
}
}