added
Roof shape in Roof Summary API
over 1 year ago by Andriy Mysyk
Roof Summary API now returns the roof shape as flat
, monopitch
, hip
, or gable
. If a shape cannot be determined, undefined
will be returned. With the roof shape, you can can streamline your post-sale solar workflows including racking system design.
{
"roofs": [
{
"shape": "gable",
"units_of_measurement": "Imperial",
"area": 3433.84,
"modules_area": 400.0,
"panels": true,
...