Package: sos4R
Type: Package
Title: Client for OGC Sensor Observation Services
Version: 0.4.0
Date: 2020-04-22
Authors@R: 
  c(person(given = "Daniel",
           family = "Nuest",
           role = c("cre", "aut"),
           email = "daniel.nuest@uni-muenster.de",
           comment = c(ORCID = "0000-0002-0024-5046")),
    person(given = "Edzer",
           family = "Pebesma",
           role = "ctb",
           comment = c(ORCID = "0000-0001-8049-7069")),
    person(given = "Ben",
           family = "Graeler",
           role = "aut",
           comment = c(ORCID = "0000-0001-5443-4304")),
    person(given = "Benjamin",
           family = "Pross",
           role = "aut"),
    person(given = "Eike Hinderk",
           family = "Juerrens",
           role = "aut"),
    person(given = "52°North Initiative for Geospatial Open Source Software GmbH",
           email = "info@52north.org",
           role = "cph"))
Depends: R (>= 3.4.0)
Imports: dplyr, httr, methods, parsedate, sp, stats, stringr, uuid,
        xml2 (>= 1.2.2),
Suggests: readr, spacetime, leaflet, leafpop, mapdata, maps, maptools,
        mapview, xts, testthat, rgdal, knitr, rmarkdown, webmockr,
        kableExtra, skimr, clipr
Description: A client for Sensor Observation Services (SOS, see
    <https://www.opengeospatial.org/standards/sos>) as specified by the
    Open Geospatial Consortium (OGC). With the package users can
    retrieve (meta)data from SOS instances and interactively
    create requests for near real-time observation
    data based on the available sensors, phenomena, observations etc.
    using thematic, temporal, and spatial filtering.
License: GPL-2
URL: https://github.com/52North/sos4R
Encoding: UTF-8
LazyLoad: TRUE
ByteCompile: TRUE
BugReports: https://github.com/52North/sos4R/issues
VignetteBuilder: knitr
Collate: Constants.R caches.R R-Helper.R Class-OWS.R Class-GML.R
        Class-SWE.R Class-OM.R Class-SA.R Class-SAMS.R Class-WML_200.R
        Class-OM_20.R Class-OGC.R Class-SOS.R Class-SOS_100.R
        Class-SOS_200.R Class-SOS_200_GDA.R Class-SML.R
        Generic-methods.R OWS-methods.R OWS-methods-parsing.R
        SOS-methods-parsing.R OM-methods.R OM-methods-coercion.R
        OM-methods-parsing.R OM_20-methods-parsing.R OM_20-methods.R
        SA-methods.R GML-methods-util.R GML-methods.R
        GML-methods-coercion.R SWE-methods.R SML-methods.R
        GML-methods-parsing.R SWE-methods-parsing.R OGC-methods.R
        SOS-methods-accessor.R PrintShowStructureSummmary-methods.R
        SOS-methods-util.R SOS-methods.R SOS-methods-plotting.R
        SOS-methods-coercion.R SML-methods-util.R
        SML-methods-coercion.R SOS_200-methods-impl.R SOS_200-methods.R
        SOS_200-methods-parsing.R SOS_200_methods-gda.R
        WML_200-methods.R SAMS-methods.R Defaults.R Wrapper-methods.R
        Development.R
RoxygenNote: 7.1.0
Language: en-GB
NeedsCompilation: no
Packaged: 2020-04-28 08:23:44 UTC; daniel
Author: Daniel Nuest [cre, aut] (<https://orcid.org/0000-0002-0024-5046>),
  Edzer Pebesma [ctb] (<https://orcid.org/0000-0001-8049-7069>),
  Ben Graeler [aut] (<https://orcid.org/0000-0001-5443-4304>),
  Benjamin Pross [aut],
  Eike Hinderk Juerrens [aut],
  52°North Initiative for Geospatial Open Source Software GmbH [cph]
Maintainer: Daniel Nuest <daniel.nuest@uni-muenster.de>
Repository: CRAN
Date/Publication: 2020-04-29 15:00:02 UTC
