Opened 15 years ago
Closed 14 years ago
#480 closed task (duplicate)
[raster] Implement ST_Rotation
Reported by: | pracine | Owned by: | dzwarg |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.0 |
Component: | raster | Version: | master |
Keywords: | Cc: |
Description
ST_Rotation should return the angle of rotation of the georeference based on the skew and the pixel size.
Change History (7)
comment:1 by , 15 years ago
Version: | 1.5.X → trunk |
---|
comment:2 by , 15 years ago
Type: | defect → task |
---|
comment:3 by , 14 years ago
Status: | new → assigned |
---|
comment:4 by , 14 years ago
comment:5 by , 14 years ago
Milestone: | WKTRaster 0.1.6 → PostGIS 2.0.0 |
---|
comment:6 by , 14 years ago
Summary: | [wktraster] Implement ST_Rotation → [raster] Implement ST_Rotation |
---|
comment:7 by , 14 years ago
Resolution: | → duplicate |
---|---|
Status: | assigned → closed |
Duplicated ticket. See #482
Note:
See TracTickets
for help on using tickets.
Will implement rotation get & set using radians, following ST_RotateX,Y,Z from PostGIS.