citydata-mesaaz-gov/energy-resources-outage-duration-4e84-ggpb
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 11 months ago
Indexed 11 months ago

Energy Resources - Outage Duration

This dataset allows for the monthly computation of the System Average Interruption Duration Index (SAIDI) for the City of Mesa’s electric utility. The System Average Interruption Duration Index is commonly used as a reliability indicator by electric power utilities. It measures the average outage duration for each customer served and is calculated by taking the sum of the total customer minutes of service interruptions and dividing that by the total number of customers served. Data reporting may have a lag of 14 days.

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 \"citydata-mesaaz-gov/energy-resources-outage-duration-4e84-ggpb\".\"energy_resources_outage_duration\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • energy_resources_outage_duration
     
     
     
     
     
Upstream Metadata