Open repository in Console
Readme
Updated over 1 year ago
‧ Indexed 11 months ago
layer_1
This data tracks the blocks that have been planted through NYC Parks’ street tree block planting program, a major component of the MillionTreesNYC initiative. When a block planting is completed for specific street segment, all available and appropriate locations for street tree installation have been planted. This dataset is based on the Citywide Street Centerline data.
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/layer1-we4w-79be\".\"layer1\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata