
Weekly Weather Data for Rice Growing Season in Burdwan District
Source:R/data-documentation.R
BurdwanWeather_df.Rd
This dataset, BurdwanWeather_df, is a data frame containing weekly weather data for the rice growing season in the Burdwan district of West Bengal, India, over a period of 39 years. It includes the date, standard meteorological week, week number, and four weather variables: maximum temperature, minimum temperature, precipitation, and relative humidity.
Usage
data(BurdwanWeather_df)
Format
A data frame with 741 observations and 7 variables:
- Date
Date of observation (character)
- SMW
Standard Meteorological Week (integer)
- Week
Week number within the season (integer)
- Max.Temperature
Maximum temperature in degrees Celsius (numeric)
- Min.Temperature
Minimum temperature in degrees Celsius (numeric)
- Precipitation
Total precipitation in millimeters (numeric)
- Relative.Humidity
Relative humidity in percentage (numeric)
Details
The dataset name has been kept as 'BurdwanWeather_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the IndiAPIs package and assists users in identifying its specific characteristics. The suffix 'df' indicates that the dataset is a data frame object. The original content has not been modified in any way.