Description Usage Arguments Details Value Examples
Helper function to use gdal command line tools.
1 | datatype2GDALot(datatype)
|
datatype |
Character |
Mapping: In:"LOG1S", "INT1S", "INT1U", "INT2S", "INT2U", "INT4S", "INT4U", "FLT4S", "FLT8S", Out: "Byte", "Int16", "Byte", "Int16", "UInt16", "Int32", "UInt32", "Float32", "Float64"
Character GDAL datatype.
1 | datatype2GDALot("INT2S")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.