Skip to content

Commit

Permalink
updates nz and nz_height crs definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
Nowosad committed Oct 2, 2024
1 parent 684ec70 commit 6f10bb6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# spData 2.3.3

* Specifies CRS of the `nz` and `nz_height` objects to `ESPG:2193`

# spData 2.3.2

* Adds the `shapes/NY8_utm18.gpkg` file
Expand Down
6 changes: 6 additions & 0 deletions data-raw/updates_nz_crs.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
library(spData)
library(sf)
st_crs(nz) = "EPSG:2193"
st_crs(nz_height) = "EPSG:2193"
usethis::use_data(nz, overwrite = TRUE)
usethis::use_data(nz_height, overwrite = TRUE)
Binary file modified data/nz.rda
Binary file not shown.
Binary file modified data/nz_height.rda
Binary file not shown.

0 comments on commit 6f10bb6

Please sign in to comment.