participating_station
Data license: CC BY 4.0 license · Data source: Global Meteor Network
22 rows where meteor_unique_trajectory_identifier = "20240407014258_nRtJt" 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 |
---|---|---|---|---|---|
4154354 | 4154354 | 20240407014258_nRtJt | UK00C1 | 2024-04-08T12:06:26.261Z | 2024-04-15T12:19:15.201Z |
4154351 | 4154351 | 20240407014258_nRtJt | UK00BD | 2024-04-08T12:06:26.260Z | 2024-04-15T12:19:15.201Z |
4154352 | 4154352 | 20240407014258_nRtJt | UK00BK | 2024-04-08T12:06:26.260Z | 2024-04-15T12:19:15.201Z |
4154353 | 4154353 | 20240407014258_nRtJt | UK00BW | 2024-04-08T12:06:26.260Z | 2024-04-15T12:19:15.201Z |
4154348 | 4154348 | 20240407014258_nRtJt | UK00AE | 2024-04-08T12:06:26.243Z | 2024-04-15T12:19:15.201Z |
4154349 | 4154349 | 20240407014258_nRtJt | UK00B2 | 2024-04-08T12:06:26.243Z | 2024-04-15T12:19:15.201Z |
4154350 | 4154350 | 20240407014258_nRtJt | UK00B6 | 2024-04-08T12:06:26.243Z | 2024-04-15T12:19:15.201Z |
4154340 | 4154340 | 20240407014258_nRtJt | UK004G | 2024-04-08T12:06:26.229Z | 2024-04-15T12:19:15.201Z |
4154341 | 4154341 | 20240407014258_nRtJt | UK005S | 2024-04-08T12:06:26.229Z | 2024-04-15T12:19:15.201Z |
4154342 | 4154342 | 20240407014258_nRtJt | UK0067 | 2024-04-08T12:06:26.229Z | 2024-04-15T12:19:15.201Z |
4154343 | 4154343 | 20240407014258_nRtJt | UK0070 | 2024-04-08T12:06:26.229Z | 2024-04-15T12:19:15.201Z |
4154344 | 4154344 | 20240407014258_nRtJt | UK0089 | 2024-04-08T12:06:26.229Z | 2024-04-15T12:19:15.201Z |
4154345 | 4154345 | 20240407014258_nRtJt | UK008J | 2024-04-08T12:06:26.229Z | 2024-04-15T12:19:15.201Z |
4154346 | 4154346 | 20240407014258_nRtJt | UK008U | 2024-04-08T12:06:26.229Z | 2024-04-15T12:19:15.201Z |
4154347 | 4154347 | 20240407014258_nRtJt | UK009T | 2024-04-08T12:06:26.229Z | 2024-04-15T12:19:15.201Z |
4154339 | 4154339 | 20240407014258_nRtJt | UK0049 | 2024-04-08T12:06:26.212Z | 2024-04-15T12:19:15.201Z |
4154338 | 4154338 | 20240407014258_nRtJt | UK0031 | 2024-04-08T12:06:26.211Z | 2024-04-15T12:19:15.201Z |
4154336 | 4154336 | 20240407014258_nRtJt | UK0026 | 2024-04-08T12:06:26.201Z | 2024-04-15T12:19:15.201Z |
4154337 | 4154337 | 20240407014258_nRtJt | UK0030 | 2024-04-08T12:06:26.201Z | 2024-04-15T12:19:15.201Z |
4154335 | 4154335 | 20240407014258_nRtJt | UK001Z | 2024-04-08T12:06:26.190Z | 2024-04-15T12:19:15.201Z |
4154333 | 4154333 | 20240407014258_nRtJt | UK000Y | 2024-04-08T12:06:26.189Z | 2024-04-15T12:19:15.201Z |
4154334 | 4154334 | 20240407014258_nRtJt | UK001S | 2024-04-08T12:06:26.189Z | 2024-04-15T12:19:15.201Z |
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);