[postgis-tickets] [PostGIS] #2182: raster: Possible issue with resize function outdb rasters
PostGIS
trac at osgeo.org
Sat Jan 19 16:37:47 PST 2013
#2182: raster: Possible issue with resize function outdb rasters
--------------------+-------------------------------------------------------
Reporter: robe | Owner: dustymugs
Type: defect | Status: assigned
Priority: medium | Milestone: PostGIS 2.1.0
Component: raster | Version: trunk
Keywords: |
--------------------+-------------------------------------------------------
Comment(by robe):
Okay confirmed. The issue is only with out of db rasters. I do get a lot
of errors when loading in both cases
errors like:
{{{
INFO: Using default geotransform matrix (0, 1, 0, 0, 0, -1) for raster:
photos/Lear 35.bmp
ERROR: diff_rastinfo: Could not run raster alignment test
}}}
and only 1 like this (which resizes just fine)
{{{
INFO: Using default geotransform matrix (0, 1, 0, 0, 0, -1) for raster:
photos/Lear 55.bmp
WARNING: Different number of bands found in the set of rasters being
converted to PostGIS raster
WARNING: Different pixel types found for band 2 in the set of rasters
being converted to PostGIS raster
}}}
I'm not seeing a correlation between the error notices (which seem more
like warnings)since I just throw a bag of non-georeferenced pictures at
the database and said register so those are expected.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2182#comment:3>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list