Skip to content

Commit bbdf468

Browse files
committed
docs: datatype INT1S
1 parent fd2f40e commit bbdf468

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

man/datatype.Rd

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,21 @@ The following raster datatypes are available:
3838
\code{INT2U} \tab 0 \tab 65,534 \cr
3939
\code{INT4U} \tab 0 \tab 4,294,967,296 \cr
4040
\code{INT8U} \tab 0 \tab 18,446,744,073,709,551,616\cr
41+
\code{INT1S} \tab -128 \tab 128 \cr
4142
\code{INT2S} \tab -32,767\tab 32,767 \cr
4243
\code{INT4S} \tab -2,147,483,647 \tab 2,147,483,647 \cr
4344
\code{INT8S} \tab -9,223,372,036,854,775,808 \tab 9,223,372,036,854,775,808 \cr
4445
\code{FLT4S} \tab -3.4e+38 \tab 3.4e+38 \cr
4546
\code{FLT8S} \tab -1.7e+308 \tab 1.7e+308 \cr
4647
}
4748

48-
For all integer types, except the single byte types, the lowest (signed) or highest (unsigned) value is used to store \code{NA}.
49+
For all integer and byte types the lowest (signed) or highest (unsigned) value is used to store \code{NA}.
4950

5051
Note that very large integer numbers may be imprecise as they are internally represented as decimal numbers.
5152

5253
\code{INT4U} is available but they are best avoided as R does not support 32-bit unsigned integers.
54+
55+
\code{INT1S} requires GDAL version 3.7 or higher.
5356
}
5457

5558

0 commit comments

Comments
 (0)