-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
43 lines (43 loc) · 1.48 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
Package: satellite
Title: Handling and Manipulating Remote Sensing Data
Version: 1.0.5
Author: Thomas Nauss, Hanna Meyer, Tim Appelhans, Florian Detsch
Maintainer: Florian Detsch <[email protected]>
Description: Herein, we provide a broad variety of functions which are useful
for handling, manipulating, and visualizing satellite-based remote sensing
data. These operations range from mere data import and layer handling (eg
subsetting), over Raster* typical data wrangling (eg crop, extend), to more
sophisticated (pre-)processing tasks typically applied to satellite imagery
(eg atmospheric and topographic correction). This functionality is
complemented by a full access to the satellite layers' metadata at any
stage and the documentation of performed actions in a separate log file.
Currently available sensors include Landsat 4-5 (TM), 7 (ETM+), and 8
(OLI/TIRS Combined), and additional compatibility is ensured for the Landsat
Global Land Survey data set.
URL: https://github.com/environmentalinformatics-marburg/satellite
BugReports: https://github.com/environmentalinformatics-marburg/satellite/issues
Depends:
R (>= 2.10),
raster,
methods,
utils,
stats,
grDevices,
graphics
Imports:
plyr,
Rcpp (>= 0.10.3),
terra,
tools,
stats4
License: MIT + file LICENSE
Suggests:
devtools,
knitr,
testthat,
rmarkdown
LazyData: true
VignetteBuilder: knitr
LinkingTo: Rcpp
RoxygenNote: 7.3.1
Encoding: UTF-8