Skip to content

Releases: uribo/jpmesh

jpmesh 2.1.0

10 Jan 08:08
Compare
Choose a tag to compare
  • 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.

jpmesh 2.0.2

26 Jun 04:33
Compare
Choose a tag to compare
  • Following sf updates

jpmesh 2.0.1

13 Jan 23:28
Compare
Choose a tag to compare
  • Fix vdiffr conditionally

jpmesh 2.0.0

26 Nov 09:50
Compare
Choose a tag to compare
  • 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.
    • is_meshcode(), as_meshcode()
  • 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.

CRAN Version 1.2.1

06 May 14:26
Compare
Choose a tag to compare
  • 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).

CRAN Version 1.2.0

26 Mar 06:28
Compare
Choose a tag to compare
  • 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)
  • Add mesh_convert() that mesh size can be changed freely.
# 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

  • The bounding box value returned by mesh_to_coords() is incorrect (#31)

CRAN Version 1.1.3

09 May 13:32
Compare
Choose a tag to compare
  • Fix R version test.

CRAN Version 1.1.2

22 Mar 01:13
Compare
Choose a tag to compare
v1.1.2

Bump

CRAN Version 1.1.1

26 Jun 22:28
Compare
Choose a tag to compare
  • Withdrawal from the tidyverse. Remove depends on stringr, tidyr and dplyr.
  • Follow up the units package update.
  • Fixed overlapped probrem (#20)

New features

  • coarse_gather()... Scale-down function #22

CRAN Version 1.1.0

26 Feb 00:52
Compare
Choose a tag to compare
  • Support units system (#15)
  • Bug fixed (#13)
  • All return mesh code should be character.
  • Set sf object espg as 4326.

New features

  • is_meshcode(), is_corner()... Predict meshcode format and positions for utility and certain.
  • rmesh()...
  • Rename find_neighbor_mesh() to neighbor_mesh() and separate features (not export functions).
  • export_meshes()