participating_station
Data license: CC BY 4.0 license · Data source: Global Meteor Network
27 rows where meteor_unique_trajectory_identifier = "20231111053817_UdTRa" 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 |
---|---|---|---|---|---|
3373059 | 3373059 | 20231111053817_UdTRa | UK000U | 2024-01-06T00:04:15.527Z | 2024-01-06T00:04:15.527Z |
3373060 | 3373060 | 20231111053817_UdTRa | UK001L | 2024-01-06T00:04:15.527Z | 2024-01-06T00:04:15.527Z |
3373061 | 3373061 | 20231111053817_UdTRa | UK0026 | 2024-01-06T00:04:15.527Z | 2024-01-06T00:04:15.527Z |
3373062 | 3373062 | 20231111053817_UdTRa | UK0027 | 2024-01-06T00:04:15.527Z | 2024-01-06T00:04:15.527Z |
3373063 | 3373063 | 20231111053817_UdTRa | UK002H | 2024-01-06T00:04:15.527Z | 2024-01-06T00:04:15.527Z |
3373064 | 3373064 | 20231111053817_UdTRa | UK0030 | 2024-01-06T00:04:15.527Z | 2024-01-06T00:04:15.527Z |
3373065 | 3373065 | 20231111053817_UdTRa | UK0031 | 2024-01-06T00:04:15.527Z | 2024-01-06T00:04:15.527Z |
3373066 | 3373066 | 20231111053817_UdTRa | UK003F | 2024-01-06T00:04:15.527Z | 2024-01-06T00:04:15.527Z |
3373067 | 3373067 | 20231111053817_UdTRa | UK003X | 2024-01-06T00:04:15.527Z | 2024-01-06T00:04:15.527Z |
3373068 | 3373068 | 20231111053817_UdTRa | UK004D | 2024-01-06T00:04:15.527Z | 2024-01-06T00:04:15.527Z |
3373069 | 3373069 | 20231111053817_UdTRa | UK004G | 2024-01-06T00:04:15.527Z | 2024-01-06T00:04:15.527Z |
3373070 | 3373070 | 20231111053817_UdTRa | UK0050 | 2024-01-06T00:04:15.527Z | 2024-01-06T00:04:15.527Z |
3373071 | 3373071 | 20231111053817_UdTRa | UK005V | 2024-01-06T00:04:15.527Z | 2024-01-06T00:04:15.527Z |
3373072 | 3373072 | 20231111053817_UdTRa | UK006L | 2024-01-06T00:04:15.527Z | 2024-01-06T00:04:15.527Z |
3373073 | 3373073 | 20231111053817_UdTRa | UK0070 | 2024-01-06T00:04:15.527Z | 2024-01-06T00:04:15.527Z |
3373074 | 3373074 | 20231111053817_UdTRa | UK0072 | 2024-01-06T00:04:15.527Z | 2024-01-06T00:04:15.527Z |
3373075 | 3373075 | 20231111053817_UdTRa | UK007P | 2024-01-06T00:04:15.527Z | 2024-01-06T00:04:15.527Z |
3373076 | 3373076 | 20231111053817_UdTRa | UK0083 | 2024-01-06T00:04:15.527Z | 2024-01-06T00:04:15.527Z |
3373077 | 3373077 | 20231111053817_UdTRa | UK008U | 2024-01-06T00:04:15.527Z | 2024-01-06T00:04:15.527Z |
3373078 | 3373078 | 20231111053817_UdTRa | UK009K | 2024-01-06T00:04:15.527Z | 2024-01-06T00:04:15.527Z |
3373079 | 3373079 | 20231111053817_UdTRa | UK009P | 2024-01-06T00:04:15.527Z | 2024-01-06T00:04:15.527Z |
3373080 | 3373080 | 20231111053817_UdTRa | UK009S | 2024-01-06T00:04:15.527Z | 2024-01-06T00:04:15.527Z |
3373081 | 3373081 | 20231111053817_UdTRa | UK009T | 2024-01-06T00:04:15.527Z | 2024-01-06T00:04:15.527Z |
3373082 | 3373082 | 20231111053817_UdTRa | UK00A9 | 2024-01-06T00:04:15.527Z | 2024-01-06T00:04:15.527Z |
3373083 | 3373083 | 20231111053817_UdTRa | UK00AE | 2024-01-06T00:04:15.527Z | 2024-01-06T00:04:15.527Z |
3373084 | 3373084 | 20231111053817_UdTRa | UK00AT | 2024-01-06T00:04:15.527Z | 2024-01-06T00:04:15.527Z |
3373085 | 3373085 | 20231111053817_UdTRa | UK00B0 | 2024-01-06T00:04:15.527Z | 2024-01-06T00:04:15.527Z |
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);