Published March 26, 2020
| Version v1.2.0
Software
Open
uribo/jpmesh: CRAN Version 1.2.0
Description
- 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)
Improvement
- Add image test with vdiffr (#41).
- Introducing GitHub actions.
- The bounding box value returned by
mesh_to_coords()is incorrect (#31)
Files
uribo/jpmesh-v1.2.0.zip
Files
(2.1 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:20b3711f4c59041cb241c754a6179597
|
2.1 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/uribo/jpmesh/tree/v1.2.0 (URL)