Skip to content

RS_Height

Returns the height of a raster in pixels.

Usage

bigint RS_Height(rast: raster)

Arguments

  • rast (raster): Input raster

Examples

SELECT RS_Height(RS_Example());
┌─────────────────────────┐
│ rs_height(rs_example()) │
│          uint64         │
╞═════════════════════════╡
│                      32 │
└─────────────────────────┘