Daily Data Of Rainfall India
Rainfall data of Indian States
@kaggle.sam1801_daily_data_of_rainfall_india
Rainfall data of Indian States
@kaggle.sam1801_daily_data_of_rainfall_india
The Rainfall catalogue contains station-wise data from CWC, Gujarat water resources department, and APWRIMS; and gridded data from IMD & NRSC. Further, this module also shows the daily Normal rainfall as per the IMD up to the district level.
Attribution:
Data obtained from data.gov.in, licensed under Government Open Data License – India (GODL).
Dataset Title: Daily data of NRSC rainfall
Dataset URL: https://www.data.gov.in/resource/daily-data-nrsc-rainfall#api
Domain:
Open Government Data(OGD) Platform India
CREATE TABLE rainfall_in_india (
"state" VARCHAR,
"district" VARCHAR,
"date" TIMESTAMP,
"year" BIGINT,
"month" BIGINT,
"avg_rainfall" DOUBLE
);
Anyone who has the link will be able to view this.