You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- fix: INT2U max value in table
- update notes:
- NaN for float types
- large unsigned integers and decimal precision
- minimum required GDAL version for INT8U, INT8S, INT1S
@@ -46,13 +46,16 @@ The following raster datatypes are available:
46
46
\code{FLT8S} \tab-1.7e+308 \tab1.7e+308 \cr
47
47
}
48
48
49
-
Forallintegerandbytetypesthe lowest (signed) or highest (unsigned) valueisusedtostore \code{NA}.
49
+
Forallintegerandbytetypesthe lowest (signed) or highest (unsigned) valueisusedtostore \code{NA}.Forfloattypes \code{NaN} is used (followingtheIEEE754standard).
0 commit comments