RS_Rotation¶
Returns the raster rotation in radians based on skew parameters.
Usage¶
double RS_Rotation(rast: raster)
Arguments¶
- rast (raster): Input raster
Examples¶
SELECT RS_Rotation(RS_Example());
┌───────────────────────────┐
│ rs_rotation(rs_example()) │
│ float64 │
╞═══════════════════════════╡
│ -0.4636476090008061 │
└───────────────────────────┘