participating_station
Data license: CC BY 4.0 license · Data source: Global Meteor Network
16 rows where meteor_unique_trajectory_identifier = "20240726224654_P1Cdd" 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 |
---|---|---|---|---|---|
4696156 | 4696156 | 20240726224654_P1Cdd | UK005L | 2024-07-28T12:02:27.255Z | 2024-08-04T12:19:09.089Z |
4696157 | 4696157 | 20240726224654_P1Cdd | UK007A | 2024-07-28T12:02:27.255Z | 2024-08-04T12:19:09.089Z |
4696158 | 4696158 | 20240726224654_P1Cdd | UK008J | 2024-07-28T12:02:27.255Z | 2024-08-04T12:19:09.089Z |
4696159 | 4696159 | 20240726224654_P1Cdd | UK0090 | 2024-07-28T12:02:27.255Z | 2024-08-04T12:19:09.089Z |
4696160 | 4696160 | 20240726224654_P1Cdd | UK009D | 2024-07-28T12:02:27.255Z | 2024-08-04T12:19:09.089Z |
4696161 | 4696161 | 20240726224654_P1Cdd | UK009P | 2024-07-28T12:02:27.255Z | 2024-08-04T12:19:09.089Z |
4696162 | 4696162 | 20240726224654_P1Cdd | UK009S | 2024-07-28T12:02:27.255Z | 2024-08-04T12:19:09.089Z |
4696163 | 4696163 | 20240726224654_P1Cdd | UK00B0 | 2024-07-28T12:02:27.255Z | 2024-08-04T12:19:09.089Z |
4696164 | 4696164 | 20240726224654_P1Cdd | UK00BA | 2024-07-28T12:02:27.255Z | 2024-08-04T12:19:09.089Z |
4696165 | 4696165 | 20240726224654_P1Cdd | UK00BD | 2024-07-28T12:02:27.255Z | 2024-08-04T12:19:09.089Z |
4696166 | 4696166 | 20240726224654_P1Cdd | UK00C9 | 2024-07-28T12:02:27.255Z | 2024-08-04T12:19:09.089Z |
4696167 | 4696167 | 20240726224654_P1Cdd | UK00CH | 2024-07-28T12:02:27.255Z | 2024-08-04T12:19:09.089Z |
4696152 | 4696152 | 20240726224654_P1Cdd | UK003U | 2024-07-28T12:02:27.215Z | 2024-08-04T12:19:09.089Z |
4696153 | 4696153 | 20240726224654_P1Cdd | UK0042 | 2024-07-28T12:02:27.215Z | 2024-08-04T12:19:09.089Z |
4696154 | 4696154 | 20240726224654_P1Cdd | UK004G | 2024-07-28T12:02:27.215Z | 2024-08-04T12:19:09.089Z |
4696155 | 4696155 | 20240726224654_P1Cdd | UK0050 | 2024-07-28T12:02:27.215Z | 2024-08-04T12:19:09.089Z |
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);