added

Adjacent arrays in Racking Arrays API

The List Racking Arrays API now includes information on the relative positions of adjacent arrays so that you can easily identify filler rows and staggered panels that can be racked together.

"racking_arrays": [
    {
        "array_layout": [
            "LL"
        ],
        "adjacent_arrays": [
            {
                "idx": 1,
                "x": -12.08,
                "y": -4.64
            }
        ],
        ...