Opened 8 years ago
Closed 8 years ago
#3581 closed defect (fixed)
Error in Manual - ST_SnapToGrid (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, I don't think it's about pixel sizes or rescaling.
-- the original raster pixel size⏎ SELECT ST_UpperLeftX(ST_AddBand(ST_MakeEmptyRaster(10, 10, 0, 0, 0.001, -0.001, 0, 0, 4269), '8BUI'::text, 1, 0))⏎ ⏎ -- the rescaled raster raster pixel size⏎ SELECT ST_UpperLeftX(ST_SnapToGrid(ST_AddBand(ST_MakeEmptyRaster(10, 10, 0, 0, 0.001, -0.001, 0, 0, 4269), '8BUI'::text, 1, 0), 0.0002, 0.0002))
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: