stilt.Trajectories.footprint#
- Trajectories.footprint(config, name='')[source]#
Calculate a footprint from these trajectories on a new grid.
This is the regeneration path for a target grid that differs from any stored footprint: rather than regridding a stored raster, rebuild the footprint from the particles with full kernel fidelity. Equivalent to
stilt.Footprint.calculate()with this run’s receptor.- Parameters:
config (FootprintConfig) – Grid and smoothing parameters for the new footprint.
name (str, optional) – Name for the footprint.
- Return type:
Footprint