participating_station
Data license: CC BY 4.0 license · Data source: Global Meteor Network
18 rows where meteor_unique_trajectory_identifier = "20240420011707_AmfF2" 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 |
---|---|---|---|---|---|
4219225 | 4219225 | 20240420011707_AmfF2 | UK00B0 | 2024-04-21T12:01:21.794Z | 2024-04-28T12:21:11.855Z |
4219216 | 4219216 | 20240420011707_AmfF2 | UK0052 | 2024-04-21T12:01:21.773Z | 2024-04-28T12:21:11.855Z |
4219217 | 4219217 | 20240420011707_AmfF2 | UK006A | 2024-04-21T12:01:21.773Z | 2024-04-28T12:21:11.855Z |
4219218 | 4219218 | 20240420011707_AmfF2 | UK006T | 2024-04-21T12:01:21.773Z | 2024-04-28T12:21:11.855Z |
4219219 | 4219219 | 20240420011707_AmfF2 | UK007M | 2024-04-21T12:01:21.773Z | 2024-04-28T12:21:11.855Z |
4219220 | 4219220 | 20240420011707_AmfF2 | UK0083 | 2024-04-21T12:01:21.773Z | 2024-04-28T12:21:11.855Z |
4219221 | 4219221 | 20240420011707_AmfF2 | UK008J | 2024-04-21T12:01:21.773Z | 2024-04-28T12:21:11.855Z |
4219222 | 4219222 | 20240420011707_AmfF2 | UK009C | 2024-04-21T12:01:21.773Z | 2024-04-28T12:21:11.855Z |
4219223 | 4219223 | 20240420011707_AmfF2 | UK009S | 2024-04-21T12:01:21.773Z | 2024-04-28T12:21:11.855Z |
4219224 | 4219224 | 20240420011707_AmfF2 | UK00AQ | 2024-04-21T12:01:21.773Z | 2024-04-28T12:21:11.855Z |
4219211 | 4219211 | 20240420011707_AmfF2 | UK003V | 2024-04-21T12:01:21.751Z | 2024-04-28T12:21:11.855Z |
4219212 | 4219212 | 20240420011707_AmfF2 | UK003Y | 2024-04-21T12:01:21.751Z | 2024-04-28T12:21:11.855Z |
4219213 | 4219213 | 20240420011707_AmfF2 | UK0042 | 2024-04-21T12:01:21.751Z | 2024-04-28T12:21:11.855Z |
4219214 | 4219214 | 20240420011707_AmfF2 | UK004M | 2024-04-21T12:01:21.751Z | 2024-04-28T12:21:11.855Z |
4219215 | 4219215 | 20240420011707_AmfF2 | UK0050 | 2024-04-21T12:01:21.751Z | 2024-04-28T12:21:11.855Z |
4219208 | 4219208 | 20240420011707_AmfF2 | UK001L | 2024-04-21T12:01:21.750Z | 2024-04-28T12:21:11.855Z |
4219209 | 4219209 | 20240420011707_AmfF2 | UK001Q | 2024-04-21T12:01:21.750Z | 2024-04-28T12:21:11.855Z |
4219210 | 4219210 | 20240420011707_AmfF2 | UK003U | 2024-04-21T12:01:21.750Z | 2024-04-28T12:21:11.855Z |
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);