participating_station
Data license: CC BY 4.0 license · Data source: Global Meteor Network
24 rows where meteor_unique_trajectory_identifier = "20240811234851_FWXHE" 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 |
---|---|---|---|---|---|
4978198 | 4978198 | 20240811234851_FWXHE | UK0026 | 2024-09-06T12:12:30.961Z | 2024-09-06T12:12:30.961Z |
4978199 | 4978199 | 20240811234851_FWXHE | UK0035 | 2024-09-06T12:12:30.961Z | 2024-09-06T12:12:30.961Z |
4978200 | 4978200 | 20240811234851_FWXHE | UK0051 | 2024-09-06T12:12:30.961Z | 2024-09-06T12:12:30.961Z |
4978201 | 4978201 | 20240811234851_FWXHE | UK005V | 2024-09-06T12:12:30.961Z | 2024-09-06T12:12:30.961Z |
4978202 | 4978202 | 20240811234851_FWXHE | UK0060 | 2024-09-06T12:12:30.961Z | 2024-09-06T12:12:30.961Z |
4978203 | 4978203 | 20240811234851_FWXHE | UK0067 | 2024-09-06T12:12:30.961Z | 2024-09-06T12:12:30.961Z |
4978204 | 4978204 | 20240811234851_FWXHE | UK0070 | 2024-09-06T12:12:30.961Z | 2024-09-06T12:12:30.961Z |
4978205 | 4978205 | 20240811234851_FWXHE | UK008B | 2024-09-06T12:12:30.961Z | 2024-09-06T12:12:30.961Z |
4978206 | 4978206 | 20240811234851_FWXHE | UK008W | 2024-09-06T12:12:30.961Z | 2024-09-06T12:12:30.961Z |
4978207 | 4978207 | 20240811234851_FWXHE | UK0092 | 2024-09-06T12:12:30.961Z | 2024-09-06T12:12:30.961Z |
4978208 | 4978208 | 20240811234851_FWXHE | UK009G | 2024-09-06T12:12:30.961Z | 2024-09-06T12:12:30.961Z |
4978209 | 4978209 | 20240811234851_FWXHE | UK009K | 2024-09-06T12:12:30.961Z | 2024-09-06T12:12:30.961Z |
4978210 | 4978210 | 20240811234851_FWXHE | UK009S | 2024-09-06T12:12:30.961Z | 2024-09-06T12:12:30.961Z |
4978211 | 4978211 | 20240811234851_FWXHE | UK009W | 2024-09-06T12:12:30.961Z | 2024-09-06T12:12:30.961Z |
4978212 | 4978212 | 20240811234851_FWXHE | UK00AT | 2024-09-06T12:12:30.961Z | 2024-09-06T12:12:30.961Z |
4978213 | 4978213 | 20240811234851_FWXHE | UK00B2 | 2024-09-06T12:12:30.961Z | 2024-09-06T12:12:30.961Z |
4978214 | 4978214 | 20240811234851_FWXHE | UK00BF | 2024-09-06T12:12:30.961Z | 2024-09-06T12:12:30.961Z |
4978215 | 4978215 | 20240811234851_FWXHE | UK00BK | 2024-09-06T12:12:30.961Z | 2024-09-06T12:12:30.961Z |
4978216 | 4978216 | 20240811234851_FWXHE | UK00BW | 2024-09-06T12:12:30.961Z | 2024-09-06T12:12:30.961Z |
4978217 | 4978217 | 20240811234851_FWXHE | UK00C1 | 2024-09-06T12:12:30.961Z | 2024-09-06T12:12:30.961Z |
4978194 | 4978194 | 20240811234851_FWXHE | FR000F | 2024-09-06T12:12:30.944Z | 2024-09-06T12:12:30.944Z |
4978195 | 4978195 | 20240811234851_FWXHE | UK0006 | 2024-09-06T12:12:30.944Z | 2024-09-06T12:12:30.944Z |
4978196 | 4978196 | 20240811234851_FWXHE | UK000D | 2024-09-06T12:12:30.944Z | 2024-09-06T12:12:30.944Z |
4978197 | 4978197 | 20240811234851_FWXHE | UK0020 | 2024-09-06T12:12:30.944Z | 2024-09-06T12:12:30.944Z |
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);