[postgis-devel] [PostGIS] #1212: [raster]: st_intersects signature change - documentation out of synch

PostGIS trac at osgeo.org
Mon Sep 26 17:54:06 PDT 2011


#1212: [raster]: st_intersects signature change - documentation out of synch
----------------------------+-----------------------------------------------
 Reporter:  robe            |       Owner:  pracine      
     Type:  defect          |      Status:  new          
 Priority:  medium          |   Milestone:  PostGIS 2.0.0
Component:  postgis raster  |     Version:  trunk        
 Keywords:                  |  
----------------------------+-----------------------------------------------

Comment(by robe):

 On other comment I see we have

 ST_Intersects(rastA, rastB, nbanda,nbadb);

 and

 ST_Intersects(rastA,nbanda, rastB, nbandb)

 Can we PLEASE get rid of one of these.  I for one don't know the
 difference and don't feel like explaining this to anyone when they ask
 which they should use.


 I would keep (1) which I have already documented and get rid of (2).

 Also I see you changed ST_AsRaster signature which broke my extension
 install.  I'm all fine with that, but I think its time  to start working
 on an upgrade minor script since people have started using raster
 functionality and I'm sure they don't feel like reloading gigs of data.

 I'll take a stab at this if you guys would like first by dropping all the
 functions you have removed so they don't cause name conflicts.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1212#comment:2>
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-devel mailing list