participating_station
Data license: CC BY 4.0 license · Data source: Global Meteor Network
16 rows where meteor_unique_trajectory_identifier = "20240306024946_wl8lk" sorted by created_at descending
This data as json, copyable, CSV (advanced)
Suggested facets: updated_at, created_at (date), updated_at (date)
Link | rowid | meteor_unique_trajectory_identifier | station_code | created_at ▲ | updated_at |
---|---|---|---|---|---|
4035241 | 4035241 | 20240306024946_wl8lk | IE000G | 2024-03-07T14:07:41.501Z | 2024-03-14T12:25:15.447Z |
4035242 | 4035242 | 20240306024946_wl8lk | UK000D | 2024-03-07T14:07:41.501Z | 2024-03-14T12:25:15.447Z |
4035243 | 4035243 | 20240306024946_wl8lk | UK0024 | 2024-03-07T14:07:41.501Z | 2024-03-14T12:25:15.447Z |
4035244 | 4035244 | 20240306024946_wl8lk | UK003E | 2024-03-07T14:07:41.501Z | 2024-03-14T12:25:15.447Z |
4035245 | 4035245 | 20240306024946_wl8lk | UK003F | 2024-03-07T14:07:41.501Z | 2024-03-14T12:25:15.447Z |
4035246 | 4035246 | 20240306024946_wl8lk | UK004R | 2024-03-07T14:07:41.501Z | 2024-03-14T12:25:15.447Z |
4035247 | 4035247 | 20240306024946_wl8lk | UK0051 | 2024-03-07T14:07:41.501Z | 2024-03-14T12:25:15.447Z |
4035248 | 4035248 | 20240306024946_wl8lk | UK007Q | 2024-03-07T14:07:41.501Z | 2024-03-14T12:25:15.447Z |
4035249 | 4035249 | 20240306024946_wl8lk | UK008B | 2024-03-07T14:07:41.501Z | 2024-03-14T12:25:15.447Z |
4035250 | 4035250 | 20240306024946_wl8lk | UK008U | 2024-03-07T14:07:41.501Z | 2024-03-14T12:25:15.447Z |
4035251 | 4035251 | 20240306024946_wl8lk | UK009W | 2024-03-07T14:07:41.501Z | 2024-03-14T12:25:15.447Z |
4035252 | 4035252 | 20240306024946_wl8lk | UK00A1 | 2024-03-07T14:07:41.501Z | 2024-03-14T12:25:15.447Z |
4035253 | 4035253 | 20240306024946_wl8lk | UK00AP | 2024-03-07T14:07:41.501Z | 2024-03-14T12:25:15.447Z |
4035254 | 4035254 | 20240306024946_wl8lk | UK00AU | 2024-03-07T14:07:41.501Z | 2024-03-14T12:25:15.447Z |
4035255 | 4035255 | 20240306024946_wl8lk | UK00BB | 2024-03-07T14:07:41.501Z | 2024-03-14T12:25:15.448Z |
4035256 | 4035256 | 20240306024946_wl8lk | UK00C1 | 2024-03-07T14:07:41.501Z | 2024-03-14T12:25:15.448Z |
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);