Package: VicmapR
Title: Access Victorian Spatial Data Through Web File Services (WFS)
Version: 0.2.0
Authors@R: 
    c(person(given = "Justin",
           family = "Cally",
           role = c("aut", "cre"),
           email = "justin.g.cally@gmail.com",
           comment = c(ORCID = "0000-0003-4584-2220")),
      person(given = "Rachel",
           family = "Swain",
           role = c("ctb"),
           email = "rachelswain1@gmail.com"),
      person(given = "Andy",
             family = "Teucher",
             role = c("aut"),
             email = "andy.teucher@gov.bc.ca",
             comment = c(ORCID = "0000-0002-7840-692X", "bcdata author")),
      person(given = "Sam",
             family = "Albers",
             role = c("aut"),
             email = "sam.albers@gov.bc.ca",
             comment = c(ORCID = "0000-0002-9270-7884", "bcdata author")),
      person(given = "Stephanie",
             family = "Hazlitt",
             role = c("aut"),
             email = "stephanie.hazlitt@gov.bc.ca",
             comment = c(ORCID = "0000-0002-3161-2304", "bcdata author")),
      person(given = "Province of British Columbia",
             role = "cph",
             comment = "bcdata copyright"))
Description: Easily interfaces R to spatial datasets available through 
  the Victorian Government's WFS (Web Feature Service): <https://opendata.maps.vic.gov.au/geoserver/ows?request=GetCapabilities&service=wfs>, 
  which allows users to read in 'sf' data from these sources. VicmapR uses the lazy querying approach and code developed by Teucher et al. (2021) for the 'bcdata' R package <doi:10.21105/joss.02927>.
License: Apache License (== 2.0)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
URL: https://justincally.github.io/VicmapR/,
        https://www.data.vic.gov.au/,
        https://github.com/justincally/VicmapR/
BugReports: https://github.com/justincally/VicmapR/issues
Suggests: testthat (>= 2.1.0), covr, rmarkdown
Imports: magrittr, httr, sf (>= 0.8), dplyr, purrr, methods, cli, DBI,
        xml2, glue, dbplyr (>= 2.2.0), rlang, curl, rvest, lubridate,
        knitr, kableExtra, mapview, leaflet, stringr
VignetteBuilder: knitr
SystemRequirements: GDAL (>= 3.0.0), GEOS (>= 3.4.0), PROJ (>= 7.0.0)
Collate: 'globals.R' 'build-query.R' 'check_geoserver.R'
        'cql-predicates.R' 'cql-translate.R' 'filter.R' 'select.R'
        'listFeatures.R' 'polygonFormat.R' 'utils-collect.R'
        'utils-classes.R' 'utils-head.R' 'utils-metadata.R'
        'utils-options.R' 'utils-pipe.R' 'utils-show_query.R'
        'metadata.R' 'convert-layer-names.R' 'data.R'
Depends: R (>= 2.10)
NeedsCompilation: no
Packaged: 2023-04-11 05:46:04 UTC; justincally
Author: Justin Cally [aut, cre] (<https://orcid.org/0000-0003-4584-2220>),
  Rachel Swain [ctb],
  Andy Teucher [aut] (<https://orcid.org/0000-0002-7840-692X>, bcdata
    author),
  Sam Albers [aut] (<https://orcid.org/0000-0002-9270-7884>, bcdata
    author),
  Stephanie Hazlitt [aut] (<https://orcid.org/0000-0002-3161-2304>,
    bcdata author),
  Province of British Columbia [cph] (bcdata copyright)
Maintainer: Justin Cally <justin.g.cally@gmail.com>
Repository: CRAN
Date/Publication: 2023-04-11 06:30:02 UTC
