This dataset, jpn_climate_tbl_df, is a tibble containing climate data from various observation stations across Japan. It includes monthly data on temperature, precipitation, snowfall, solar insolation, and metadata such as station name, location, altitude, and coordinates.
Usage
data(jpn_climate_tbl_df)
Format
A tibble with 3,768 observations and 14 variables:
- no
Observation number (numeric)
- station
Name of the weather station (character)
- month
Month of observation (numeric)
- temperature
Average temperature (numeric)
- precipitation
Monthly precipitation (numeric)
- snowfall
Monthly snowfall (numeric)
- insolation
Monthly solar insolation (numeric)
- country
Country name (character)
- period
Measurement period or time range (character)
- altitude
Altitude of the station (numeric)
- latitude
Latitude coordinate (numeric)
- longitude
Longitude coordinate (numeric)
- NS
Latitude direction, North or South (character)
- WE
Longitude direction, West or East (character)
Details
The dataset name has been kept as 'jpn_climate_tbl_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the JapanAPIs package and assists users in identifying its specific characteristics. The suffix 'tbl_df' indicates that the dataset is a tibble object. The original content has not been modified in any way.