-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
executable file
·78 lines (78 loc) · 2.78 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
Package: rsat
Type: Package
Title: Dealing with Multiplatform Satellite Images
Version: 0.1.21
Authors@R:
c(person(given = "Unai",
family = "Pérez - Goya",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-2796-9079")),
person(given = "Manuel",
family = "Montesino - SanMartin",
role = "aut",
comment = c(ORCID = "0000-0002-0822-600X")),
person(given = "Ana",
family = "F Militino",
role = "aut",
comment = c(ORCID = "0000-0002-0631-3919")),
person(given = "Maria Dolores",
family = "Ugarte",
role = "aut",
comment = c(ORCID = "0000-0002-3505-8400")),
person(given = "Marc",
family = "Weber",
role = "rev",
comment = "Marc reviewed rsat (v. 0.1.14) for rOpenSci,
see <https://github.com/ropensci/software-review/issues/437>"),
person(given = "Kelly",
family = "Hondula",
role = "rev",
comment = "Kelly reviewed rsat (v. 0.1.14) for rOpenSci,
see <https://github.com/ropensci/software-review/issues/437>")
)
Maintainer: Unai Pérez - Goya <[email protected]>
Description: Downloading, customizing, and processing time series of satellite images for a region of interest. 'rsat' functions allow a unified access to multispectral images from Landsat, MODIS and Sentinel repositories. 'rsat' also offers capabilities for customizing satellite images, such as tile mosaicking, image cropping and new variables computation. Finally, 'rsat' covers the processing, including cloud masking, compositing and gap-filling/smoothing time series of images (Militino et al., 2018 <doi:10.3390/rs10030398> and Militino et al., 2019 <doi:10.1109/TGRS.2019.2904193>).
Depends: R (>= 4.3.0)
Imports: XML, curl, httr, leafem, leaflet, rjson, rvest, tmap, xml2, zip, methods, Rdpack, fields, calendR, sf, stars, terra, sp, raster
URL: https://docs.ropensci.org/rsat/, https://github.com/ropensci/rsat
BugReports: https://github.com/ropensci/rsat/issues
RdMacros: Rdpack
Suggests:
knitr,
rmarkdown,
covr,
testthat
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Collate:
'add2rtoi.R'
'api_dataspace.R'
'api_lpdaac.R'
'api_usgs.R'
'connections.R'
'data.R'
'extent_crs.R'
'mosaic_fun_SYN.R'
'mosaic_fun_ls.R'
'mosaic_fun_mod.R'
'mosaic_fun_sen2.R'
'mosaic_generic.R'
'package_tools.R'
'records.R'
'rtoi.R'
'plot.R'
'rsat.R'
'rsat_cloud_mask.R'
'rsat_derive.R'
'rsat_download.R'
'rsat_list_data.R'
'rsat_mosaic.R'
'rsat_preview.R'
'rsat_search.R'
'rsat_smoothing_images.R'
'testing_function.R'
'variables.R'
VignetteBuilder: knitr