3D-City Model
    Preparing search index...

    Function addIntervalExecutor

    • Adds an IntervalExecutor to repeatedly fetch, unzip, and parse meteorological measurements (e.g. wind speed and direction) from a remote resource and dispatches the results to a callback. Useful for integrating real-time or time-lapse meteorological data.

      Parameters

      • params: { duration: number; eventName: string; id?: string; queryUrl: string }

        Parameters for the executor.

        • duration: number

          How often to fetch new data (ms).

        • eventName: string

          Name of the event to associate with the updates.

        • Optionalid?: string

          Unique identifier (auto-generated if not supplied).

        • queryUrl: string

          The remote URL from which to fetch zipped data.

      Returns void