39 | | The resulting raster conserve the size, the georeference, the alignment and the SRID of the provided raster. The pixel type of the resulting raster might be specified. An extra nodata value expression, applying only on nodata values, can be provided. |
| 39 | The expression is any PostgreSQL valid expression returning a number. In the one raster version of ST_MapAlgebra, the value of the current pixel is expressed in the expression by "rast". E.g. "cos(rast)" or "rast / 2" |
| 40 | |
| 41 | An extra nodata value expression, applying only to nodata values pixel, can be provided. |
| 42 | |
| 43 | In the one raster version of ST_MapAlgebra, the resulting raster conserve the size, the georeference, the alignment and the SRID of the provided raster. |
| 44 | |
| 45 | The pixel type of the resulting raster can be specified as '1BB', '2BUI', '4BUI', '8BSI', '8BUI', '16BSI', '16BUI', '32BSI', '32BUI', '32BF' or '64BF'. If the expression results in a value out of the range of the specified pixel type, it is truncated. |