CGWB Groundwater Levels (Pre/Post-Monsoon)

CGWB Groundwater Levels (Pre/Post-Monsoon)

MH Subset Needed

Pre-monsoon and post-monsoon groundwater depth measurements from monitoring wells across Maharashtra districts by the Central Ground Water Board. Provides in-situ well-level data distinct from satellite-based GRACE measurements. Critical for tracking groundwater depletion trends in drought-prone Marathwada and Vidarbha.

Build a groundwater depletion prediction model for Maharashtra that forecasts water level trends for drought planning.
Maharashtra subset not yet extracted. This is a global dataset that contains data covering Maharashtra. A regional subset can be extracted by filtering on geographic coordinates or administrative boundaries.
HomepageDownload

Quick Start

# Download from https://cgwb.gov.in/
import pandas as pd
df = pd.read_csv('cgwb_levels.csv')
mh = df[df['State'] == 'Maharashtra']
print(f'Monitoring wells: {mh["Well_ID"].nunique()}')
print(mh.groupby('District')['Water_Level_MBGL'].mean().sort_values().head())
Modality
tabular
Size
District-level; seasonal (pre/post-monsoon); multi-year time-series
License
Format
CSV / Excel
Language
en
Update Frequency
seasonal
Organization
Central Ground Water Board (CGWB)

Schema

FieldTypeDescription
well_idstringMonitoring well identifier
districtstringDistrict name
water_level_mbglfloatWater level in meters below ground level
datedateMeasurement date

Build With This

Create a groundwater recharge zone mapper combining CGWB levels with rainfall and geology data for Maharashtra
Develop an early warning system for critical groundwater depletion in Maharashtra's drought-prone districts
Build a well-siting recommendation tool that identifies optimal locations for new borewells using water level data

AI Use Cases

Groundwater depletion trend forecastingSustainable irrigation planningDrought vulnerability assessmentWell-level prediction for rural water supply
Last verified: 2026-03-09