Baselight

Rainfall Timeseries Data

Timeseries data for Rainfall forecasting

@kaggle.poojag718_rainfall_timeseries_data

Loading...
Loading...

About this Dataset

Rainfall Timeseries Data

Data Source

Prediction of Worldwide Energy Resources (POWER) project provides meteorological data from NASA research for support of renewable energy, building energy efficiency and agricultural support. NASA has an Earth Science research program with satellite systems providing research data that are important to study of climate and climate process. These data contain long-term climate averaged estimates and surface solar energy fluxes.

Data Collection

Data is collected from Power Data Access Viewer
The POWER Meteorological data is prediction or observation given by NASA's GMAO MERRA-2 assimilation model.
The data collected is monthly frequency data for a particular latitude and longitude in Mumbai for the period 2000 – 2020. The data consists of the following variables:
• Specific Humidity
• Relative Humidity:
• Temperature
• Precipitation (The data consist of precipitation as monthly sum of rainfall )

Tables

Rainfall Data

@kaggle.poojag718_rainfall_timeseries_data.rainfall_data
  • 10.47 KB
  • 252 rows
  • 7 columns
Loading...

CREATE TABLE rainfall_data (
  "year" BIGINT,
  "month" BIGINT,
  "day" BIGINT,
  "specific_humidity" DOUBLE,
  "relative_humidity" DOUBLE,
  "temperature" DOUBLE,
  "precipitation" DOUBLE
);

Share link

Anyone who has the link will be able to view this.