Releases: uribo/jpmesh
Releases · uribo/jpmesh
jpmesh 2.1.0
- 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
- Following sf updates
jpmesh 2.0.1
- Fix vdiffr conditionally
jpmesh 2.0.0
- 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 themeshcode
class. Also,meshcode()
creates an object ofmeshcode
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
- 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
- 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
- Fix R version test.
CRAN Version 1.1.2
v1.1.2 Bump
CRAN Version 1.1.1
CRAN Version 1.1.0
- 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()
toneighbor_mesh()
and separate features (not export functions). export_meshes()