forked from EcoDyn/rsacc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
16 lines (16 loc) · 868 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Package: rsacc
Type: Package
Title: Accuracy Assessment for Remote Sensing Classification
Version: 0.1.0
Author: Thiago Sanna Freire Silva
Maintainer: Thiago Sanna Freire Silva <[email protected]>
Description: This package provides function for computing confusion matrices and calculating common classification accuracy metrics used to evaluate the results of land cover classification using remote sensing images. Although several packages in R implement similar metrics, what differentiates this package is the provision of a framework based on exptected land cover classification data formats and input types (rasters, vector polygons, vector points),with automated detection of input type and calculation of accuracy metrics accordingly.
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports:
stats,
raster,
rgdal,
sp
RoxygenNote: 6.0.1