-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1.28 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
Package: spectator
Title: Interface to the 'Spectator Earth' API
Version: 0.3.0
Authors@R:
person("Zivan", "Karaman", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-8933-4589"))
Description: Provides interface to the 'Spectator Earth' API <https://api.spectator.earth/>,
mainly for obtaining the acquisition plans and satellite overpasses for Sentinel-1,
Sentinel-2, Landsat-8 and Landsat-9 satellites. Current position and trajectory can
also be obtained for a much larger set of satellites. It is also possible to search
the archive for available images over the area of interest for a given (past) period,
get the URL links to download the whole image tiles, or alternatively to download the
image for just the area of interest based on selected spectral bands.
License: GPL-3
Depends:
R (>= 3.5.0)
Imports:
geojsonsf,
httr,
sf
Suggests:
calendar,
calendR,
httptest,
knitr,
lubridate,
lutz,
maps,
rmarkdown
URL: https://github.com/zivankaraman/spectator
BugReports: https://github.com/zivankaraman/spectator/issues
Config/build/clean-inst-doc: FALSE
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2