1
- citEntry (entry = "Manual",
1
+ bibentry (entry = "Manual",
2
2
title = "rsat: Dealing with Multiplatform Satellite Images from Landsat, MODIS, and Sentinel",
3
- author = personList(as. person("U P{\\'e}rez-Goya"),
4
- as. person("M Montesino-SanMartin"),
5
- as. person("A F Militino"),
6
- as. person("M D Ugarte")),
3
+ author = c( person("U P{\\'e}rez-Goya"),
4
+ person("M Montesino-SanMartin"),
5
+ person("A F Militino"),
6
+ person("M D Ugarte")),
7
7
year = "2022",
8
8
note = "R package version 0.1.19",
9
9
url = "https://CRAN.R-project.org/package=rsat",
@@ -14,12 +14,12 @@ citEntry(entry = "Manual",
14
14
header = "To cite the package:"
15
15
)
16
16
17
- citEntry (entry = "Article",
17
+ bibentry (entry = "Article",
18
18
title = "Interpolation of the Mean Anomalies for Cloud-Filling in Land Surface Temperature and Normalized Difference Vegetation Index",
19
- author = personList(as. person("A F Militino"),
20
- as. person("M D Ugarte"),
21
- as. person("U P{\\'e}rez-Goya"),
22
- as. person("M G Genton")),
19
+ author = c( person("A F Militino"),
20
+ person("M D Ugarte"),
21
+ person("U P{\\'e}rez-Goya"),
22
+ person("M G Genton")),
23
23
journal = "IEEE Transactions on Geoscience and Remote Sensing",
24
24
year = "2019",
25
25
volume = "57",
@@ -33,11 +33,11 @@ citEntry(entry = "Article",
33
33
header = "To cite the gap filling method implemented in the function genSmoothingIMA:"
34
34
)
35
35
36
- citEntry (entry = "Article",
36
+ bibentry (entry = "Article",
37
37
title = "Improving the Quality of Satellite Imagery Based on Ground-Truth Data from Rain Gauge Stations",
38
- author = personList(as. person("A F Militino"),
39
- as. person("M D Ugarte"),
40
- as. person("U P{\\'e}rez-Goya")),
38
+ author = c( person("A F Militino"),
39
+ person("M D Ugarte"),
40
+ person("U P{\\'e}rez-Goya")),
41
41
journal = "Remote Sensing",
42
42
year = "2018",
43
43
volume = "10",
0 commit comments