Nowcast Predictions for Local Transmission of Chikungunya Virus
Interactive visualization: http://www.cdc.gov/chikungunya/modeling/index.html. This dataset contains monthly predictions for the spread of chikungunya virus transmission. A full description of the methods is available at: http://www.plosone.org/article/info%3Adoi%2F10.1371%2Fjournal.pone.0104915.
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 \"cdc-gov/nowcast-predictions-for-local-transmission-of-7njk-uncd\".\"nowcast_predictions_for_local_transmission_of\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.