Forestry Program Tree Planted: 1996 - Present
Dataset shows trees planted per year by Recreation and Parks Forestry Conservation Section.
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 \"opendata-howardcountymd-gov/forestry-program-tree-planted-1996-present-sc7m-a7rr\".\"forestry_program_tree_planted_1996_present\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.