• Reviewed the handling of meshcode in the data.frame #59. Added .keep_class to the argument of the function to be returned as a data.frame (FALSE by default), and changed it so that the user can select the class.
  • Changed the method of generating mesh polygons smaller than 1km.
  • Following sf updates
  • Fix vdiffr conditionally
  • To introduced a new meshcode class. This is one of the classes of S3. The mesh code values returned by the package are implemented in the meshcode class. Also, meshcode() creates an object of meshcode class of arbitrary size #49.
  • Update administration mesh code data using at administration_mesh()
  • Activate a memoise some functions for efficiency #50.
  • Support 100m mesh code as subdiv_meshcode class #51.
  • Meshcode evaluation is now more stringent.
    • Fixed a problem where a non-existent mesh code would return an incorrect value when given as input (#45).
  • API changes to functions that take mesh_size (#35). It has been changed to a numeric value in km unit instead of the mesh size string.

coords_to_mesh(141.3468, 43.06462, mesh_size = "10km")

to


coords_to_mesh(141.3468, 43.06462, mesh_size = 10)

# Scale up
mesh_convert("52350432", 80)
# Scale down
mesh_convert("52350432", 0.500)
  • meshcode_sf() export data.frame to sf which include meshcode variable.

Improvement

  • Add image test with vdiffr (#41).
  • Introducing GitHub actions.

Bug fixes and minor improvements

  • Fix R version test.
  • Fix devel version’s test.
  • Withdrawal from the tidyverse. Remove depends on stringr, tidyr and dplyr.
  • Follow up the units package update.
  • Fixed overlapped probrem (#20)

New features

  • Support units system (#15)
  • Bug fixed (#13)
  • All return mesh code should be character.
  • Set sf object espg as 4326.

New features

  • add vignettes 1: How to use mesh cord in R

Bug fixes and minor improvements

  • Fixed incorrect allocation of fine mesh code number (#8).
  • Modified eval_jp_boundary() that internal function.
    • Add … parameters to pass additional arguments.
    • Improved problem of giving mesh code outside of Japan (reopen #6).
  • fine_separate()… Correct behavior when entering 1 km meshcode (#9).
  • Consolidation of functions by integration and abolition. Rename of function name. Such as, argument order.
  • You can now convert coordinates to 125m meshcode. As a result, it became to support to all meshcodes.
  • Update Polygon Export Function (export_mesh)
  • Using sf api.
  • Add new dataset.
    • jpnrect… Japan Prefecture Mesh Data.
    • prefecture_mesh
  • Enhanced CI and coverage environment (#5).
  • Fix some issues (#6).
  • Add new functions

New Features

New Features

  • Added simple Japan grid datasets.

Improve Infrastructures

  • Making website by pkgdown.
  • Added a NEWS.md file to track changes to the package.
  • Added base functions.