Get Shading Scene Viewer
Shading Scenes
Get Shading Scene Viewer
Get a read-optimized 3D viewer payload for a shading scene
GET
Get Shading Scene Viewer
GET /shadingscenes//viewer
Retrieve a read-optimized payload designed for rendering a shading scene in a 3D viewer. This endpoint returns pre-processed geometry, obstruction, and shading data structured for direct consumption by visualization clients.Notes
- This is a read-optimized endpoint tailored for 3D rendering, not a general-purpose scene retrieval. Use GET /shadingscenes/ for the full scene record.
- Query parameters control which data layers are included:
include_geometry(defaulttrue) — table and module geometry.include_obstructions(defaulttrue) — obstruction mesh data.include_shading(defaulttrue) — shading simulation overlay data.
aggregatecontrols the shading aggregation level:"table"(default) for per-table factors or"scene"for whole-scene averages.azimuth_binandelevation_binoptionally filter shading data to a specific sun position bin.- Returns
404if the scene does not exist. - The response payload is sanitized for safe client consumption and may be large depending on scene complexity.
