parq_blockmodel.utils.temporal.demo_data.build_waste_dump_time_series

parq_blockmodel.utils.temporal.demo_data.build_waste_dump_time_series(volumes, timestamps, center, cell_size=1.0, angle_of_repose=38)[source]

Generate a time-aware xarray DataArray representing a sequence of waste dumps.

Parameters: - volumes: List or array of volumes (m³) for each time step - timestamps: List or array of pandas Timestamps for each time step - center: Tuple (x, y) coordinates of the dump center - cell_size: Grid resolution in meters - angle_of_repose: Slope angle in degrees (default 38°)

Returns: - xarray.DataArray with dimensions (‘time’, ‘y’, ‘x’)