OLAS Simplified GLAAS - WASH Governance
The OLAS Simplified GLAAS for LAC dataset provides information on water and sanitation governance in 30 countries across Latin America and the Caribbean (LAC) from 2018 and 2021. The data is from the UN-Water Global Analysis and Assessment of Sanitation and Drinking-Water (GLAAS), which is a global survey carried out by UN Water and the World Health Organization (WHO) that collects country-level information on provision of water, sanitation, and hygiene services. The survey covers topics like governance, monitoring, finance, and human resources in the sector. This simplified version of the dataset contains information relevant to WASH governance in LAC.
Additional data can be found in the GLAAS Data Portal: https://glaas.who.int/
Source: WHO, UN-Water Global Analysis and Assessment of Sanitation and Drinking-Water, 2018-19 and 2021-22, accessed April 2023. With acknowledgement of the countries in Latin America and the Caribbean who contributed to this survey.
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/olas-simplified-glaas-wash-governance-p9h7-2abe\".\"olas_simplified_glaas_wash_governance\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.