participating_station
Data license: CC BY 4.0 license · Data source: Global Meteor Network
16 rows where meteor_unique_trajectory_identifier = "20240421003354_KVRhw" 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 |
---|---|---|---|---|---|
4222713 | 4222713 | 20240421003354_KVRhw | UK005L | 2024-04-22T12:00:47.605Z | 2024-04-29T12:18:28.616Z |
4222714 | 4222714 | 20240421003354_KVRhw | UK006A | 2024-04-22T12:00:47.605Z | 2024-04-29T12:18:28.616Z |
4222715 | 4222715 | 20240421003354_KVRhw | UK007A | 2024-04-22T12:00:47.605Z | 2024-04-29T12:18:28.616Z |
4222716 | 4222716 | 20240421003354_KVRhw | UK008J | 2024-04-22T12:00:47.605Z | 2024-04-29T12:18:28.616Z |
4222717 | 4222717 | 20240421003354_KVRhw | UK009D | 2024-04-22T12:00:47.605Z | 2024-04-29T12:18:28.616Z |
4222718 | 4222718 | 20240421003354_KVRhw | UK009S | 2024-04-22T12:00:47.605Z | 2024-04-29T12:18:28.616Z |
4222719 | 4222719 | 20240421003354_KVRhw | UK00AE | 2024-04-22T12:00:47.605Z | 2024-04-29T12:18:28.616Z |
4222720 | 4222720 | 20240421003354_KVRhw | UK00BD | 2024-04-22T12:00:47.605Z | 2024-04-29T12:18:28.616Z |
4222706 | 4222706 | 20240421003354_KVRhw | UK0030 | 2024-04-22T12:00:47.589Z | 2024-04-29T12:18:28.616Z |
4222707 | 4222707 | 20240421003354_KVRhw | UK0031 | 2024-04-22T12:00:47.589Z | 2024-04-29T12:18:28.616Z |
4222708 | 4222708 | 20240421003354_KVRhw | UK003V | 2024-04-22T12:00:47.589Z | 2024-04-29T12:18:28.616Z |
4222709 | 4222709 | 20240421003354_KVRhw | UK0042 | 2024-04-22T12:00:47.589Z | 2024-04-29T12:18:28.616Z |
4222710 | 4222710 | 20240421003354_KVRhw | UK004M | 2024-04-22T12:00:47.589Z | 2024-04-29T12:18:28.616Z |
4222711 | 4222711 | 20240421003354_KVRhw | UK0052 | 2024-04-22T12:00:47.589Z | 2024-04-29T12:18:28.616Z |
4222712 | 4222712 | 20240421003354_KVRhw | UK005H | 2024-04-22T12:00:47.589Z | 2024-04-29T12:18:28.616Z |
4222705 | 4222705 | 20240421003354_KVRhw | UK0027 | 2024-04-22T12:00:47.576Z | 2024-04-29T12:18:28.616Z |
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);