IMD Climate Data

IMD Climate Data

MH Specific

Maharashtra Stations — Historical climate normals, rainfall, and temperature data from India Meteorological Department stations across Maharashtra

Build a climate trend analyzer for Maharashtra showing temperature and rainfall changes over decades.
Homepage

Quick Start

# Download from https://mausam.imd.gov.in/
import pandas as pd
df = pd.read_csv('imd_climate.csv')
mh = df[df['State'] == 'Maharashtra']
print(f'Stations: {mh["Station"].nunique()}')
print(mh.groupby('Station')['Rainfall_mm'].sum().sort_values(ascending=False).head())
Modality
Tabular (PDF, web portal)
Size
Multi-decadal, station-level
License
Format
CSV
Language
en
Update Frequency
static
Organization
India Meteorological Department

Schema

FieldTypeDescription
stationstringWeather station name
temperature_maxfloatMaximum temperature in Celsius
temperature_minfloatMinimum temperature in Celsius
rainfall_mmfloatRainfall in millimeters
datedateObservation date

Build With This

Create a crop-weather advisory system using IMD data to recommend planting dates and irrigation schedules
Develop a heatwave early warning system for Maharashtra cities using IMD temperature forecasts
Build a monsoon onset predictor for Maharashtra using historical IMD rainfall patterns

AI Use Cases

Climate trend analysisrainfall predictionagricultural weather advisory
Last verified: 2026-03-07