Skip to content

Releases: uribo/jpndistrict

CRAN Version 0.3.9

08 Dec 13:37
Compare
Choose a tag to compare

CRAN Version 0.3.8

27 Nov 14:06
Compare
Choose a tag to compare
  • Using memoise

CRAN Version 0.3.7

13 Jun 04:00
Compare
Choose a tag to compare
  • Reviewing how to download files, use curl from now on.

v0.3.6

20 Apr 08:34
Compare
Choose a tag to compare
  • Changes to accomodate sf: st_make_valid no longer in lwgeom (#32).

v0.3.5

02 Apr 23:06
Compare
Choose a tag to compare
  • 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

23 May 23:18
Compare
Choose a tag to compare
  • 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

09 May 23:03
Compare
Choose a tag to compare

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

14 Jun 14:16
Compare
Choose a tag to compare

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

02 May 11:38
Compare
Choose a tag to compare
  • Setup tidy development environment.

Issues

  • Fix some bugs.
    • City administration data update #4
    • Reverse geocoding failed behabior #10