This dataset, jpn_climate_stations_tbl_df, is a tibble containing information about 157 climate observation stations located across various regions and prefectures in Japan. It includes details such as station name, location, altitude, coordinates, and city information.
data(jpn_climate_stations_tbl_df)A tibble with 157 observations and 11 variables:
Geographical region where the station is located (character)
Prefecture name (character)
Station number (character)
Station name (character)
Altitude of the station (character)
Latitude coordinate (character)
Longitude coordinate (character)
Latitude direction, North or South (character)
Longitude direction, West or East (character)
Station name in Japanese phonetic script (character)
City name (character)
The dataset name has been kept as 'jpn_climate_stations_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.