cityofnewyork-us/social-distancing-parks-ambassador-data-98ef-fxnm
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated almost 2 years ago
Indexed 2 hours ago

Social Distancing: Parks Ambassador Data

During the Covid-19 response, NYC Parks deployed Social Distance Ambassadors (SDAs) across NYC parks to educate patrons on social distancing. This dataset contains encounters and non-encounters during deployment recorded by these SDAs.

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/1sVARjZB2SBKfz4b8wx349ySNvw-jNLJ2DgL-rFLvxbo/edit#gid=1627941470

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-parks-ambassador-data-98ef-fxnm\".\"social_distancing_parks_ambassador_data\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • social_distancing_parks_ambassador_data
     
     
     
     
     
Upstream Metadata