[postgis-users] Raster Support...

Paul Ramsey pramsey at refractions.net
Fri Aug 25 13:06:29 PDT 2006


Indeed, that was exactly my intent.  To get some answers!  I  
personally have had one use-case recently, which is similar to  
Stephen Marshall's point (1), moving some vector information into  
raster space, doing some analysis which is best done in raster space,  
then pulling results back into vector space.

There is nothing particularly "database"y about the use case (we  
utilize the features of the database itself hardly at all), but  
having the rasters in the database avoids an unpleasant bunch of  
scripting to dump data out to GRASS, run the analysis, stuff the  
results back in.  The database becomes an analysis integration  
environment.  There are lots of good arguments around that using a  
scripting environment like Python would be a better integration  
architecture though.

I still haven't found any raster use cases that actually leverage the  
unique aspects of the database environment (high speed random access  
to tuples, transactional integrity, complex data models).

Paul

On 25-Aug-06, at 12:58 PM, Stephen Woodbridge wrote:

> Jeff Hoffmann wrote:
>> Paul Ramsey wrote:
>>> To repeat:  once you get your rasters in the database, what are  
>>> you  going to do with them?
>
> Jeff,
>
> I think there are two ways to look at this statement. One is it  
> might be a dismissal, but I think the one that Paul is asking for  
> is What are your use cases, so he can collect them as you suggest.  
> It has been REALLY hard to get anyone to come forward with there  
> specific needs in this area, beside just asking for the feature.
>
> -Steve
>
>> I used to have that same question the same time anybody the topic  
>> got brought up.  I think that, if you try, you can come up with  
>> some ways raster data might be useful integrated into the database  
>> (even if it's not the best or only way of doing something).   
>> Perhaps too many people think of raster data as essentially  
>> photographic and not as a giant array of geo-referenced data  
>> points and they just dismiss it out of hand.  If you're just  
>> storing a bunch of photos in your database, I agree with the  
>> sentiment that it just makes your life difficult.  If, on the  
>> other hand, you have a DEM (for example) where the data points are  
>> elevation, you could query it to find the elevation at a point.   
>> Or take it a step further and add a Z coordinate to all that 2-D  
>> vector data in case you ever want to visualize it in 3-D.
>> I guess the first thing I'd do if I were that interested in adding  
>> raster support is collect a bunch of possible use cases and  
>> categorize them to figure out what sort of functionality people  
>> would be interested in seeing.  I think it'd be interesting to see  
>> what people would use it for & maybe would inspire some interest  
>> in the wider community.
>
> _______________________________________________
> postgis-users mailing list
> postgis-users at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-users




More information about the postgis-users mailing list