covid19-buffalony-gov/covid19-capacity-predictor-hospital-beds-erie-hc2p-bbis
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated almost 4 years ago
Indexed 1 month ago

COVID-19 Capacity Predictor - Hospital Beds - Erie County

Definitive Healthcare designed the COVID-19 Capacity Predictor, an interactive, visual Tableau map to help predict where, and when, important resources should be allocated as case volume continues to grow.

In order to build this dashboard, Definitive Healthcare’s data science team combined proprietary Definitive Healthcare ICU and ventilator data with public information about population distribution, COVID-19 cases, and COVID-19 testing – and fit an exponential function to the data to model the growth. The data behind this dashboard is presented here and updated daily.

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 \"covid19-buffalony-gov/covid19-capacity-predictor-hospital-beds-erie-hc2p-bbis\".\"covid19_capacity_predictor_hospital_beds_erie\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • covid19_capacity_predictor_hospital_beds_erie
     
     
     
     
     
Upstream Metadata