Open repository in Console
Readme
Updated over 1 year ago
‧ Indexed 11 months ago
Parks Closure Status Due to COVID-19: Playgrounds
In response to the COVID-19 pandemic, NYC Parks temporarily closed several amenities, including Playgrounds. This data collection contains the status of each Playground, and is subject to change. Although the data feed is refreshed daily, it may not reflect current conditions.
Data Dictionary:
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/parks-closure-status-due-to-covid19-playgrounds-a4qt-mpr5\".\"parks_closure_status_due_to_covid19_playgrounds\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata