ropensci / stplanr

Sustainable transport planning with R
https://docs.ropensci.org/stplanr
Other
420 stars 66 forks source link

fix for #466 #467

Closed mem48 closed 3 years ago

mem48 commented 3 years ago

Fix for #466 when due to s2 now being in the sf package st_make_grid does not always work for geographical CRS. See https://github.com/r-spatial/sf/issues/1777

Fix is to manually make the grid a little bit bigger which makes sure the points are always inside the grid.

Should be tested in some non-UK locations to make sure this always works.