Upload Tracking Inputs
Shading Scenes
Upload Tracking Inputs
Upload tracking angle configuration for a shading scene
POST
Upload Tracking Inputs
POST /shadingscenes//trackinginputs
Save single-axis tracker parameters and link them to the specified shading scene. These parameters control backtracking behavior and terrain-aware tracking adjustments used during shading simulation.Notes
- Content type is
application/x-www-form-urlencoded. gcr(Ground Coverage Ratio) is the only required field. All other parameters have sensible defaults.- Default parameter values:
azimuth:0.0axis_tilt:0.0back_tracking:truemax_angle:60.0terrain_aware:false
terrain_aware_diode_thresholdandterrain_aware_methodare only relevant whenterrain_awareistrue.- On success, returns the new
trackingInputIdand the associatedshadingSceneId. - Returns
404if the scene does not exist in the current workspace. - Requires write-level workspace access.
- After uploading new tracking inputs, use POST /shadingscenes//refresh to re-run shading with the updated tracker configuration.
