{
    "products": [
        {
            "id": "BR",
            "name": "Base Reflectivity",
            "nexrad": "N0B/N0Q/N0R",
            "defaultPane": "left"
        },
        {
            "id": "BV",
            "name": "Base Velocity",
            "nexrad": "N0U/N0V",
            "defaultPane": "right"
        },
        {
            "id": "SRV",
            "name": "Storm Relative Velocity",
            "nexrad": "N0S",
            "defaultPane": "right"
        },
        {
            "id": "CC",
            "name": "Correlation Coefficient",
            "nexrad": "N0C",
            "defaultPane": "right"
        },
        {
            "id": "EET",
            "name": "Enhanced Echo Tops",
            "nexrad": "EET/135",
            "defaultPane": "aux"
        },
        {
            "id": "VIL",
            "name": "Vertically Integrated Liquid",
            "nexrad": "NVL/DVL",
            "defaultPane": "aux"
        }
    ],
    "layouts": [
        {
            "id": "single",
            "name": "Single Product",
            "panes": 1
        },
        {
            "id": "split_br_bv",
            "name": "Reflectivity + Base Velocity",
            "panes": 2,
            "products": [
                "BR",
                "BV"
            ]
        },
        {
            "id": "split_br_srv",
            "name": "Reflectivity + Storm Relative Velocity",
            "panes": 2,
            "products": [
                "BR",
                "SRV"
            ]
        },
        {
            "id": "split_br_cc",
            "name": "Reflectivity + Correlation Coefficient",
            "panes": 2,
            "products": [
                "BR",
                "CC"
            ]
        },
        {
            "id": "quad_meteorologist",
            "name": "Meteorologist Quad",
            "panes": 4,
            "products": [
                "BR",
                "SRV",
                "CC",
                "VIL"
            ]
        }
    ]
}