Open repository in Console
Readme
Updated almost 9 years ago
‧ Indexed 11 months ago
System Development Charge Survey Data
Data for the 2016 SDC Survey.
NOTE: Some data (such as residential and non-residential fees) are based on an example given to member cities in the survey. The example is provided in the attached survey.
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 \"orcities/system-development-charge-survey-data-nb7c-wkjq\".\"system_development_charge_survey_data\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.