[postgis-devel] [PostGIS] #1058: [raster] Two-raster spatial operations framework proposal

PostGIS trac at osgeo.org
Tue Jun 28 20:02:05 PDT 2011


#1058: [raster] Two-raster spatial operations framework proposal
----------------------------+-----------------------------------------------
 Reporter:  bnordgren       |       Owner:  pracine      
     Type:  enhancement     |      Status:  new          
 Priority:  medium          |   Milestone:  PostGIS 2.0.0
Component:  postgis raster  |     Version:  1.5.X        
 Keywords:                  |  
----------------------------+-----------------------------------------------

Comment(by bnordgren):

 Ok, this is what I get for opening my mouth.

 It appears to be more complicated than I thought at first blush (or so
 says the compiler). The bit I need to depend on is the proj4 cache api.
 This part connects to the database to get the proj4 string from the
 spatial_ref_sys table. Whoops. It also depends rather heavily on the
 postgresql memory context. Whoops. Whoops.

 Moving this code to liblwgeom would create a dependency from liblwgeom to
 the core postgresql libraries, and would probably make us compile
 liblwgeom as a postgresql module, if I understand this pgxs thing
 right.... I need to reconfirm with you that this is actually what you want
 to do before I up and do it.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1058#comment:6>
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