[postgis-devel] [PostGIS] #1176: [raster] Two raster ST_Intersects
PostGIS
trac at osgeo.org
Sat Aug 27 15:40:10 PDT 2011
#1176: [raster] Two raster ST_Intersects
----------------------------+-----------------------------------------------
Reporter: dustymugs | Owner: dustymugs
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: postgis raster | Version: trunk
Keywords: |
----------------------------+-----------------------------------------------
Comment(by bnordgren):
I don't suppose I could twist your arm into helping with the generation2
raster iterator for this, could I? I have most of the "toolbox" written,
meaning the interfaces as well as "providers" for geometries and rasters.
I also have "wrapper" providers, to do things like represent the object in
a different projection. And don't forget the spatial and value "operator
primitives". Really, the next step is to write the thing which evaluates
the inputs at fixed intervals (e.g., grid cells)...Almost there...
The code is on github: https://github.com/bnordgren/postgis
My branches are messy because I was learning how to use git, but the
relevant code is on 'ri-gen2-arch'. If you want to build it, you have to:
{{{
export PYTHON=python
./configure ...
}}}
otherwise the configure will fail.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1176#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