stilt.Footprint.calculate#

classmethod Footprint.calculate(particles, receptor, config, name='')[source]#

Calculate footprint from particle trajectories.

Parameters:
  • particles (pd.DataFrame) – Particle data from Simulation.execute(). Must include: long, lati, indx, foot, time.

  • config (FootprintConfig) – Grid and smoothing parameters.

  • receptor (Receptor) – Receptor metadata for the returned Footprint.

  • name (str, optional) – Name for the footprint.

Returns:

Footprint object. Empty footprints are represented explicitly as a zero-valued data array with empty metadata.

Return type:

Footprint