cityofnewyork-us/parks-closure-status-due-to-covid19-comfort-i5n2-q8ck
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated almost 2 years ago
Indexed 11 minutes ago

Parks Closure Status Due to COVID-19: Comfort Stations

In response to the COVID-19 pandemic, NYC Parks temporarily closed several amenities, including Comfort Stations. This data collection contains the status of a Comfort Station, and is subject to change. Although the data feed is refreshed daily, it may not reflect current conditions. Also note, this may not represent the entire universe of Parks comfort stations.

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-comfort-i5n2-q8ck\".\"parks_closure_status_due_to_covid19_comfort\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • parks_closure_status_due_to_covid19_comfort
     
     
     
     
     
Upstream Metadata