orcities/historical-sdc-revenue-fys-20132018-incf-6yen
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated almost 5 years ago
Indexed 4 hours ago

Historical SDC Revenue FYs 2013-2018

SDC Revenue over time as described by SDC surveys from 2013,2016, and 2019.

Revenue figures provided for Parks, Sewer, Stormwater, Transportation, and Water System Development Charges.

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/historical-sdc-revenue-fys-20132018-incf-6yen\".\"historical_sdc_revenue_fys_20132018\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • historical_sdc_revenue_fys_20132018