#929 closed enhancement (fixed)
[raster] Implement ST_PixelHeight
Reported by: | dzwarg | Owned by: | dzwarg |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.0 |
Component: | raster | Version: | master |
Keywords: | history | Cc: |
Description
Create a getter that computes the true pixel height: sqrt(B2 + E2).
Where A and D are the components of the georeference parameters.
Change History (3)
comment:1 by , 13 years ago
Status: | new → assigned |
---|
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 by , 13 years ago
Keywords: | history added |
---|---|
Milestone: | PostGIS Raster Future → PostGIS 2.0.0 |
Note:
See TracTickets
for help on using tickets.
Please see ticket #928, and the patch pix_hw.patch, which implements ST_PixelHeight as well as ST_PixelWidth.