stilt.Trajectories#

class stilt.Trajectories(receptor: stilt.receptors.Receptor, params: stilt.config.params.STILTParams, met_files: list[pathlib.Path], data: pandas.core.frame.DataFrame, is_error: bool = False)[source]#

STILT particle trajectory ensemble.

Methods#

from_parquet(path, *[, columns])

Load a Trajectories instance from a self-contained parquet file.

from_particles(particles, receptor, params, ...)

Build a Trajectories instance from raw HYSPLIT particle output.

to_parquet(path)

Persist trajectory data and metadata to a self-contained parquet file.

Attributes#

plot

Plotting namespace (e.g. traj.plot.map()).