stilt.Footprint.aggregate# Footprint.aggregate(coords, time_bins)[source]# Sample footprint at coordinates and integrate over time bins. Parameters: coords (list[tuple[float, float]]) – (x, y) pairs to sample. Use (lon, lat) order for geographic footprints. time_bins (pd.IntervalIndex) – Flux time intervals to sum over. Returns: Indexed by (x, y) with one column per time bin (labeled by bin left edge). Missing coord/bin combinations are 0. Return type: pd.DataFrame