Changelog
Source:NEWS.md
clidatajp 0.5.3
2026-08-26
-
Add functions
-
Add functions for detail climate data in Japan
-
detail_url()builds urls of detail data (yearly, monthly, daily, hourly and 10 minutes values). -
download_detail()downloads the data of the url. -
download_prec_no()anddownload_block_no()get numbers to specify a station.
-
-
Remove data
-
climate_jp_full_tmp, which was an intermediate data and identical toclimate_jp_full. Useclimate_jp_full.
-
Update installation instructions to use ‘remotes’ package.
clidatajp 0.5.2
CRAN release: 2023-03-05
2023-03-05
-
Add data
-
climate_stationinclude URL of 3444 stations -
station_jpinclude information of 157 stations -
station_worldinclude information of 3444 stations
-
-
Rename data
-
japan_climatetoclimate_jp -
world_climatetoclimate_world
-
clidatajp 0.5.1
CRAN release: 2022-11-05
2022-11-05
-
Add graceful fail to match the CRAN policy:
- ‘Packages which use Internet resources should fail gracefully with an informative message if the resource is not available or has changed (and not give a check warning nor error).’
- Added graceful fail in download_climate(), download_area_links(), and download_links().
- Improved tests.
clidatajp 0.5.0
CRAN release: 2022-10-05
2022-10-05
-
First release
-
data(japan_climate)include japan climate data from Japan Meteorological Agency (‘JMA’). -
data(world_climate)include world climate data from ‘JMA’. -
data(station_links)include station information and its links for ‘JMA’. -
download_area_links()and*download_links()` download links for climate data. -
download_climate()download climate data from ‘JMA’.
-