participating_station
Data license: CC BY 4.0 license · Data source: Global Meteor Network
16 rows where meteor_unique_trajectory_identifier = "20220709000935_cI2aX" 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 |
---|---|---|---|---|---|
1407587 | 1407587 | 20220709000935_cI2aX | UK007E | 2024-01-05T23:47:40.361Z | 2024-01-05T23:47:40.361Z |
1407577 | 1407577 | 20220709000935_cI2aX | UK001Y | 2024-01-05T23:47:40.360Z | 2024-01-05T23:47:40.360Z |
1407578 | 1407578 | 20220709000935_cI2aX | UK002C | 2024-01-05T23:47:40.360Z | 2024-01-05T23:47:40.360Z |
1407579 | 1407579 | 20220709000935_cI2aX | UK002F | 2024-01-05T23:47:40.360Z | 2024-01-05T23:47:40.360Z |
1407580 | 1407580 | 20220709000935_cI2aX | UK0031 | 2024-01-05T23:47:40.360Z | 2024-01-05T23:47:40.360Z |
1407581 | 1407581 | 20220709000935_cI2aX | UK0041 | 2024-01-05T23:47:40.360Z | 2024-01-05T23:47:40.360Z |
1407582 | 1407582 | 20220709000935_cI2aX | UK004A | 2024-01-05T23:47:40.360Z | 2024-01-05T23:47:40.360Z |
1407583 | 1407583 | 20220709000935_cI2aX | UK005F | 2024-01-05T23:47:40.360Z | 2024-01-05T23:47:40.360Z |
1407584 | 1407584 | 20220709000935_cI2aX | UK0062 | 2024-01-05T23:47:40.360Z | 2024-01-05T23:47:40.360Z |
1407585 | 1407585 | 20220709000935_cI2aX | UK006L | 2024-01-05T23:47:40.360Z | 2024-01-05T23:47:40.360Z |
1407586 | 1407586 | 20220709000935_cI2aX | UK006R | 2024-01-05T23:47:40.360Z | 2024-01-05T23:47:40.360Z |
1407572 | 1407572 | 20220709000935_cI2aX | BE000H | 2024-01-05T23:47:40.359Z | 2024-01-05T23:47:40.359Z |
1407573 | 1407573 | 20220709000935_cI2aX | UK0001 | 2024-01-05T23:47:40.359Z | 2024-01-05T23:47:40.359Z |
1407574 | 1407574 | 20220709000935_cI2aX | UK0002 | 2024-01-05T23:47:40.359Z | 2024-01-05T23:47:40.359Z |
1407575 | 1407575 | 20220709000935_cI2aX | UK000S | 2024-01-05T23:47:40.359Z | 2024-01-05T23:47:40.359Z |
1407576 | 1407576 | 20220709000935_cI2aX | UK000W | 2024-01-05T23:47:40.359Z | 2024-01-05T23:47:40.359Z |
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);