participating_station
Data license: CC BY 4.0 license · Data source: Global Meteor Network
18 rows where station_code = "FI0008" sorted by created_at descending
This data as json, copyable, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
Link | rowid | meteor_unique_trajectory_identifier | station_code | created_at ▲ | updated_at |
---|---|---|---|---|---|
5784054 | 5784054 | 20241212185712_OrY20 | FI0008 | 2024-12-14T14:24:19.441Z | 2024-12-20T14:39:01.649Z |
5759495 | 5759495 | 20241211043546_n9jDO | FI0008 | 2024-12-12T14:05:36.253Z | 2024-12-19T14:37:46.453Z |
5758933 | 5758933 | 20241211030252_w2anR | FI0008 | 2024-12-12T14:03:22.483Z | 2024-12-19T14:37:28.964Z |
5478418 | 5478418 | 20241104040608_ZskIf | FI0008 | 2024-11-05T14:18:21.004Z | 2024-11-12T14:28:15.268Z |
5439832 | 5439832 | 20241030203527_9C9z1 | FI0008 | 2024-11-01T12:14:32.384Z | 2024-11-08T14:23:05.886Z |
5439171 | 5439171 | 20241030191404_YKIuq | FI0008 | 2024-11-01T12:13:14.418Z | 2024-11-08T14:23:02.303Z |
5360983 | 5360983 | 20241023173803_P2AkA | FI0008 | 2024-10-25T12:12:01.767Z | 2024-11-01T12:26:48.461Z |
5316383 | 5316383 | 20241015210005_Lh1rx | FI0008 | 2024-10-17T12:06:28.302Z | 2024-10-24T12:27:56.341Z |
5254822 | 5254822 | 20241004210650_QcbT3 | FI0008 | 2024-10-08T12:18:52.314Z | 2024-10-13T12:26:22.308Z |
5192927 | 5192927 | 20240928233453_glswt | FI0008 | 2024-09-30T12:18:59.860Z | 2024-10-06T12:28:26.598Z |
5155844 | 5155844 | 20240923191113_4I1al | FI0008 | 2024-09-25T12:06:20.850Z | 2024-10-01T12:22:21.264Z |
5138873 | 5138873 | 20240919234219_h2JsJ | FI0008 | 2024-09-21T12:01:15.318Z | 2024-09-28T12:23:11.348Z |
5131895 | 5131895 | 20240915220520_jkDmh | FI0008 | 2024-09-19T12:15:32.832Z | 2024-09-24T12:15:38.485Z |
5131790 | 5131790 | 20240915211202_PPXCN | FI0008 | 2024-09-19T12:15:20.889Z | 2024-09-24T12:15:36.865Z |
5062956 | 5062956 | 20240909192145_LgcR3 | FI0008 | 2024-09-14T12:13:08.445Z | 2024-09-18T12:15:12.685Z |
5032635 | 5032635 | 20240907012406_swYAd | FI0008 | 2024-09-12T12:07:47.085Z | 2024-09-15T12:21:27.187Z |
5032178 | 5032178 | 20240907002329_53Y79 | FI0008 | 2024-09-12T12:06:40.965Z | 2024-09-15T12:21:25.456Z |
5019576 | 5019576 | 20240904231345_37T5B | FI0008 | 2024-09-10T12:12:56.400Z | 2024-09-13T12:19:52.525Z |
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);