# Gallery Example renders produced with terrain-maker. Each image links to the example or guide that explains how it was made. --- ## Detroit: Sledding + XC Skiing (Combined Render) The flagship example — dual colormaps blending sledding and cross-country skiing scores, with roads and parks overlay, rendered at print quality. [![Detroit combined render with labels](../images/combined_render/sledding_with_xc_parks_3d_print_labeled.jpg)](examples/combined_render) Sledding scores (boreal-mako colormap) underlie the terrain. XC skiing scores (mako/rocket overlay) appear near parks. Azurite-colored roads mark major routes. The labeled version identifies specific parks and features. **Script:** `examples/detroit_combined_render.py` **Guide:** {doc}`examples/combined_render` --- ## San Diego: Complete Minimal Example The recommended starting point — a full terrain pipeline in ~180 lines: download SRTM elevation data, load and transform a DEM, detect water, generate a 3D mesh, and render with professional HDRI lighting. [![San Diego terrain render](../images/san_diego_demo.png)](examples/san_diego_demo) Elevation mapped with the plasma colormap; San Diego Bay and coastal water detected and highlighted automatically. **Script:** `examples/san_diego_flow_demo.py` **Guide:** {doc}`examples/san_diego_demo` --- ## Detroit: Dual Colormap Render An earlier dual-layer render of the Detroit area showing sledding and XC skiing zones side by side. [![Detroit dual render](../images/dual_render/sledding_and_xc_skiing_3d.png)](examples/sledding) **Script:** `examples/detroit_dual_render.py` **Guide:** {doc}`examples/sledding` --- ## Detroit: Elevation — Cardinal Views Pure elevation renders of the Detroit area from five vantage points. The custom Michigan colormap maps Great Lakes blue through forest green to upland sand tones.
![Detroit elevation from above](../images/detroit_elevation_above.png) *Above* ![Detroit elevation from south](../images/detroit_elevation_south.png) *South*
![Detroit elevation from north](../images/detroit_elevation_north.png) *North* ![Detroit elevation from east](../images/detroit_elevation_east.png) *East*
**Script:** `examples/detroit_elevation_real.py` **Guide:** {doc}`examples/elevation` --- ## Snow Sledding Score Analysis Step-by-step breakdown of the sledding score computation for southeast Michigan, from raw inputs to final score map.
![DEM](../images/01_raw/dem.png) *Elevation (DEM)* ![Snow depth](../images/01_raw/snow_depth.png) *Snow depth* ![Final sledding score](../images/05_final/sledding_score.png) *Final sledding score*
**Guide:** {doc}`examples/sledding`