Open repository in Console
Readme
Updated over 6 years ago
‧ Indexed 12 months ago
Community Gardens in the City of Providence
This dataset contains a list of public and privately owned community gardens within Providence. Data was collected in the summer of 2014. For additional information on gardens, contact the Healthy Communities Office, at (401) 421-7740, ext. 733. For more information about urban agriculture in Providence, see http://www.providenceri.com/healthy-communities/urban-agriculture.
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 \"providenceri-gov/community-gardens-in-the-city-of-providence-uj2v-k4s7\".\"community_gardens_in_the_city_of_providence\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.