Fire Spread
Fire spread simulations allow to predict the future evolution of a fire, based on an input shape and additional parameters, such as weather conditions, land cover, etc.
📄️ Get distance from cluster to assets
Returns the distance from the cluster to the nearest assets (e.g. population centers, critical infrastructure). The response includes a list of assets with their respective distances to the cluster.
📄️ Simulate fire spread for a cluster
Predicts how a fire will spread hourly from a certain point in time onwards. Every feature in the returned FeatureCollection represents the predicted cluster shape at a certain time with the first feature representing the cluster shape at the time of the date parameter.
📄️ Simulate fire spread for a cluster with custom models
Predicts how a fire will spread hourly from a certain point in time onwards. Every feature in the returned FeatureCollection represents the predicted cluster shape at a certain time with the first feature representing the cluster shape at the time of the date parameter.
📄️ Simulate fire spread for a polygon from a 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.
📄️ List possible weather model values
Lists possible weather model values to be used in different fire spread endpoints. More information of the different weather models can be found in our official documentation under the fire spread guide.