-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
20 lines (20 loc) · 889 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Type: Package
Package: MSScvm
Title: Automated Cloud Masking for Landsat MSS Images
Version: 1.0.0
Date: 2015-07-23
Authors@R: c(person("Justin", "Braaten", email = "[email protected]", role = c("aut", "cre")),
person("Warren", "Cohen", email = "[email protected]", role = "aut"),
person("Zhiqiang", "Yang", email = "[email protected]", role = "aut"))
Description: An automated cloud and cloud shadow masking system for Landsat MSS imagery. It provides a means of more easily incorporating MSS imagery in large-area and time series analysis by providing an efficient way to prevent cloud and cloud shadow pixels from contaminating mosaics, composites, and time series.
Depends: R (>= 3.2.1)
Imports:
gdalUtils,
igraph,
raster,
rgdal,
SDMTools
SystemRequirements: GDAL binaries
License: GPL-2
URL: http://www.msscvm.jdbcode.com/
LazyData: true