Joint Monitoring Programme, WHO/UNICEF: Difference between revisions

From Pardee Wiki
Jump to navigation Jump to search
No edit summary
 
(21 intermediate revisions by 4 users not shown)
Line 1: Line 1:
=== '''WHO/UNICEF Joint Monitoring Program: Water Supply and Sanitation''' ===
=== '''WHO/UNICEF Joint Monitoring Program: Water Supply and Sanitation''' ===


The water and sanitation series is developed using data from the WHO/UNICEF Joint Monitoring Program for water supply and sanitation (JMP). The JMP reports country, regional and global estimates of progress on drinking water, sanitation and hygiene (WASH) from 2000 to 2015. 
The water and sanitation series is developed using data from the WHO/UNICEF Joint Monitoring Program for water supply and sanitation (JMP). The JMP reports country, regional and global estimates of progress on drinking water, sanitation and hygiene (WASH) since 2000. 


The WSS JMP dataset provides substantial information on water, sanitation and hygiene, broken into national, urban and rural subgroups. Within these subgroups, global estimates are provided that show the proportion of a country's population using improved and unimproved access to water, sanitation and hygiene. For the water dataset, IFs draws primarily on...... For the sanitation dataset, IFs uses the sanitation estimates to break the data down into the proportion of population (%) and the amount of people within a population. To construct these data series, IFs draws primarily on the population served with improved sanitation, unimproved sanitation, other unimproved sanitation, shared sanitation, and open defication sanitation.
The WSS JMP dataset provides substantial information on water, sanitation and hygiene, broken into national, urban and rural subgroups. Within these subgroups, global estimates are provided that show the proportion of a country's population using improved and unimproved access to water, sanitation and hygiene. For the water dataset, IFs draws primarily on...... For the sanitation dataset, IFs uses the sanitation estimates to break the data down into the proportion of population (%) and the amount of people within a population. To construct these data series, IFs draws primarily on the population served with improved sanitation, unimproved sanitation, other unimproved sanitation, shared sanitation, and open defication sanitation.
The most recent update was in Sept. 2024. There are 8 preprocessors and 100 non-preprocessors.
== '''Instructions on Downloading data''' ==
# Go to https://washdata.org/data/downloads#WLD
#Click "World file" under "Household" to download all the data.[[File:Imagellsjfewa.png|none|thumb|679x679px]]
#Open the downloaded file. "Enable Editing". Hover the mouse to the tab and right-click. The file will show several options:[[File:ImagefheqFNLIA.png|none|thumb]]
#Click "Unhide", and a view will pop up. [[File:Image-unhide.png|none|thumb]]
#Press "ctrl" and select "wat" and "san". Click "OK".
#In these 2 tabs, you may find the columns we will use in "Code in Source" listed below.


== '''Instructions on Importing Water Data into IFs''' ==
== '''Instructions on Importing Water Data into IFs''' ==


This section explains the methodology to be followed when importing WSS JMP  water supply data into IFs. It also describes certain problems that a user might face in interpreting and understanding the data.
This section explains the methodology to be followed when importing WSS JMP water supply data into IFs. It also describes certain problems that a user might face in interpreting and understanding the data.


