participating_station
Data license: CC BY 4.0 license · Data source: Global Meteor Network
18 rows where meteor_unique_trajectory_identifier = "20240303014256_7DSQY" 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 |
---|---|---|---|---|---|
4020421 | 4020421 | 20240303014256_7DSQY | UK00BW | 2024-03-04T14:05:51.927Z | 2024-03-11T12:18:35.953Z |
4020404 | 4020404 | 20240303014256_7DSQY | UK000D | 2024-03-04T14:05:51.926Z | 2024-03-11T12:18:35.953Z |
4020405 | 4020405 | 20240303014256_7DSQY | UK0024 | 2024-03-04T14:05:51.926Z | 2024-03-11T12:18:35.953Z |
4020406 | 4020406 | 20240303014256_7DSQY | UK003E | 2024-03-04T14:05:51.926Z | 2024-03-11T12:18:35.953Z |
4020407 | 4020407 | 20240303014256_7DSQY | UK003F | 2024-03-04T14:05:51.926Z | 2024-03-11T12:18:35.953Z |
4020408 | 4020408 | 20240303014256_7DSQY | UK004R | 2024-03-04T14:05:51.926Z | 2024-03-11T12:18:35.953Z |
4020409 | 4020409 | 20240303014256_7DSQY | UK005S | 2024-03-04T14:05:51.926Z | 2024-03-11T12:18:35.953Z |
4020410 | 4020410 | 20240303014256_7DSQY | UK0060 | 2024-03-04T14:05:51.926Z | 2024-03-11T12:18:35.953Z |
4020411 | 4020411 | 20240303014256_7DSQY | UK007A | 2024-03-04T14:05:51.926Z | 2024-03-11T12:18:35.953Z |
4020412 | 4020412 | 20240303014256_7DSQY | UK007P | 2024-03-04T14:05:51.926Z | 2024-03-11T12:18:35.953Z |
4020413 | 4020413 | 20240303014256_7DSQY | UK007Q | 2024-03-04T14:05:51.926Z | 2024-03-11T12:18:35.953Z |
4020414 | 4020414 | 20240303014256_7DSQY | UK008W | 2024-03-04T14:05:51.926Z | 2024-03-11T12:18:35.953Z |
4020415 | 4020415 | 20240303014256_7DSQY | UK009D | 2024-03-04T14:05:51.926Z | 2024-03-11T12:18:35.953Z |
4020416 | 4020416 | 20240303014256_7DSQY | UK009G | 2024-03-04T14:05:51.926Z | 2024-03-11T12:18:35.953Z |
4020417 | 4020417 | 20240303014256_7DSQY | UK009W | 2024-03-04T14:05:51.926Z | 2024-03-11T12:18:35.953Z |
4020418 | 4020418 | 20240303014256_7DSQY | UK00AP | 2024-03-04T14:05:51.926Z | 2024-03-11T12:18:35.953Z |
4020419 | 4020419 | 20240303014256_7DSQY | UK00AU | 2024-03-04T14:05:51.926Z | 2024-03-11T12:18:35.953Z |
4020420 | 4020420 | 20240303014256_7DSQY | UK00B2 | 2024-03-04T14:05:51.926Z | 2024-03-11T12:18:35.953Z |
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);