participating_station
Data license: CC BY 4.0 license · Data source: Global Meteor Network
16 rows where meteor_unique_trajectory_identifier = "20240417022702_c3FsG" sorted by created_at descending
This data as json, copyable, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
Link | rowid | meteor_unique_trajectory_identifier | station_code | created_at ▲ | updated_at |
---|---|---|---|---|---|
4201576 | 4201576 | 20240417022702_c3FsG | UK000S | 2024-04-18T12:03:40.458Z | 2024-04-25T12:21:20.288Z |
4201577 | 4201577 | 20240417022702_c3FsG | UK001Z | 2024-04-18T12:03:40.458Z | 2024-04-25T12:21:20.288Z |
4201578 | 4201578 | 20240417022702_c3FsG | UK004G | 2024-04-18T12:03:40.458Z | 2024-04-25T12:21:20.288Z |
4201579 | 4201579 | 20240417022702_c3FsG | UK0067 | 2024-04-18T12:03:40.458Z | 2024-04-25T12:21:20.288Z |
4201580 | 4201580 | 20240417022702_c3FsG | UK006L | 2024-04-18T12:03:40.458Z | 2024-04-25T12:21:20.288Z |
4201581 | 4201581 | 20240417022702_c3FsG | UK0070 | 2024-04-18T12:03:40.458Z | 2024-04-25T12:21:20.288Z |
4201582 | 4201582 | 20240417022702_c3FsG | UK007A | 2024-04-18T12:03:40.458Z | 2024-04-25T12:21:20.288Z |
4201583 | 4201583 | 20240417022702_c3FsG | UK007L | 2024-04-18T12:03:40.458Z | 2024-04-25T12:21:20.288Z |
4201584 | 4201584 | 20240417022702_c3FsG | UK0083 | 2024-04-18T12:03:40.458Z | 2024-04-25T12:21:20.288Z |
4201585 | 4201585 | 20240417022702_c3FsG | UK0098 | 2024-04-18T12:03:40.458Z | 2024-04-25T12:21:20.288Z |
4201586 | 4201586 | 20240417022702_c3FsG | UK009D | 2024-04-18T12:03:40.458Z | 2024-04-25T12:21:20.288Z |
4201587 | 4201587 | 20240417022702_c3FsG | UK009T | 2024-04-18T12:03:40.458Z | 2024-04-25T12:21:20.288Z |
4201588 | 4201588 | 20240417022702_c3FsG | UK00AT | 2024-04-18T12:03:40.458Z | 2024-04-25T12:21:20.288Z |
4201589 | 4201589 | 20240417022702_c3FsG | UK00B0 | 2024-04-18T12:03:40.458Z | 2024-04-25T12:21:20.288Z |
4201590 | 4201590 | 20240417022702_c3FsG | UK00B2 | 2024-04-18T12:03:40.458Z | 2024-04-25T12:21:20.288Z |
4201591 | 4201591 | 20240417022702_c3FsG | UK00BF | 2024-04-18T12:03:40.458Z | 2024-04-25T12:21:20.288Z |
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);