eclipse-sdv-blueprints / insurance

A showcase for integrating Eclipse Software Defined Vehicle (SDV) and Eclipse Dataspaces for insurance applications. Enable exchange of vehicle and risk events to support risk assessment, underwriting processes and customer experiences
Apache License 2.0
0 stars 3 forks source link

Create fake data generator #14

Closed msmarioo closed 8 months ago

msmarioo commented 8 months ago
  1. Execute the current code to see events

  2. Modify line 53 on main.py to write events to disk

  3. Notebook that generates Risk events in the shape start, events, end for several vehicle ids

    • Generate timestamps that are consecutive with random delays (not evenly distributed)
      • Events are randonly distributed by time
      • Event types and risk are parametrizable as a list (can be hardcoded inside of the notebook code)
    • Generate trips from a start and end period (e.g a month)
    • Generate trips for a given number of vehicle ids (e.g. 1000)
    • Vehicle ids are uuids (unique identifiers)
    • Vehicle ids have randomly at least one trip per day, and no more than 16
msmarioo commented 8 months ago

This issue can be closed with the notebook from Paul