driptorch.io.write_quicfire#

driptorch.io.write_quicfire(geometry: list, times: list, elapsed_time, resolution: int = 1) str#

Writes a QUIC-fire ignition file

Parameters
geometrylist

List of geometry to write

timeslist

Arrival times corresponding to the geometry coordinates (seconds)

resolutionint

Horizontal resolution of QUIC-fire domain (meters). Defaults to 1.

Returns
str

QUIC-fire formated ignition file

Raises
ExportError

Error if Point and (Multi)LineString geometry types are mixed