Skip to main content
GET
/
shadingscenes
/
{scene_id}
/
gcr
Get GCR Properties
curl --request GET \
  --url https://api.example.com/shadingscenes/{scene_id}/gcr

GET /shadingscenes//gcr

Retrieve the computed Ground Coverage Ratio (GCR) properties for a shading scene. GCR describes the ratio of module area to total ground area and is a key input for tracker backtracking and inter-row shading calculations.

Notes

  • GCR properties are derived from the scene geometry and stored within the scene JSON as gcrProperties.
  • Returns 404 if the scene does not exist or if no GCR properties have been computed for the scene.
  • GCR data is typically available after scene creation or import once the geometry has been processed.
  • This endpoint is useful for validating tracker configuration inputs and understanding the physical layout density of a scene.
  • Related: POST /shadingscenes//trackinginputs uses GCR as a required parameter for tracker angle configuration.