[postgis-tickets] [PostGIS] #2309: raster2pgsql tries to process auth, code even with srid specified
PostGIS
trac at osgeo.org
Wed May 8 06:35:29 PDT 2013
#2309: raster2pgsql tries to process auth, code even with srid specified
--------------------+-------------------------------------------------------
Reporter: robe | Owner: dustymugs
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.1.0
Component: raster | Version: trunk
Keywords: |
--------------------+-------------------------------------------------------
I have this huge sid file I chopped up into jpegs each with an
*.jpg.aux.xml denoting projection info. However in the raster2pgsql call,
I explicitly state the srid. So not sure why raster2pgsql has to check
the srs and authcode. I assumed it would only do that if an srid is not
specified and it has to try to infer the srid.
{{{
raster2pgsql -I -e -F -C -Y -s 2249 *.jpg aerials.boston_2011 | psql
}}}
Gives this notice:
INFO: Cound not get auth name and code. The SRS may be custom
This is using raster2pgsql compiled with GDAL 1.10.0
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2309>
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