[PostGIS] #5496: ST_Clip(raster, geom) include new method to pixel selection: touch

PostGIS trac at osgeo.org
Mon Dec 11 23:24:00 PST 2023


#5496: ST_Clip(raster, geom) include new method to pixel selection: touch
--------------------------+---------------------------
  Reporter:  latot        |      Owner:  robe
      Type:  enhancement  |     Status:  new
  Priority:  medium       |  Milestone:  PostGIS 3.5.0
 Component:  raster       |    Version:  3.4.x
Resolution:               |   Keywords:
--------------------------+---------------------------
Comment (by robe):

 I removed the ST_Clip view tests from hook-before-upgrade-raster.sql and
 the after that drops it.  i think I got further but now woodie is erroring
 with


 {{{
 ERROR:  function "_st_clip" already exists with same argument types
 -----------------------------------------------------------------------------
 make: ***
 [/woodpecker/src/git.osgeo.org/gitea/postgis/postgis/regress/runtest.mk:24:
 check-regress] Error 3
 make: Leaving directory
 '/woodpecker/src/git.osgeo.org/gitea/postgis/postgis/build/pg15/raster/test/regress'
 FAIL: postgis_raster script hard upgrade unpackaged3.2--:auto
 Cleaning up
 }}}

 I checked and I did add a clause at top of _st_clip


 {{{
 -- Replaces _st_clip(rast raster, nband integer[], geom geometry,
 nodataval float8[], crop boolean) deprecated in 3.5.0
 }}}


 so not sure what I could be missing now
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5496#comment:14>
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