forked from brazil-data-cube/rstac
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
82 lines (82 loc) · 2 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
Package: rstac
Title: Client Library for SpatioTemporal Asset Catalog
Version: 1.0.0
Authors@R:
c(person("Rolf", "Simoes",
email = "rolfsimoes@gmail.com",
role = c("aut")),
person("Felipe", "Carvalho",
email = "lipecaso@gmail.com",
role = c("aut", "cre")),
person("Brazil Data Cube Team",
email = "brazildatacube@inpe.br",
role = c("aut")),
person(given = "National Institute for Space Research (INPE)",
role = c("cph")))
Description: Provides functions to access, search and download spacetime earth
observation data via SpatioTemporal Asset Catalog (STAC). This package
supports the version 1.0.0 (and older) of the STAC specification
(<https://github.com/radiantearth/stac-spec>).
For further details see Simoes et al. (2021) <doi:10.1109/IGARSS47720.2021.9553518>.
License: MIT + file LICENSE
URL: https://brazil-data-cube.github.io/rstac/
BugReports: https://github.com/brazil-data-cube/rstac/issues
Encoding: UTF-8
RoxygenNote: 7.3.1
Depends:
R (>= 3.5)
Imports:
utils,
httr,
jsonlite,
crayon,
sf,
png,
jpeg,
grid,
magrittr
Suggests:
lifecycle,
testthat,
knitr
Collate:
'cql2-expr-funs.R'
'cql2-types.R'
'parse-utils.R'
'cql2-core.R'
'cql2-json.R'
'cql2-text.R'
'cql2-adv_comp.R'
'cql2-funs.R'
'cql2-env.R'
'cql2-utils.R'
'assets-utils.R'
'assets-funs.R'
'check-utils.R'
'conformance-query.R'
'collections-query.R'
'deprec-funs.R'
'doc-funs.R'
'ext_filter.R'
'ext_query.R'
'extensions.R'
'geom-funs.R'
'items-funs.R'
'items-utils.R'
'items-query.R'
'message-utils.R'
'preview-utils.R'
'print.R'
'query-funs.R'
'queryables-query.R'
'request.R'
'signatures.R'
'stac-query.R'
'search-query.R'
'stac-funs.R'
'static-funs.R'
'url-utils.R'
'utils.R'
'rstac.R'
'rstac-funs.R'
Roxygen: list(markdown = TRUE)