Files
settled-reach/tooling/planet-gen/sol_markers/mars_features.json
T
jpmschweitzerandClaude Opus 4.6 18bdb1ed3d feat(assets): add Sol system handcrafted terrain pipeline
Custom pipeline for GJ-0 (Sol) that imports real NASA/USGS
planetary data instead of procedural generation. Produces the
same output format (heightmap.png, globe.png, markers.json).

Real data bodies:
- Earth: ETOPO2022 elevation + WorldClim climate + 14 rivers
- Mars: MOLA DEM + ferric biome classes + terraformed water
- Luna: LOLA DEM + lunar biome palette

Procedural fallback for Mercury, Venus, Phobos, Deimos.
Synthetic elevation from albedo for Io, Europa, Ganymede,
Callisto, Titan, Enceladus. Gas giants use existing renderer.

New biome classes 34-36 (ferric_dust/highland/lowland) for
Mars iron oxide surface. Earth features: 50 cities (smart
scatter by continent), 15 named rivers, oceans, mountains.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-07 22:22:18 +02:00

24 lines
1.3 KiB
JSON

{
"GJ0e": {
"mountain_ranges": [
{"name": "Olympus Mons", "peak": [107, 358], "center": [107, 358]},
{"name": "Tharsis Bulge", "peak": [115, 365], "center": [118, 362]},
{"name": "Elysium Mons", "peak": [103, 413], "center": [103, 413]},
{"name": "Ascraeus Mons", "peak": [108, 367], "center": [108, 367]},
{"name": "Arsia Mons", "peak": [118, 363], "center": [118, 363]}
],
"oceans": [
{"name": "Hellas Basin", "center": [148, 329]},
{"name": "Utopia Planitia", "center": [80, 385]},
{"name": "Isidis Planitia", "center": [112, 343]}
],
"pois": [
{"id": "poi_valles_marineris", "name": "Valles Marineris", "center": [118, 380], "kind": "canyon"},
{"id": "poi_north_polar_cap", "name": "North Polar Cap", "center": [10, 256], "kind": "ice_cap"},
{"id": "poi_south_polar_cap", "name": "South Polar Cap", "center": [245, 256], "kind": "ice_cap"},
{"id": "poi_chryse_planitia", "name": "Chryse Planitia", "center": [100, 392], "kind": "plain"},
{"id": "poi_acidalia_planitia","name": "Acidalia Planitia","center": [80, 395], "kind": "plain"}
]
}
}