cityofnewyork-us/greenthumb-blocklot-fsjc-9fyh
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 6 days ago
Indexed 6 hours ago

GreenThumb Block-Lot

GreenThumb provides programming and material support to over 550 community gardens in New York City. The data contains Block and Lot information about the gardens and is part of the GreenThumb Gardens Data Collection.

Data Dictionary: https://docs.google.com/spreadsheets/d/1ItvGzNG8O_Yj97Tf6am4T-QyhnxP-BeIRjm7ZaUeAxs/edit#gid=33327664

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 \"cityofnewyork-us/greenthumb-blocklot-fsjc-9fyh\".\"greenthumb_blocklot\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • greenthumb_blocklot
     
     
     
     
     
Upstream Metadata