forked from 52North/sos4R
-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
103 lines (103 loc) · 2.9 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
Package: sos4R
Type: Package
Title: Client for OGC Sensor Observation Services
Version: 0.4.2.9000
Date: 2020-06-09
Authors@R:
c(person(given = "Daniel",
family = "Nuest",
role = c("cre", "aut"),
email = "[email protected]",
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 = "[email protected]",
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,
units
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