Skip to contents

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.

Usage

data(jpn_climate_stations_tbl_df)

Format

A tibble with 157 observations and 11 variables:

region

Geographical region where the station is located (character)

pref

Prefecture name (character)

no

Station number (character)

station

Station name (character)

altitude

Altitude of the station (character)

latitude

Latitude coordinate (character)

longitude

Longitude coordinate (character)

NS

Latitude direction, North or South (character)

WE

Longitude direction, West or East (character)

yomi

Station name in Japanese phonetic script (character)

city

City name (character)

Source

Data taken from the clidatajp package version 0.5.2

Details

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.