Changelog
Source:NEWS.md
jpgrid 0.4.0
CRAN release: 2024-05-26
- 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.
jpgrid 0.3.0
CRAN release: 2023-02-11
- Add
parse_grid()
andgrid_convert()
, and deprecategrid_80km()
,grid_10km()
and so on. - Add
grid_to_coords()
andcoords_to_grid()
, and deprecategrid_to_XY()
andXY_to_grid()
. - Remove deprecations for
grid_as_sf()
andgrid_as_stars()
, and deprecatedas_tbl_grid()
. - Remove
grid_bbox()
andgrid_circle()
. - Rename
grid_city2015
togrid_city
.
jpgrid 0.2.1
CRAN release: 2023-01-14
- Add
as_tbl_grid()
. - Add
st_as_sf()
,st_bbox()
,st_as_stars()
andplot()
fortbl_grid
. - Add
grid_circle()
. - Rename
grid_rectangle()
togrid_bbox()
.
jpgrid 0.2.0
CRAN release: 2022-05-03
- Change package name from
japanmesh
tojpgrid
to match the English name, “Grid Square Codes”. - Replace
mesh
withgrid
in the function names. - Remove
mesh_to_polygon()
andmesh_to_point()
and addsf::st_as_sfc()
method.
jpgrid 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.