'''<u>Source</u>:&nbsp;'''Water supply data is published by the WHO/UNICEF JMP. The data is available at the website&nbsp;[https://washdata.org/data.&nbsp https://washdata.org/data]
'''<u>Source</u>:&nbsp;'''Water supply data is published by the WHO/UNICEF JMP. The data is available at the website https://washdata.org/data/downloads#WLD


'''<u>Country List to be Used:</u>'''&nbsp;WSS JMP
'''<u>Country List to be Used:</u>'''&nbsp;WSS JMP


'''<u>Types of Data</u>:&nbsp;'''The following categories of data need to be imported into IFs:
'''<u>Ladder and Related code in downloaded data:</u>'''
 
IFs include both old and new water systems from WSS JMP. The new system is developed based on the old system, thus, you can find some overlapping variable labels between two systems. Below we listed a mapping between the ladders used in IFs and those being used in WSS JMP.
 
'''New system-'''
{| class="wikitable"
|TAB
|Ladder in IFs
|WSS JMP Variable
|-
|wat
|SafelyManaged
|sm
|-
|wat
|AtLeastBasic
|basal
|-
|wat
|Basic
|basal - sm
|-
|wat
|Limited
|lim
|-
|wat
|Unimproved
|unimp
|-
|wat
|Surface
|ns
|}
In which, SafelyManaged is the intersaction of following 3 categories (most of time the result is just the minimal among three)
 
* SMOnPremise = imp_prem; used to be premises
* SMAsNeeded = imp_av; used to be available
* SMNotContam = imp_qual; used to be quality
 
You can also observe that unimp + imp + ns = 100%, where imp = basal + lim = pip + imp_npip


'''Old system-'''
{| class="wikitable"
|-
|TAB
|Ladder in IFs
|WSS JMP Variable
|-
|wat
|OtherImproved
|imp_npip
|-
|wat
|Piped
|pip
|-
|wat
|OtherUnimproved
|unimp
|-
|wat
|Surface
|ns
|}


<u>'''Notes:'''</u>


<u>'''Issues in the data and their resolution:'''</u>
* All indicators use suffices to indicate regional levels, with
** _t means national indicators (Total%); used to be _n being national
** _r means Rural%
** _u means Urban%
* Prefix pop_ means Population in Thousands
* prop_u is the percentage of urban population in total population.
* 100 - prop_u is the percentage of rural population in total population.
* The rest of data are in percentages
 
Thus, under the raw data (the Excel file downloaded following the instruction above), the TAB column in the mapping above represents the name of the spreadsheet, while the other two columns represent the one-to-one mapping between IFs data table name and WSS JMP variable name. For example, table SeriesWSSJMPWaterTotal%SafelyManaged from IFsHistSeries equals to the variable wat_sm_t. Same rules apply to the sanitation data introduced below.


== '''Instructions on Importing Sanitation Data into IFs''' ==
== '''Instructions on Importing Sanitation Data into IFs''' ==
Line 23: Line 107:
This section explains the methodology to be followed when importing WSS JMP sanitation data into IFs. It also describes certain problems that a user might face in interpreting and understanding the data.
This section explains the methodology to be followed when importing WSS JMP sanitation data into IFs. It also describes certain problems that a user might face in interpreting and understanding the data.


'''<u>Source</u>:&nbsp;'''Sanitation data is published by the WHO/UNICEF JMP. The data is available at the website&nbsp;[https://washdata.org/data.&nbsp https://washdata.org/data]
'''<u>Source</u>:&nbsp;'''Sanitation data is published by the WHO/UNICEF JMP. The data is available at the website https://washdata.org/data/household#!/table?geo0=region&geo1=sdg.


'''<u>Country List to be Used:</u>'''&nbsp;WSS JMP
'''<u>Country List to be Used:</u>'''&nbsp;WSS JMP


'''<u>Types of Data</u>:&nbsp;'''The following categories of data need to be imported into IFs:
'''<u>Ladder and Related code in downloaded data:</u>'''
 
IFs include both old and new sanitation systems from WSS JMP. The new system is developed based on the old system, thus, you can find some overlapping variable labels between two systems. Below we listed a mapping between the ladders used in IFs and those being used in WSS JMP.
 
'''New system-'''
{| class="wikitable"
|TAB
|Ladder in IFs
|WSS JMP Variable
|-
|san
|AtLeastBasic
|basal
|-
|san
|Basic
|basal - sm
|-
|san
|Limited
|lim
|-
|san
|OpenDefecation
|ns
|-
|san
|OtherUnimproved
|unimp
|}
In which, SafelyManaged is the union of following 3 categories (normally adding three together)
 
* SMDisposedInsitu = sdo_sm; Disposed in situ
* SMEmpTreated = fst_sm; Emptied and treated
* SMWastewaterTreated = sew_sm; Wastewater treated
 
You can also find that imp + unimp + ns = 100, where imp = basal + lim; Additionally, Improved (imp) is the union of following 3 categories (normally adding three together, if all 3 exist)


#<u>'''WSSJMPSanitationTotal%Improved'''</u>- Describes the proportion of the total population served with improved sanitation (%)
* Latrines and other = othimp; used to be lat
#<u>'''WSSJMPSanitationTotal%Unimproved'''</u>- Describes the proportion of the total population served with Unimproved Sanitation (%). Total Unimproved Sanitation is the sum of Open Defecation, Other Unimproved, and Shared sanitation access.
* Septic tanks = sep
#<u>'''WSSJMPSanitationTotal%OtherUnimproved'''</u>- Describes the proportion of the total population with Other Unimproved Sanitation (%)
* Sewer connections = sew
#<u>'''WSSJMPSanitationTotal%Shared-'''</u>&nbsp;Describes the&nbsp;roportion of the total population served with Shared Sanitation (%)
#<u>'''WSSJMPSanitationTotal%OpenDefecation'''</u>- Describes the proportion of the total population served with Open Defecation Sanitation (%)
#<u>'''WSSJMPSanitationUrban%Improved-'''</u>&nbsp;Describes the proportion of the urban population served with Improved Sanitation (%)
#<u>'''WSSJMPSanitationUrban%Unimproved-'''</u>&nbsp;Describes the proportion of the urban population served with Unimproved Sanitation (%). Urban Unimproved Sanitation is the sum of Open Defecation, Other Unimproved, and Shared sanitation access.
#<u>'''WSSJMPSanitationUrban%OtherUnimproved-'''</u>&nbsp;Describes the&nbsp;roportion of the urban population with Other Unimproved Sanitation (%)
#<u>'''WSSJMPSanitationUrban%Shared-'''</u>&nbsp;Describes the proportion of the urban population served with Shared Sanitation (%)
#<u>'''WSSJMPSanitationUrban%OpenDefecation-'''</u>&nbsp;Describes the proportion of the urban population served with Open Defecation Sanitation (%)
#<u>'''WSSJMPSanitationRural%Improved-'''</u>&nbsp;Describes the proportion of the rural population served with Improved Sanitation (%)
#<u>'''WSSJMPSanitationRural%Unimproved-'''</u>&nbsp;Describes the proportion of the rural population served with Unimproved Sanitation (%). Rural Unimproved Sanitation is the sum of Open Defecation, Other Unimproved, and Shared sanitation access.
#<u>'''WSSJMPSanitationRural%OtherUnimproved-'''</u>&nbsp;Describes the proportion of the rural population with Other Unimproved Sanitation (%)
#<u>'''WSSJMPSanitationRural%Shared-'''</u>&nbsp;Describes the proportion of the rural population served with Shared Sanitation (%)
#<u>'''WSSJMPSanitationRural%OpenDefecation-'''</u>&nbsp;Describes the&nbsp;proportion of the rural population served with Open Defecation Sanitation (%)
#<u>'''WSSJMPSanitationTotalPopImproved-'''</u>&nbsp;Describes the total population served with Improved Sanitation
#<u>'''WSSJMPSanitationTotalPopUnimproved-'''</u>&nbsp;Describes the total population served with Unimproved Sanitation. Total Unimproved Sanitation is the sum of Open Defecation, Other Unimproved, and Shared sanitation access.
#<u>'''WSSJMPSanitationTotalPopOtherUnimproved-'''</u>&nbsp;Describes the total population with Other Unimproved Sanitation
#<u>'''WSSJMPSanitationTotalPopShared-'''</u>&nbsp;Describes the total population served with Shared Sanitation
#<u>'''WSSJMPSanitationTotalPopOpenDefecation-'''</u>&nbsp;Describes the total population served with Open Defecation Sanitation
#<u>'''WSSJMPSanitationUrbanPopImproved-'''</u>&nbsp;Describes the urban population served with Improved Sanitation
#<u>'''WSSJMPSanitationUrbanPopUnimproved-'''</u>&nbsp;Describes the&nbsp;urban population served with Unimproved Sanitation. Urban Unimproved Sanitation is the sum of Open Defecation, Other Unimproved, and Shared sanitation access.
#<u>'''WSSJMPSanitationUrbanPopOtherUnimproved-'''</u>&nbsp;Describes the urban population with Other Unimproved Sanitation
#<u>'''WSSJMPSanitationUrbanPopShared-'''</u>&nbsp;Describes the urban population served with Shared Sanitation
#<u>'''WSSJMPSanitationUrbanPopOpenDefecation-'''</u>&nbsp;Describes the urban population served with Open Defecation Sanitation
#<u>'''WSSJMPSanitationRuralPopImproved-'''</u>&nbsp;Describes the rural population served with Improved Sanitation
#<u>'''WSSJMPSanitationRuralPopUnimproved-'''</u>&nbsp;Describes the rural population served with Unimproved Sanitation. Rural Unimproved Sanitation is the sum of Open Defecation, Other Unimproved, and Shared sanitation access.
#<u>'''WSSJMPSanitationRuralPopOtherUnimproved-'''</u>&nbsp;Describes the rural population with Other Unimproved Sanitation
#<u>'''WSSJMPSanitationRuralPopShared-'''</u>&nbsp;Describes the rural population served with Shared Sanitation
#<u>'''WSSJMPSanitationRuralPopOpenDefecation-'''</u>&nbsp;Describes the rural population served with Open Defecation Sanitation


<u>'''Issues in the data and their resolution:'''</u>
'''Old system-'''
{| class="wikitable"
|TAB
|Ladder in IFs
|WSS JMP Variable
|-
|san
|Improved
|basal
|-
|san
|Shared
|lim
|-
|san
|OtherUnimproved
|unimp
|-
|san
|OpenDefecation
|ns
|}
Hence, the table SeriesWSSJMPSanitationTotal%SafelyManaged from IFsHistSeries is the equivalent to the variable san_sm_t from WSS JMP.

Latest revision as of 19:46, 4 March 2025

WHO/UNICEF Joint Monitoring Program: Water Supply and Sanitation

The water and sanitation series is developed using data from the WHO/UNICEF Joint Monitoring Program for water supply and sanitation (JMP). The JMP reports country, regional and global estimates of progress on drinking water, sanitation and hygiene (WASH) since 2000. 

The WSS JMP dataset provides substantial information on water, sanitation and hygiene, broken into national, urban and rural subgroups. Within these subgroups, global estimates are provided that show the proportion of a country's population using improved and unimproved access to water, sanitation and hygiene. For the water dataset, IFs draws primarily on...... For the sanitation dataset, IFs uses the sanitation estimates to break the data down into the proportion of population (%) and the amount of people within a population. To construct these data series, IFs draws primarily on the population served with improved sanitation, unimproved sanitation, other unimproved sanitation, shared sanitation, and open defication sanitation.

The most recent update was in Sept. 2024. There are 8 preprocessors and 100 non-preprocessors.

Instructions on Downloading data

  1. Go to https://washdata.org/data/downloads#WLD
  2. Click "World file" under "Household" to download all the data.
    Imagellsjfewa.png
  3. Open the downloaded file. "Enable Editing". Hover the mouse to the tab and right-click. The file will show several options:
    ImagefheqFNLIA.png
  4. Click "Unhide", and a view will pop up.
    Image-unhide.png
  5. Press "ctrl" and select "wat" and "san". Click "OK".
  6. In these 2 tabs, you may find the columns we will use in "Code in Source" listed below.

Instructions on Importing Water Data into IFs

This section explains the methodology to be followed when importing WSS JMP water supply data into IFs. It also describes certain problems that a user might face in interpreting and understanding the data.

SourceWater supply data is published by the WHO/UNICEF JMP. The data is available at the website https://washdata.org/data/downloads#WLD

Country List to be Used: WSS JMP

Ladder and Related code in downloaded data:

IFs include both old and new water systems from WSS JMP. The new system is developed based on the old system, thus, you can find some overlapping variable labels between two systems. Below we listed a mapping between the ladders used in IFs and those being used in WSS JMP.

New system-

TAB Ladder in IFs WSS JMP Variable
wat SafelyManaged sm
wat AtLeastBasic basal
wat Basic basal - sm
wat Limited lim
wat Unimproved unimp
wat Surface ns

In which, SafelyManaged is the intersaction of following 3 categories (most of time the result is just the minimal among three)

  • SMOnPremise = imp_prem; used to be premises
  • SMAsNeeded = imp_av; used to be available
  • SMNotContam = imp_qual; used to be quality

You can also observe that unimp + imp + ns = 100%, where imp = basal + lim = pip + imp_npip

Old system-

TAB Ladder in IFs WSS JMP Variable
wat OtherImproved imp_npip
wat Piped pip
wat OtherUnimproved unimp
wat Surface ns

Notes:

  • All indicators use suffices to indicate regional levels, with
    • _t means national indicators (Total%); used to be _n being national
    • _r means Rural%
    • _u means Urban%
  • Prefix pop_ means Population in Thousands
  • prop_u is the percentage of urban population in total population.
  • 100 - prop_u is the percentage of rural population in total population.
  • The rest of data are in percentages

Thus, under the raw data (the Excel file downloaded following the instruction above), the TAB column in the mapping above represents the name of the spreadsheet, while the other two columns represent the one-to-one mapping between IFs data table name and WSS JMP variable name. For example, table SeriesWSSJMPWaterTotal%SafelyManaged from IFsHistSeries equals to the variable wat_sm_t. Same rules apply to the sanitation data introduced below.

Instructions on Importing Sanitation Data into IFs

This section explains the methodology to be followed when importing WSS JMP sanitation data into IFs. It also describes certain problems that a user might face in interpreting and understanding the data.

SourceSanitation data is published by the WHO/UNICEF JMP. The data is available at the website https://washdata.org/data/household#!/table?geo0=region&geo1=sdg.

Country List to be Used: WSS JMP

Ladder and Related code in downloaded data:

IFs include both old and new sanitation systems from WSS JMP. The new system is developed based on the old system, thus, you can find some overlapping variable labels between two systems. Below we listed a mapping between the ladders used in IFs and those being used in WSS JMP.

New system-

TAB Ladder in IFs WSS JMP Variable
san AtLeastBasic basal
san Basic basal - sm
san Limited lim
san OpenDefecation ns
san OtherUnimproved unimp

In which, SafelyManaged is the union of following 3 categories (normally adding three together)

  • SMDisposedInsitu = sdo_sm; Disposed in situ
  • SMEmpTreated = fst_sm; Emptied and treated
  • SMWastewaterTreated = sew_sm; Wastewater treated

You can also find that imp + unimp + ns = 100, where imp = basal + lim; Additionally, Improved (imp) is the union of following 3 categories (normally adding three together, if all 3 exist)

  • Latrines and other = othimp; used to be lat
  • Septic tanks = sep
  • Sewer connections = sew

Old system-

TAB Ladder in IFs WSS JMP Variable
san Improved basal
san Shared lim
san OtherUnimproved unimp
san OpenDefecation ns

Hence, the table SeriesWSSJMPSanitationTotal%SafelyManaged from IFsHistSeries is the equivalent to the variable san_sm_t from WSS JMP.