cityofnewyork-us/2005-street-tree-census-29bw-z7pj
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 11 months ago
Indexed 3 hours ago

2005 Street Tree Census

Citywide street tree data from the 2005 Street Tree Census, conducted partly by volunteers organized by NYC Parks & Recreation. Trees were inventoried by address, and were collected from 2005-2006. Data collected includes tree species, diameter, condition.

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/2005-street-tree-census-29bw-z7pj\".\"2005_street_tree_census\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • 2005_street_tree_census
     
     
     
     
     
Upstream Metadata