|
|
A catalog of events of interest may be given as an argument to [`redpy-catfill`](Console-Scripts#redpy-catfill) to reduce the amount of continuous data to be processed and/or to explicitly specify triggering times. At minimum, this file should have one column dedicated to event times in a relatively standard format (e.g., [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)) that [`pandas.to_datetime()`](https://pandas.pydata.org/docs/reference/api/pandas.to_datetime.html) can automatically parse and return as [UTC](https://en.wikipedia.org/wiki/Coordinated_Universal_Time) datetimes. Additional columns may be included, and some features may require columns for latitude, longitude, and depth. All columns must have headers, though the "Time" column may have a customized name. Although `.csv` files are comma-separated by definition, custom delimiters (e.g., `|`) may be used when commas are used within a column for place names and must be placed in quotes. Similar formats are also expected for other scripts that expect a `.csv`-like catalog. |
|
A catalog of events of interest may be given as an argument to [`redpy-catfill`](Console-Scripts#redpy-catfill) and [`redpy-bothfill`](Console-Scripts#redpy-bothfill) to reduce the amount of continuous data to be processed and/or to explicitly specify triggering times. At minimum, this file should have one column dedicated to event times in a relatively standard format (e.g., [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)) that [`pandas.to_datetime()`](https://pandas.pydata.org/docs/reference/api/pandas.to_datetime.html) can automatically parse and return as [UTC](https://en.wikipedia.org/wiki/Coordinated_Universal_Time) datetimes. Additional columns may be included, and some features may require columns for latitude, longitude, and depth. All columns must have headers, though the "Time" column may have a customized name. Although `.csv` files are comma-separated by definition, custom delimiters (e.g., `|`) may be used when commas are used within a column for place names that must otherwise be placed in quotes. Similar formats are also expected for other scripts that expect a `.csv`-like catalog. |