This point layer contains the 14 community gardens within the City of Cambridge. Created for general use within the Community Development Department, the Cambridge Conservation Commission, and for public distribution.
For more information and download links see:
http://www.cambridgema.gov/gis/gisdatadictionary/recreation/recreation_communitygardens.aspx
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 \"cambridgema-gov/recreationcommunitygardens-mcdn-s2v9\".\"recreationcommunitygardens\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.