cityofnewyork-us/parks-closure-status-due-to-covid19-playgrounds-a4qt-mpr5
Icon for Socrata external plugin
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:

https://docs.google.com/spreadsheets/d/1aaYE82BS-SYh-xjI-t_oyJcNEPFWJNPfdI7T220-rv4/edit#gid=1499621902

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.

 
Preview
  • parks_closure_status_due_to_covid19_playgrounds
     
     
     
     
     
Upstream Metadata