participating_station
Data license: CC BY 4.0 license · Data source: Global Meteor Network
16 rows where meteor_unique_trajectory_identifier = "20241122005602_jPrIK" sorted by created_at descending
This data as json, copyable, CSV (advanced)
Suggested facets: created_at, created_at (date), updated_at (date)
Link | rowid | meteor_unique_trajectory_identifier | station_code | created_at ▲ | updated_at |
---|---|---|---|---|---|
5592628 | 5592628 | 20241122005602_jPrIK | UK009G | 2024-11-24T14:22:28.917Z | 2024-11-25T14:20:34.894Z |
5592629 | 5592629 | 20241122005602_jPrIK | UK009K | 2024-11-24T14:22:28.917Z | 2024-11-25T14:20:34.894Z |
5592630 | 5592630 | 20241122005602_jPrIK | UK00B6 | 2024-11-24T14:22:28.917Z | 2024-11-25T14:20:34.894Z |
5592631 | 5592631 | 20241122005602_jPrIK | UK00BA | 2024-11-24T14:22:28.917Z | 2024-11-25T14:20:34.894Z |
5592626 | 5592626 | 20241122005602_jPrIK | UK008X | 2024-11-24T14:22:28.907Z | 2024-11-25T14:20:34.894Z |
5592627 | 5592627 | 20241122005602_jPrIK | UK009D | 2024-11-24T14:22:28.907Z | 2024-11-25T14:20:34.894Z |
5592623 | 5592623 | 20241122005602_jPrIK | UK0084 | 2024-11-24T14:22:28.895Z | 2024-11-25T14:20:34.894Z |
5592624 | 5592624 | 20241122005602_jPrIK | UK008B | 2024-11-24T14:22:28.895Z | 2024-11-25T14:20:34.894Z |
5592625 | 5592625 | 20241122005602_jPrIK | UK008J | 2024-11-24T14:22:28.895Z | 2024-11-25T14:20:34.894Z |
5592621 | 5592621 | 20241122005602_jPrIK | UK0067 | 2024-11-24T14:22:28.883Z | 2024-11-25T14:20:34.894Z |
5592622 | 5592622 | 20241122005602_jPrIK | UK007P | 2024-11-24T14:22:28.883Z | 2024-11-25T14:20:34.894Z |
5592619 | 5592619 | 20241122005602_jPrIK | UK0026 | 2024-11-24T14:22:28.866Z | 2024-11-25T14:20:34.894Z |
5592620 | 5592620 | 20241122005602_jPrIK | UK004G | 2024-11-24T14:22:28.866Z | 2024-11-25T14:20:34.894Z |
5592616 | 5592616 | 20241122005602_jPrIK | IE0004 | 2024-11-24T14:22:28.856Z | 2024-11-25T14:20:34.894Z |
5592617 | 5592617 | 20241122005602_jPrIK | UK000S | 2024-11-24T14:22:28.856Z | 2024-11-25T14:20:34.894Z |
5592618 | 5592618 | 20241122005602_jPrIK | UK001Z | 2024-11-24T14:22:28.856Z | 2024-11-25T14:20:34.894Z |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE participating_station ( meteor_unique_trajectory_identifier text NOT NULL, station_code text NOT NULL, created_at datetime NOT NULL DEFAULT ( strftime( '%Y-%m-%dT%H:%M:%fZ', 'now', 'utc' ) ), updated_at datetime NOT NULL DEFAULT ( strftime( '%Y-%m-%dT%H:%M:%fZ', 'now', 'utc' ) ), FOREIGN KEY (meteor_unique_trajectory_identifier) REFERENCES meteor (unique_trajectory_identifier), FOREIGN KEY (station_code) REFERENCES station (code), UNIQUE (meteor_unique_trajectory_identifier, station_code) ON CONFLICT IGNORE ); CREATE INDEX participating_station_station_code_covering_index ON participating_station (station_code, meteor_unique_trajectory_identifier); CREATE INDEX participating_station_created_at_index ON participating_station (created_at); CREATE INDEX participating_station_updated_at_index ON participating_station (updated_at);