Wildfire-FM / spatial_serving /examples /probability_npz_contract.json
yx21e's picture
Clarify custom spatial granularity support
036381c verified
Raw
History Blame Contribute Delete
675 Bytes
{
"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."
]
}