wxbox/crates/tiler/config.toml
core fa95c747cf
Some checks are pending
Verify Latest Dependencies / Verify Latest Dependencies (push) Waiting to run
build and test / wxbox - latest (push) Waiting to run
single site radar
2025-04-05 15:41:43 -04:00

36 lines
No EOL
1 KiB
TOML

[data.grib2.noaa_mrms_merged_composite_reflectivity_qc_CONUS]
from = "https://mrms.ncep.noaa.gov/data/2D/MergedReflectivityQCComposite/MRMS_MergedReflectivityQCComposite.latest.grib2.gz"
needs_gzip = true
valid_for = 120
palette = """
Color: 10 164 164 255 100 100 192
Color: 20 64 128 255 32 64 128
Color: 30 0 255 0 0 128 0
Color: 40 255 255 0 255 128 0
Color: 50 255 0 0 160 0 0
Color: 60 255 0 255 128 0 128
Color: 70 255 255 255 128 128 128
Color: 80 128 128 128
"""
missing = -99.0
no_coverage = -999.0
[data.nexrad.kcrp_ref_test]
from = "aaaa"
palette = """
Color: 5 0x40 0xe8 0xe3
Color: 10 0x26 0xa4 0xfa
Color: 15 0x00 0x30 0xed
Color: 20 0x49 0xfb 0x3e
Color: 25 0x36 0xc2 0x2e
Color: 30 0x27 0x8c 0x1e
Color: 35 0xfe 0xf5 0x43
Color: 40 0xeb 0xb4 0x33
Color: 45 0xf6 0x95 0x2e
Color: 50 0xf8 0x0a 0x26
Color: 55 0xcb 0x05 0x16
Color: 60 0xa9 0x08 0x13
Color: 65 0xee 0x34 0xfa
Color: 70 0x91 0x61 0xc4
Color: 75 0xff 0xff 0xff
"""