{
    "app": "StormView HD",
    "version": "0.5.1",
    "server_time_utc": "2026-08-13T20:57:00+00:00",
    "zip": null,
    "zip_location": null,
    "nearest_sites": [],
    "default_site": "KMLB",
    "default_layout": "split_br_srv",
    "default_map_style": "dark",
    "default_filter": "boundary",
    "default_engine": "hybrid",
    "engine_modes": [
        {
            "id": "hybrid",
            "name": "Hybrid: stable IEM display with Level III lab endpoints"
        },
        {
            "id": "iem",
            "name": "IEM WMS renderer"
        },
        {
            "id": "level3",
            "name": "Level III experimental decoder"
        }
    ],
    "render_modes": [
        {
            "id": "raw",
            "name": "Raw Digital / No Smoothing",
            "smoothing": false,
            "interpolation": "nearest"
        },
        {
            "id": "presentation",
            "name": "Presentation Smooth",
            "smoothing": true,
            "interpolation": "bilinear"
        }
    ],
    "quality_modes": [
        {
            "id": "1080p",
            "width": 1920,
            "height": 1080,
            "hdr": false
        },
        {
            "id": "4k",
            "width": 3840,
            "height": 2160,
            "hdr": false
        }
    ],
    "products": [
        {
            "id": "BR",
            "name": "Base Reflectivity",
            "family": "reflectivity",
            "rawCapable": true,
            "source": "IEM/NWS tile renderer, Level III probe kept separate"
        },
        {
            "id": "BV",
            "name": "Base Velocity",
            "family": "velocity",
            "rawCapable": true,
            "source": "IEM NEXRAD WMS fallback"
        },
        {
            "id": "SRV",
            "name": "Storm Relative Velocity",
            "family": "velocity",
            "rawCapable": true,
            "source": "IEM/NWS tile renderer, Level III probe kept separate"
        },
        {
            "id": "CC",
            "name": "Correlation Coefficient",
            "family": "dualpol",
            "rawCapable": true,
            "source": "IEM dual-pol WMS fallback"
        },
        {
            "id": "EET",
            "name": "Enhanced Echo Tops",
            "family": "derived",
            "rawCapable": true,
            "source": "IEM/NEXRAD derived fallback"
        },
        {
            "id": "VIL",
            "name": "Vertically Integrated Liquid",
            "family": "derived",
            "rawCapable": true,
            "source": "IEM/NEXRAD derived fallback"
        }
    ],
    "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"
            ]
        },
        {
            "id": "quad_hail",
            "name": "Hail / Severe Quad",
            "panes": 4,
            "products": [
                "BR",
                "EET",
                "VIL",
                "CC"
            ]
        }
    ],
    "endpoints": {
        "sites": "https://forms.weareunion.org/forms-radar/api/sites.php",
        "loop": "https://forms.weareunion.org/forms-radar/api/loop.php",
        "alerts": "https://forms.weareunion.org/forms-radar/api/alerts.php"
    }
}