Open repository in Console
Readme
Updated over 7 years ago
‧ Indexed 11 months ago
Green Seattle Partnership Data Set
Annual acres enrolled and volunteer hours for the Green Seattle Partnership. Used a combination of work logs and field verification. Going forward we have the entire system mapped and can use the field verification for acres enrolled. The goal is from the benchmarks in the 20-year plan.
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 \"performance-seattle-gov/green-seattle-partnership-data-set-a6wh-zvmy\".\"green_seattle_partnership_data_set\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata