Open repository in Console
Readme
Updated 11 months ago
‧ Indexed 11 months ago
Leaf Drop-Off Locations in NYC
Locations where NYC residents can drop off their leaves to be composted. These are seasonal and temporary drop-off options; residents should not drop off leaves at these locations outside of the specific dates listed.
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/leaf-dropoff-locations-in-nyc-8i9k-4gi5\".\"leaf_dropoff_locations_in_nyc\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata