Opened 8 years ago
Closed 8 years ago
#3580 closed defect (fixed)
Error in Manual - ST_ReSkew (9.7. Raster Editors)
Reported by: | ruvyn | Owned by: | robe |
---|---|---|---|
Priority: | low | Milestone: | PostGIS 2.2.3 |
Component: | documentation | Version: | master |
Keywords: | PostGIS 2.3.0dev Manual | Cc: |
Description
In example code,need to change rescale/pixel size to reskew/skew
-- the original raster pixel size⏎ SELECT ST_Rotation(ST_AddBand(ST_MakeEmptyRaster(100, 100, 0, 0, 0.001, -0.001, 0, 0, 4269), '8BUI'::text, 1, 0))⏎ ⏎ -- the rescaled raster raster pixel size⏎ SELECT ST_Rotation(ST_Reskew(ST_AddBand(ST_MakeEmptyRaster(100, 100, 0, 0, 0.001, -0.001, 0, 0, 4269), '8BUI'::text, 1, 0), 0.0015))
Change History (3)
comment:1 by , 8 years ago
Milestone: | PostGIS 2.3.0 → PostGIS 2.2.3 |
---|
comment:2 by , 8 years ago
Note:
See TracTickets
for help on using tickets.
In 15118: