Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#936 closed task (fixed)

[raster] Implement ST_Rotation

Reported by: dzwarg Owned by: dzwarg
Priority: medium Milestone: PostGIS 2.0.0
Component: raster Version: master
Keywords: history Cc:

Description

Return the rotation of a raster. If the raster has two different rotations (pixels are diamond-shaped), then ST_Rotation returns NaN.

Attachments (1)

rotation.patch (5.8 KB ) - added by dzwarg 13 years ago.
Added a rotation getter method to raster accessors with regression tests.

Download all attachments as: .zip

Change History (4)

by dzwarg, 13 years ago

Attachment: rotation.patch added

Added a rotation getter method to raster accessors with regression tests.

comment:1 by dzwarg, 13 years ago

Status: newassigned

Attached an implementation of the rotation accessor function. This patch also incorporates some changes in #928 and #929.

comment:2 by Bborie Park, 13 years ago

Resolution: fixed
Status: assignedclosed

Committed in r7763 using combined patch in #482.

comment:3 by Bborie Park, 13 years ago

Keywords: history added
Milestone: PostGIS Raster FuturePostGIS 2.0.0
Note: See TracTickets for help on using tickets.