cityofnewyork-us/hyperlocal-temperature-monitoring-qdq3-9eqn
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 12 months ago
Indexed 1 month ago

Hyperlocal Temperature Monitoring

As a part of the Cool Neighborhoods Initiative, the NYC Parks Department, Mayor’s Office of Resilience and NYC Department of Health and Mental Hygiene monitored street level temperature on a subset of city blocks in some of the neighborhoods with highest heat mortality risk during the summers of 2018 and 2019. The dataset includes hourly average values at approximately 475 locations in degrees Fahrenheit.

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/hyperlocal-temperature-monitoring-qdq3-9eqn\".\"hyperlocal_temperature_monitoring\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • hyperlocal_temperature_monitoring
     
     
     
     
     
Upstream Metadata