[postgis-tickets] [PostGIS] #2914: [raster] ST_Rescale: Could not create GDAL transformation object for output dataset creation
PostGIS
trac at osgeo.org
Fri Dec 30 19:16:54 PST 2022
#2914: [raster] ST_Rescale: Could not create GDAL transformation object for output
dataset creation
---------------------+-----------------------------
Reporter: strk | Owner: Bborie Park
Type: defect | Status: new
Priority: medium | Milestone: PostGIS Fund Me
Component: raster | Version: 2.1.x
Resolution: | Keywords:
---------------------+-----------------------------
Comment (by robe):
@arthurbazin,
What does your query look like. I ran the above query, and it doesn't
fail on my system, so I think this is a non-issue. Are you still getting
an error?
I get:
{{{
upperleftx | upperlefty | width | height | scalex | scaley | skewx | skewy
| srid | numbands
------------+------------+-------+--------+--------+--------+-------+-------+------+----------
0 | 0 | 5 | 5 | 2 | -2 | 0 |
0 | 4326 | 1
(1 row)
}}}
this is running with:
{{{
POSTGIS="3.3.2 3.3.2" [EXTENSION] PGSQL="150" GEOS="3.11.1-CAPI-1.17.1"
SFCGAL="SFCGAL 1.4.1, CGAL 5.3, BOOST 1.78.0" PROJ="7.2.1" GDAL="GDAL
3.4.3, released 2022/04/22" LIBXML="2.9.9" LIBJSON="0.12" LIB
PROTOBUF="1.2.1" WAGYU="0.5.0 (Internal)" RASTER PostgreSQL 15.1, compiled
by Visual C++ build 1914, 64-bit
(1 row)
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/2914#comment:13>
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