Baselight

Meteorological Data Of Khulna City

Weather Data from 2010 to 2024 for Khulna, Bangladesh(22.820000,89.550003)

@kaggle.arianmahin_khulna_weather_data

Loading...
Loading...

About this Dataset

Meteorological Data Of Khulna City

Overview:

The provided data is in CSV format containing weather observations for Khulna, Bangladesh from 2010 Jan 1 to 2024. It includes various parameters such as humidity,windspeed,winddirection,tempC,tempminC,tempmaxC, precipitation.

Description of Data:

Humidity: The relative humidity measured in percentage.
Wind Speed: The speed of wind measured in kilometers per hour at 10 meters above ground.
Wind Direction: The direction from which the wind is blowing measured in degrees.
Temperature (Celsius):
TempC: The average temperature measured in Celsius.
TempMinC: The minimum temperature measured in Celsius.
TempMaxC: The maximum temperature measured in Celsius.
Precipitation: The amount of rainfall measured in millimeters.
Date: The date of observation in "YYYY-MM-DD" format.

These two data will be added in future:
HDD12: Heat Degree Days (HDD) calculated as the sum of degrees Celsius below 12°C.
HDD15: Heat Degree Days (HDD) calculated as the sum of degrees Celsius below 15°C.

Tables

Data

@kaggle.arianmahin_khulna_weather_data.data
  • 168.34 KB
  • 5059 rows
  • 11 columns
Loading...

CREATE TABLE data (
  "unnamed_0_2" BIGINT,
  "unnamed_0_1" BIGINT,
  "unnamed_0" BIGINT,
  "humidity" DOUBLE,
  "windspeed" DOUBLE,
  "winddirection" DOUBLE,
  "tempc" DOUBLE,
  "tempminc" DOUBLE,
  "tempmaxc" DOUBLE,
  "precipitation" DOUBLE,
  "date" TIMESTAMP
);

Share link

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