Baselight

65 Years Of Weather Data Bangladesh Preprocessed

65 Years of Weather Data Bangladesh Preprocessed

@kaggle.emonreza_65_years_of_weather_data_bangladesh_preprocessed

Loading...
Loading...

About this Dataset

65 Years Of Weather Data Bangladesh Preprocessed

Context

The dataset is a combination of several datasets. Most of them were taken from various sources and combined together. The data is from the Bangladesh Meteorological Department (BMD).

Content

The dataset contains Monthly average of Maximum Temperature, Minimum Temperature, Rainfall, Relative Humidity, Wind Speed, Cloud Coverage and Bright Sunshine of Bangladesh from the period 1948 to 2013 of specific ares. It also has the Weather Station Numbers, the X, Y coordinates, Latitude, Longitude and Altitude. I processed the data to fill the null rows with some algorithms.

Acknowledgements

The data is taken from Bangladesh Meteorological Department (BMD) from various sources.

Inspiration

The weather and climate of Bangladesh is changing very rapidly. This country has one of the most diverse weather conditions in the world but a very little research has been done so far. Feel free to use this dataset for any scientific work or predicting the future weather condition.

Tables

N 65 Years Of Weather Data Bangladesh 1948–2013

@kaggle.emonreza_65_years_of_weather_data_bangladesh_preprocessed.n_65_years_of_weather_data_bangladesh_1948_2013
  • 317.25 KB
  • 21120 rows
  • 18 columns
Loading...

CREATE TABLE n_65_years_of_weather_data_bangladesh_1948_2013 (
  "unnamed_0" BIGINT,
  "station_names" VARCHAR,
  "year" BIGINT,
  "month" BIGINT,
  "max_temp" DOUBLE,
  "min_temp" DOUBLE,
  "rainfall" DOUBLE,
  "relative_humidity" DOUBLE,
  "wind_speed" DOUBLE,
  "cloud_coverage" DOUBLE,
  "bright_sunshine" DOUBLE,
  "station_number" BIGINT,
  "x_cor" DOUBLE,
  "y_cor" DOUBLE,
  "latitude" DOUBLE,
  "longitude" DOUBLE,
  "alt" BIGINT,
  "period" DOUBLE
);

Share link

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