Skip to content

Releases: UchidaMizuki/jpgrid

jpgrid 0.4.0

13 Jun 13:00
Compare
Choose a tag to compare
  • Add grid_neighborhood() and deprecate grid_neighbor().
    • grid_neighborhood() has type argument to specify the type of neighborhood and by default type = "von_neumann".
  • Add grid_components() to get the connected components of grid square codes.
  • Rename grid_city to grid_city_2020.
  • Delete deprecated functions.

version 0.3.0

26 Mar 09:08
Compare
Choose a tag to compare
  • 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

13 May 23:56
Compare
Choose a tag to compare
v0.2.0

Update cran-comments.md

version 0.1.1

02 Dec 14:34
Compare
Choose a tag to compare

New Features

  • mesh_zoomin() is soft-deprecated and replaced by mesh_subdivide().
  • mesh_zoomout() is soft-deprecated and replaced by mesh_80km(), mesh_10km(), etc.
  • New point_to_mesh(), geometry_to_mesh(), mesh_grid() and bbox_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

20 Nov 04:12
Compare
Choose a tag to compare
v0.1.0

Update roxygen comment