added

Array layout in Racking Arrays API

You can now retrieve the layout of each array using Retrieve Racking Arrays API. With the layout data, you can streamline your racking design workflow and automate PV system design validation.

{
  "racking_arrays": [
    {
      "rows": 2,
      "columns": 8,
      "array_layout": [
        "00PPPP00",
        "PPPPPPPP"
      ],
      "ground_mounted": false,
      "pitch": 20.25,
      "azimuth": 271.61,
      "tilt": 15,
      "rotation": 10.61,
      "module": {
        "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
        "manufacturer": "Sunpreme",
        "rating_stc": 300.25,
        "name": "SNPM GxB 300",
        "count": 11
      }
    }
  ]
}