geoutils.Raster.astype#
- Raster.astype(dtype, convert_nodata=True, inplace=False)[source]#
- Overloads:
self (RasterType), dtype (DTypeLike), convert_nodata (bool), inplace (Literal[False]) → RasterType
self (RasterType), dtype (DTypeLike), convert_nodata (bool), inplace (Literal[True]) → None
self (RasterType), dtype (DTypeLike), convert_nodata (bool), inplace (bool) → RasterType | None
Convert data type of the raster.
By default, converts the nodata value to the default of the new data type.