lacity/energy-and-water-use-municipal-buildings-8m62-bye6
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated over 3 years ago
Indexed 5 hours ago

Energy and Water Use - Municipal Buildings

In the spirit of leading by example, the City released benchmarking information for municipal buildings. The data includes property name, location, property size (ft²), Energy STAR scores where available, energy intensity (kBTU/ft²), water use (kilo-gallons), total GHG emissions (Metric Tons CO₂e), and several more metrics.

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 \"lacity/energy-and-water-use-municipal-buildings-8m62-bye6\".\"energy_and_water_use_municipal_buildings\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • energy_and_water_use_municipal_buildings
     
     
     
     
     
Upstream Metadata