norfolk-gov/significant-trees-jz6u-9g3c
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 3 years ago
Indexed 4 hours ago

Significant Trees

Volunteers with the Norfolk Master Gardeners gather this data about significant trees in Norfolk. The data collected about these trees includes diameter, height, canopy spread, general location and species. The data is updated every five years.

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 \"norfolk-gov/significant-trees-jz6u-9g3c\".\"significant_trees\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • significant_trees