Tree Planting Locations
This dataset contains information on ‘Tree Montgomery’ which is a new program to plant shade trees for free. Please note that only planted and completed trees are included. The Montgomery County Department of Environmental Protection (DEP) is looking for places to plant, especially in yards of single family homes, parking lots, and multi-family communities. We’re also targeting areas where there is a lot of development, little tree canopy, or a real need for shade. The County will install shade trees and give them some after care; all for free. When installed, the trees will be 10 to 12 feet tall and will eventually be more than 50 feet tall, providing you with decades of shade. Funding for ‘Tree Montgomery’ is provided through the Tree Canopy Law.
Update Frequency - As Needed
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 \"montgomerycountymd-gov/tree-planting-locations-2gfx-khvb\".\"tree_planting_locations\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.