View source: R/qgis_shpencodinginfo.R
qgis_shpencodinginfo | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Extract Shapefile encoding (native:shpencodinginfo). Extracts the attribute encoding information embedded in a Shapefile. This algorithm extracts the attribute encoding information embedded in a Shapefile. Both the encoding specified by an optional .cpg file and any encoding details present in the .dbf LDID header block are considered.
qgis_shpencodinginfo(
INPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
CPG_ENCODING - outputString - CPG Encoding
ENCODING - outputString - Shapefile Encoding
LDID_ENCODING - outputString - LDID Encoding
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.