calgary-ca/solar-photovoltaic-sites-csgq-e555
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 9 months ago
Indexed 2 hours ago

Solar Photovoltaic Sites

The locations of City of Calgary solar photovoltaic installations. Hourly energy production data from sites with a "public_url" can be found <a href="https://data.calgary.ca/d/csgq-e555">here</a>.

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 \"calgary-ca/solar-photovoltaic-sites-csgq-e555\".\"solar_photovoltaic_sites\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • solar_photovoltaic_sites
     
     
     
     
     
Upstream Metadata