This example shows how to retrieve event data from Time Series for an array of time series identifier:


timeseries_ids = [

    {

        "spatialID": "B101_408_807_408_BAH_14",

        "objectID": "CRUSHER3",

        "property": "DRY_TONNES",

    },

    {

        "spatialID": "B101_408_805_408_BAH_8",

        "objectID": "CRUSHER3",

        "property": "WET_TONNES",

    },

]


data_frame = vf.get_time_series(

    timeseries_id=timeseries_ids,

    # An array of two ISO8601 dates.

    timespan=["2018-01-17T10:00:11.68Z", "2022-03-23T13:45:11.68Z"],

    project_id="1B282E62D9574512AD6CDC88111EC31D",

)