participating_station
Data license: CC BY 4.0 license · Data source: Global Meteor Network
22 rows where meteor_unique_trajectory_identifier = "20240811234812_rJcSf" sorted by created_at descending
This data as json, copyable, CSV (advanced)
Suggested facets: created_at, updated_at, created_at (date), updated_at (date)
Link | rowid | meteor_unique_trajectory_identifier | station_code | created_at ▲ | updated_at |
---|---|---|---|---|---|
4978114 | 4978114 | 20240811234812_rJcSf | UK0035 | 2024-09-06T12:12:29.743Z | 2024-09-06T12:12:29.743Z |
4978115 | 4978115 | 20240811234812_rJcSf | UK003L | 2024-09-06T12:12:29.743Z | 2024-09-06T12:12:29.743Z |
4978116 | 4978116 | 20240811234812_rJcSf | UK003X | 2024-09-06T12:12:29.743Z | 2024-09-06T12:12:29.743Z |
4978117 | 4978117 | 20240811234812_rJcSf | UK005S | 2024-09-06T12:12:29.743Z | 2024-09-06T12:12:29.743Z |
4978118 | 4978118 | 20240811234812_rJcSf | UK005V | 2024-09-06T12:12:29.743Z | 2024-09-06T12:12:29.743Z |
4978119 | 4978119 | 20240811234812_rJcSf | UK0070 | 2024-09-06T12:12:29.743Z | 2024-09-06T12:12:29.743Z |
4978120 | 4978120 | 20240811234812_rJcSf | UK007P | 2024-09-06T12:12:29.743Z | 2024-09-06T12:12:29.743Z |
4978121 | 4978121 | 20240811234812_rJcSf | UK0084 | 2024-09-06T12:12:29.743Z | 2024-09-06T12:12:29.743Z |
4978122 | 4978122 | 20240811234812_rJcSf | UK008B | 2024-09-06T12:12:29.743Z | 2024-09-06T12:12:29.743Z |
4978123 | 4978123 | 20240811234812_rJcSf | UK0092 | 2024-09-06T12:12:29.743Z | 2024-09-06T12:12:29.743Z |
4978124 | 4978124 | 20240811234812_rJcSf | UK0098 | 2024-09-06T12:12:29.743Z | 2024-09-06T12:12:29.743Z |
4978125 | 4978125 | 20240811234812_rJcSf | UK009K | 2024-09-06T12:12:29.743Z | 2024-09-06T12:12:29.743Z |
4978126 | 4978126 | 20240811234812_rJcSf | UK009S | 2024-09-06T12:12:29.743Z | 2024-09-06T12:12:29.743Z |
4978127 | 4978127 | 20240811234812_rJcSf | UK009W | 2024-09-06T12:12:29.743Z | 2024-09-06T12:12:29.743Z |
4978128 | 4978128 | 20240811234812_rJcSf | UK00AG | 2024-09-06T12:12:29.743Z | 2024-09-06T12:12:29.743Z |
4978129 | 4978129 | 20240811234812_rJcSf | UK00B2 | 2024-09-06T12:12:29.743Z | 2024-09-06T12:12:29.743Z |
4978130 | 4978130 | 20240811234812_rJcSf | UK00B6 | 2024-09-06T12:12:29.743Z | 2024-09-06T12:12:29.743Z |
4978131 | 4978131 | 20240811234812_rJcSf | UK00BF | 2024-09-06T12:12:29.743Z | 2024-09-06T12:12:29.743Z |
4978132 | 4978132 | 20240811234812_rJcSf | UK00C1 | 2024-09-06T12:12:29.743Z | 2024-09-06T12:12:29.743Z |
4978111 | 4978111 | 20240811234812_rJcSf | FR000F | 2024-09-06T12:12:29.740Z | 2024-09-06T12:12:29.740Z |
4978112 | 4978112 | 20240811234812_rJcSf | UK000S | 2024-09-06T12:12:29.740Z | 2024-09-06T12:12:29.740Z |
4978113 | 4978113 | 20240811234812_rJcSf | UK0026 | 2024-09-06T12:12:29.740Z | 2024-09-06T12:12:29.740Z |
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);