Open repository in Console
Readme
Updated 11 months ago
‧ Indexed 11 months ago
OLAS/SCL WASH Household Survey Dataset - Regional Estimates
This dataset provides regional estimates for the indicators in the OLAS/SCL WASH Household Survey Dataset: https://mydata.iadb.org/Water-and-Sanitation/OLAS-SCL-WASH-Household-Survey-Dataset/bjat-gfsm
For information on how the dataset was generated, please refer to the methodology document.
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 \"mydata-iadb/olasscl-wash-household-survey-dataset-regional-d8hg-mnzy\".\"olasscl_wash_household_survey_dataset_regional\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata