JSON
Water Supply Methods - JSON
Water supply methods are classifications of systems for supplying tap water to buildings. They are broadly divided into two types: 'direct connection water supply' and 'reservoir tank system (storage tank water supply)', each with multiple variations. Direct connection systems supply water directly from the main water pipe and include direct pressure and booster types. Reservoir tank systems store water in a receiving tank before distribution and include elevated tank and pressure tank types. The appropriate method is selected based on building height, purpose, and hygiene management requirements.
water supply
plumbing
building equipment
sanitary equipment
condominium
building
infrastructure
[
{
"code": "01",
"slug": "direct-pressure-system",
"name": "Direct Connection Direct Pressure System",
"description": "A system that supplies water directly using the pressure from the main water pipe.",
"category": "Direct Connection System",
"applicableFloors": "Up to approximately 3 floors",
"requiresTank": false,
"requiresPump": false,
"disasterResistance": "Low (water supply stops during outages)",
"hygieneLevel": "Highest (no water stagnation)"
},
{
"code": "02",
"slug": "booster-system",
"name": "Direct Connection Booster System",
"description": "A system that pressurizes water from the main pipe using booster pumps for distribution.",
"category": "Direct Connection System",
"applicableFloors": "No limit (theoretically)",
"requiresTank": false,
"requiresPump": true,
"disasterResistance": "Low (water supply stops during outages)",
"hygieneLevel": "High (no water stagnation)"
},
{
"code": "03",
"slug": "elevated-tank-system",
"name": "Reservoir Tank System (Elevated Tank Type)",
"description": "A system that stores water in a receiving tank and distributes it by gravity through an elevated tank.",
"category": "Reservoir Tank System",
"applicableFloors": "No limit",
"requiresTank": true,
"requiresPump": true,
"disasterResistance": "High (stored water available)",
"hygieneLevel": "Requires management (cleaning and inspection mandatory)"
},
{
"code": "04",
"slug": "pressure-tank-system",
"name": "Reservoir Tank System (Pressure Tank Type)",
"description": "A system that combines a receiving tank with a pressure tank for water distribution.",
"category": "Reservoir Tank System",
"applicableFloors": "For mid-scale buildings",
"requiresTank": true,
"requiresPump": true,
"disasterResistance": "High (stored water available)",
"hygieneLevel": "Requires management (cleaning and inspection mandatory)"
},
{
"code": "05",
"slug": "direct-pump-system",
"name": "Reservoir Tank System (Direct Pump Type)",
"description": "A system that distributes water directly by pump from a receiving tank.",
"category": "Reservoir Tank System",
"applicableFloors": "No limit",
"requiresTank": true,
"requiresPump": true,
"disasterResistance": "High (stored water available)",
"hygieneLevel": "Requires management (cleaning and inspection mandatory)"
}
]