Open repository in Console
Readme
Updated 28 days ago
‧ Indexed 2 hours ago
Streetlights and Outages Reports
Information regarding Dominion Energy owned (city leased) streetlight locations and types within the city of Norfolk and monthly reporting of streetlight outages throughout the city. The data is collected, updated, and maintained by Dominion Energy. The outages reported are those that have been reported by residents.
This data is updated weekly.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \ -H "Content-Type: application/json" \ -d@-<<EOF {"sql": " SELECT * FROM \"norfolk-gov/streetlights-and-outages-reports-5qpt-tdve\".\"streetlights_and_outages_reports\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.