diff --git a/news/index.html b/news/index.html index 4700666..9e401af 100644 --- a/news/index.html +++ b/news/index.html @@ -51,7 +51,7 @@

outline() for using them.
  • Add Greater Sydney boundary as sydney dataset.
  • Slightly increase the resolution to 750 m instead of 1 km.
  • -
  • Update to the 2023 ASGS release, including the 2023 LGA shapefile.
  • +
  • Update to the 2023 ASGS release, including the 2023 LGA shapefile. Note that this means some field names changed (e.g. LGA_NAME_2021 to LGA_NAME_2023).
  • nswgeo 0.3.3

    CRAN release: 2023-05-05

    diff --git a/pkgdown.yml b/pkgdown.yml index cf38612..bb12765 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -2,7 +2,7 @@ pandoc: 2.19.2 pkgdown: 2.0.7 pkgdown_sha: ~ articles: {} -last_built: 2024-01-11T06:00Z +last_built: 2024-01-11T06:08Z urls: reference: https://cidm-ph.github.io/nswgeo/reference article: https://cidm-ph.github.io/nswgeo/articles diff --git a/reference/figures/README-cartographer-1.png b/reference/figures/README-cartographer-1.png index ec0856d..638f821 100644 Binary files a/reference/figures/README-cartographer-1.png and b/reference/figures/README-cartographer-1.png differ diff --git a/reference/nsw_admin-1.png b/reference/nsw_admin-1.png index 88b05c4..32f5def 100644 Binary files a/reference/nsw_admin-1.png and b/reference/nsw_admin-1.png differ diff --git a/reference/nsw_admin.html b/reference/nsw_admin.html index 63900a6..bbd6944 100644 --- a/reference/nsw_admin.html +++ b/reference/nsw_admin.html @@ -91,11 +91,8 @@

    Functions

    Examples

    library(ggplot2)
    -ggplot(lga_nsw) + geom_sf(aes(fill = LGA_NAME_2021), show.legend = FALSE)
    -#> Error in geom_sf(aes(fill = LGA_NAME_2021), show.legend = FALSE): Problem while computing aesthetics.
    -#>  Error occurred in the 1st layer.
    -#> Caused by error:
    -#> ! object 'LGA_NAME_2021' not found
    +ggplot(lga_nsw) + geom_sf(aes(fill = LGA_NAME_2023), show.legend = FALSE)
    +
     
     library(sf)
     #> Linking to GEOS 3.10.2, GDAL 3.4.1, PROJ 8.2.1; sf_use_s2() is TRUE
    @@ -112,7 +109,7 @@ 

    Examples#> are planar #> Warning: attribute variables are assumed to be spatially constant throughout all geometries #> Warning: st_point_on_surface may not give correct results for longitude/latitude data - +