outage_snapshots
1 row where outage = 651755
This data as json, CSV (advanced)
id ▼ | outage | snapshot | lastUpdateTime | currentEtor | autoEtor | estCustAffected | hazardFlag | latitude | longitude | regionName | cause | crewCurrentStatus |
---|---|---|---|---|---|---|---|---|---|---|---|---|
1570674629:651755 | 651755 651755 | 2019-10-09 19:30:29-07:00 1191 | October 10, 2019 - 02:12:30 UTC | 1 | 1 | 37.74568 | -121.42276 | Tracy 38 | PG&E is investigating the cause of your outage. 6 | PG&E is assessing the cause at the outage location. 4 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [outage_snapshots] ( [id] TEXT PRIMARY KEY, [outage] INTEGER REFERENCES [outages]([id]), [snapshot] INTEGER REFERENCES [snapshots]([id]), [lastUpdateTime] INTEGER, [currentEtor] INTEGER, [autoEtor] INTEGER, [estCustAffected] INTEGER, [hazardFlag] INTEGER, [latitude] TEXT, [longitude] TEXT, [regionName] INTEGER REFERENCES [regionName]([id]), [cause] INTEGER REFERENCES [cause]([id]), [crewCurrentStatus] INTEGER REFERENCES [crewCurrentStatus]([id]) ); CREATE INDEX [idx_outage_snapshots_outage] ON [outage_snapshots] ([outage]);