View source: R/qgis_rasterlayeruniquevaluesreport.R
qgis_rasterlayeruniquevaluesreport | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Raster layer unique values report (native:rasterlayeruniquevaluesreport). This algorithm returns the count and area of each unique value in a given raster layer. The area calculation is done in the area unit of the layer's CRS.
qgis_rasterlayeruniquevaluesreport(
INPUT = qgisprocess:::qgis_default_value(),
BAND = qgisprocess:::qgis_default_value(),
OUTPUT_HTML_FILE = qgisprocess:::qgis_default_value(),
OUTPUT_TABLE = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
BAND |
|
OUTPUT_HTML_FILE |
|
OUTPUT_TABLE |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
CRS_AUTHID - outputString - CRS authority identifier
EXTENT - outputString - Extent
HEIGHT_IN_PIXELS - outputNumber - Height in pixels
NODATA_PIXEL_COUNT - outputNumber - NoData pixel count
OUTPUT_HTML_FILE - outputHtml - Unique values report
OUTPUT_TABLE - outputVector - Unique values table
TOTAL_PIXEL_COUNT - outputNumber - Total pixel count
WIDTH_IN_PIXELS - outputNumber - Width in pixels
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.