Skip to main content

Simulate fire spread for a polygon from a file

POST 

/fire_spread/polygon_file/

Predicts how a fire will spread hourly from a certain point in time onwards. The starting polygon, on which to run the simulation, must be provided as a file in GeoJSON format. Every feature in the returned FeatureCollection represents the predicted polygon shape at a certain time, with the first feature representing the polygon shape at the time of the date parameter.

Request

Responses

Returns a GeoJSON Feature Collection of simulated fire spread steps: https://tools.ietf.org/html/rfc7946