station
Data license: CC BY 4.0 license · Data source: Global Meteor Network
2 rows where "updated_at" is on date 2025-05-30
This data as json, copyable, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
| code ▼ | created_at | updated_at |
|---|---|---|
| UK00AL_2 | 2025-03-01T14:11:04.206Z | 2025-05-30T13:09:02.540Z |
| UK00AN_2 | 2025-03-04T14:10:12.517Z | 2025-05-30T13:09:02.540Z |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE station
(
code text NOT NULL PRIMARY KEY,
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'
)
)
);