participating_station
Data license: CC BY 4.0 license · Data source: Global Meteor Network
19 rows where meteor_unique_trajectory_identifier = "20240301013806_hxDnq" 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 |
---|---|---|---|---|---|
4012689 | 4012689 | 20240301013806_hxDnq | UK000Y | 2024-03-02T14:07:41.841Z | 2024-03-09T14:17:45.992Z |
4012690 | 4012690 | 20240301013806_hxDnq | UK001L | 2024-03-02T14:07:41.841Z | 2024-03-09T14:17:45.992Z |
4012691 | 4012691 | 20240301013806_hxDnq | UK001U | 2024-03-02T14:07:41.841Z | 2024-03-09T14:17:45.992Z |
4012692 | 4012692 | 20240301013806_hxDnq | UK001V | 2024-03-02T14:07:41.841Z | 2024-03-09T14:17:45.992Z |
4012693 | 4012693 | 20240301013806_hxDnq | UK003F | 2024-03-02T14:07:41.841Z | 2024-03-09T14:17:45.992Z |
4012694 | 4012694 | 20240301013806_hxDnq | UK003U | 2024-03-02T14:07:41.841Z | 2024-03-09T14:17:45.992Z |
4012695 | 4012695 | 20240301013806_hxDnq | UK004N | 2024-03-02T14:07:41.841Z | 2024-03-09T14:17:45.992Z |
4012696 | 4012696 | 20240301013806_hxDnq | UK0067 | 2024-03-02T14:07:41.841Z | 2024-03-09T14:17:45.992Z |
4012697 | 4012697 | 20240301013806_hxDnq | UK006A | 2024-03-02T14:07:41.841Z | 2024-03-09T14:17:45.992Z |
4012698 | 4012698 | 20240301013806_hxDnq | UK0070 | 2024-03-02T14:07:41.841Z | 2024-03-09T14:17:45.992Z |
4012699 | 4012699 | 20240301013806_hxDnq | UK0072 | 2024-03-02T14:07:41.841Z | 2024-03-09T14:17:45.992Z |
4012700 | 4012700 | 20240301013806_hxDnq | UK007M | 2024-03-02T14:07:41.841Z | 2024-03-09T14:17:45.992Z |
4012701 | 4012701 | 20240301013806_hxDnq | UK0083 | 2024-03-02T14:07:41.841Z | 2024-03-09T14:17:45.992Z |
4012702 | 4012702 | 20240301013806_hxDnq | UK008S | 2024-03-02T14:07:41.841Z | 2024-03-09T14:17:45.992Z |
4012703 | 4012703 | 20240301013806_hxDnq | UK0090 | 2024-03-02T14:07:41.841Z | 2024-03-09T14:17:45.992Z |
4012704 | 4012704 | 20240301013806_hxDnq | UK009P | 2024-03-02T14:07:41.841Z | 2024-03-09T14:17:45.992Z |
4012705 | 4012705 | 20240301013806_hxDnq | UK00AE | 2024-03-02T14:07:41.841Z | 2024-03-09T14:17:45.992Z |
4012706 | 4012706 | 20240301013806_hxDnq | UK00AJ | 2024-03-02T14:07:41.841Z | 2024-03-09T14:17:45.992Z |
4012707 | 4012707 | 20240301013806_hxDnq | UK00B0 | 2024-03-02T14:07:41.841Z | 2024-03-09T14:17:45.992Z |
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);