File size: 675 Bytes
887b6e4 036381c 887b6e4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | {
"description": "Minimal probability-map file expected by spatial_serving/grid_to_polygons.py",
"format": "npz",
"arrays": {
"prob": {
"shape": "[y, x] or [1, y, x]",
"meaning": "FireWx-FM wildfire occupancy probability on the native grid"
},
"lat": {
"shape": "[y]",
"meaning": "EPSG:5070 y-coordinate centers"
},
"lon": {
"shape": "[x]",
"meaning": "EPSG:5070 x-coordinate centers"
}
},
"notes": [
"The names can be overridden with CLI flags.",
"The released FireWx-FM checkpoint is native-grid first; county, sub-county, and other custom polygon granularities are serving aggregations."
]
}
|