Releases: UchidaMizuki/jpgrid
Releases · UchidaMizuki/jpgrid
jpgrid 0.4.0
- Add
grid_neighborhood()
and deprecategrid_neighbor()
.grid_neighborhood()
hastype
argument to specify the type of neighborhood and by defaulttype = "von_neumann"
.
- Add
grid_components()
to get the connected components of grid square codes. - Rename
grid_city
togrid_city_2020
. - Delete deprecated functions.
version 0.3.0
- Add parse_grid() and grid_convert(), and deprecate grid_80km(), grid_10km() and so on.
- Add grid_to_coords() and coords_to_grid(), and deprecate grid_to_XY() and XY_to_grid().
- Remove deprecations for grid_as_sf() and grid_as_stars(), and deprecated as_tbl_grid().
- Remove grid_bbox() and grid_circle().
- Rename grid_city2015 to grid_city.
version 0.2.0
v0.2.0 Update cran-comments.md
version 0.1.1
New Features
mesh_zoomin()
is soft-deprecated and replaced bymesh_subdivide()
.mesh_zoomout()
is soft-deprecated and replaced bymesh_80km()
,mesh_10km()
, etc.- New
point_to_mesh()
,geometry_to_mesh()
,mesh_grid()
andbbox_to_mesh()
.
Others
- Fix the package versions of
utils
and other imports. - Update DESCRIPTION and README, and add an explanation of
regional mesh codes
in Japan.
japanmesh 0.1.0
v0.1.0 Update roxygen comment