participating_station
Data license: CC BY 4.0 license · Data source: Global Meteor Network
16 rows where meteor_unique_trajectory_identifier = "20220831024603_0n2JY" 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 |
---|---|---|---|---|---|
1618555 | 1618555 | 20220831024603_0n2JY | UK0002 | 2024-01-05T23:49:44.245Z | 2024-01-05T23:49:44.245Z |
1618556 | 1618556 | 20220831024603_0n2JY | UK000S | 2024-01-05T23:49:44.245Z | 2024-01-05T23:49:44.245Z |
1618557 | 1618557 | 20220831024603_0n2JY | UK001P | 2024-01-05T23:49:44.245Z | 2024-01-05T23:49:44.245Z |
1618558 | 1618558 | 20220831024603_0n2JY | UK001Z | 2024-01-05T23:49:44.245Z | 2024-01-05T23:49:44.245Z |
1618559 | 1618559 | 20220831024603_0n2JY | UK0026 | 2024-01-05T23:49:44.245Z | 2024-01-05T23:49:44.245Z |
1618560 | 1618560 | 20220831024603_0n2JY | UK0029 | 2024-01-05T23:49:44.245Z | 2024-01-05T23:49:44.245Z |
1618561 | 1618561 | 20220831024603_0n2JY | UK002W | 2024-01-05T23:49:44.245Z | 2024-01-05T23:49:44.245Z |
1618562 | 1618562 | 20220831024603_0n2JY | UK0031 | 2024-01-05T23:49:44.245Z | 2024-01-05T23:49:44.245Z |
1618563 | 1618563 | 20220831024603_0n2JY | UK0035 | 2024-01-05T23:49:44.245Z | 2024-01-05T23:49:44.245Z |
1618564 | 1618564 | 20220831024603_0n2JY | UK003L | 2024-01-05T23:49:44.245Z | 2024-01-05T23:49:44.245Z |
1618565 | 1618565 | 20220831024603_0n2JY | UK005F | 2024-01-05T23:49:44.245Z | 2024-01-05T23:49:44.245Z |
1618566 | 1618566 | 20220831024603_0n2JY | UK0062 | 2024-01-05T23:49:44.245Z | 2024-01-05T23:49:44.245Z |
1618567 | 1618567 | 20220831024603_0n2JY | UK0070 | 2024-01-05T23:49:44.245Z | 2024-01-05T23:49:44.245Z |
1618568 | 1618568 | 20220831024603_0n2JY | UK007A | 2024-01-05T23:49:44.245Z | 2024-01-05T23:49:44.245Z |
1618569 | 1618569 | 20220831024603_0n2JY | UK007B | 2024-01-05T23:49:44.245Z | 2024-01-05T23:49:44.245Z |
1618554 | 1618554 | 20220831024603_0n2JY | UK0001 | 2024-01-05T23:49:44.244Z | 2024-01-05T23:49:44.244Z |
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);