gw.data.data_preparation.load_raw_data
gw.data.data_preparation.load_raw_data(time_event, settings, event_dataset=None)Load raw event data.
- If event_dataset is provided and event data is saved in it, load and return the data
- Else, event data is downloaded. If event_dataset is provided, the event data is additionally saved to the file.
Parameters
| Name | Type | Description | Default |
|---|---|---|---|
| time_event | gps time of the events | required | |
| settings | dict with the settings | required | |
| event_dataset | name of the event dataset file | None |