participating_station
Data license: CC BY 4.0 license · Data source: Global Meteor Network
16 rows where meteor_unique_trajectory_identifier = "20240418005154_TmtKo" 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 |
---|---|---|---|---|---|
4212616 | 4212616 | 20240418005154_TmtKo | UK000Z | 2024-04-19T12:09:56.763Z | 2024-04-26T12:16:38.101Z |
4212617 | 4212617 | 20240418005154_TmtKo | UK002F | 2024-04-19T12:09:56.763Z | 2024-04-26T12:16:38.102Z |
4212618 | 4212618 | 20240418005154_TmtKo | UK002X | 2024-04-19T12:09:56.763Z | 2024-04-26T12:16:38.102Z |
4212619 | 4212619 | 20240418005154_TmtKo | UK003T | 2024-04-19T12:09:56.763Z | 2024-04-26T12:16:38.102Z |
4212620 | 4212620 | 20240418005154_TmtKo | UK004B | 2024-04-19T12:09:56.763Z | 2024-04-26T12:16:38.102Z |
4212621 | 4212621 | 20240418005154_TmtKo | UK004V | 2024-04-19T12:09:56.763Z | 2024-04-26T12:16:38.102Z |
4212622 | 4212622 | 20240418005154_TmtKo | UK005H | 2024-04-19T12:09:56.763Z | 2024-04-26T12:16:38.102Z |
4212623 | 4212623 | 20240418005154_TmtKo | UK006C | 2024-04-19T12:09:56.763Z | 2024-04-26T12:16:38.102Z |
4212624 | 4212624 | 20240418005154_TmtKo | UK006P | 2024-04-19T12:09:56.763Z | 2024-04-26T12:16:38.102Z |
4212625 | 4212625 | 20240418005154_TmtKo | UK006T | 2024-04-19T12:09:56.763Z | 2024-04-26T12:16:38.102Z |
4212626 | 4212626 | 20240418005154_TmtKo | UK0088 | 2024-04-19T12:09:56.763Z | 2024-04-26T12:16:38.102Z |
4212627 | 4212627 | 20240418005154_TmtKo | UK008G | 2024-04-19T12:09:56.763Z | 2024-04-26T12:16:38.102Z |
4212628 | 4212628 | 20240418005154_TmtKo | UK00A3 | 2024-04-19T12:09:56.763Z | 2024-04-26T12:16:38.102Z |
4212629 | 4212629 | 20240418005154_TmtKo | UK00AM | 2024-04-19T12:09:56.763Z | 2024-04-26T12:16:38.102Z |
4212630 | 4212630 | 20240418005154_TmtKo | UK00C2 | 2024-04-19T12:09:56.763Z | 2024-04-26T12:16:38.102Z |
4212615 | 4212615 | 20240418005154_TmtKo | UK0008 | 2024-04-19T12:09:56.747Z | 2024-04-26T12:16:38.101Z |
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);