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
- 200
- 400
- 500
- 503
Returns a GeoJSON Feature Collection of simulated fire spread steps: https://tools.ietf.org/html/rfc7946
Request validation failed
Internal server error
Service unavailable