Changes between Version 58 and Version 59 of WKTRasterTutorial01
- Timestamp:
- 06/14/10 07:54:35 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WKTRasterTutorial01
v58 v59 370 370 == Conclusion == 371 371 372 We have used the most powerfull vector database engine around PostGISto intersect our data buffers with a big raster datasets. For those who already know PostGIS, most of the queries are very familiar. For the newcomers, they might appear a bit complicated, but the speed at which we get the resulting table is worth the effort. The longuest step was to load the data. Once this is done, we can make as many quick query as we wish. PostGIS with WKT Raster is a serious tool for accomplishing serious analysis work.372 We have used the most powerfull vector database engine around (PostGIS) to intersect our data buffers with a big raster datasets. For those who already know PostGIS, most of the queries are very familiar. For the newcomers, they might appear a bit complicated, but the speed at which we get the resulting table is worth the effort. The longuest step was to load the data. Once this is done, we can make as many quick query as we wish. PostGIS with WKT Raster is a serious tool for accomplishing serious analysis work. 373 373 374 374 You can find more info on PostGIS WKT Raster [wiki:WKTRaster in this page]. All the functions are documented in the [http://postgis.refractions.net/documentation/manual-svn/RT_reference.html WKT Raster Reference].