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.
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.