cityofnewyork-us/social-distancing-citywide-ambassador-data-akzx-fghb
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated almost 2 years ago
Indexed 2 hours ago

Social Distancing: Citywide Ambassador Data

During the Covid-19 response, the Mayors Office of Operations worked with several city agencies to deploy Interagency Ambassadors across NYC parks to educate patrons on social distancing. This dataset contains encounters and non-encounters during deployment recorded by these Interagency Ambassadors.

This is part of the NYC Parks Covid-19 Social Distancing and Enforcement Data Collection: https://data.cityofnewyork.us/browse?Data-Collection_Data-Collection=NYC+Parks+Covid-19+Social+Distancing+and+Enforcement&q=nyc+parks+covid

Data Dictionary:

https://docs.google.com/spreadsheets/d/1ofOI4WqlXfrRAqEdNDA15QFmKJTMjTXlwcG5uyxZybg/edit?usp=sharing

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/social-distancing-citywide-ambassador-data-akzx-fghb\".\"social_distancing_citywide_ambassador_data\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • social_distancing_citywide_ambassador_data
     
     
     
     
     
Upstream Metadata