Releases: uribo/jpndistrict
Releases · uribo/jpndistrict
CRAN Version 0.3.7
- Reviewing how to download files, use curl from now on.
v0.3.6
- Changes to accomodate sf: st_make_valid no longer in lwgeom (#32).
v0.3.5
- Follow up sf v0.9.0 update.
- The geometry of the dataset referenced inside the package was encoded by Google's Polyline Encoding Algorithm with googlePolylines. This has reduced the file size.
v0.3.4
- Fix CRAN package check results with Latin-1 error.
- Refactoring of dependency packages and functions mainly using rlang and tidyverse.
- Renewal pkgdown site and travis ci environment with tic.
v0.3.3
API
- Added new functions to validate jis code. (
code_validate()
, code_reform()
and cityname_reform()
)
- English column names have been added to the
jpnprefs
data set. #21, by Ryo Nakagawara (@Ryo-N7)
- Added new function to find city code (
find_jis_code()
). This function do not consider historical changes. #23
Fixed Issues
- Mismatching variable names in
jpn_pref()
#17
- Always returns the nearest city or prefecture #18
- Failed in
code_validate()
#19
- Unify behavior due to differences in parameters in
jpn_pref()
. #22
v0.3.2
jpndistrict 0.3.2
- Clarified the arguments that to select administration area. pref_code is jis code from 1 to 47. jis_code is an identifier for a city that range of 5 digits.
find_city()
is support sf geometry.
Fixed Issues
- Remove redundant character from prefecture code 13 data #13
mesh_district()
now return only selected administation area #15
- Broken
district_viewer()
#16
v0.3.1
- Setup tidy development environment.
Issues
- Fix some bugs.
- City administration data update #4
- Reverse geocoding failed behabior #10