Open repository in Console
Readme
Updated over 3 years ago
‧ Indexed 12 months ago
Fort Collins Solar Installations
This includes all solar (photovoltaic) systems interconnected with Fort Collins Utilities distribution system and includes three fields: the date of service, system address, and solar system capacity (kilowatts-DC).
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 \"opendata-fcgov/fort-collins-solar-installations-3ku5-x4k9\".\"fort_collins_solar_installations\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata