Changes between Version 82 and Version 83 of WKTRasterTutorial01
- Timestamp:
- 06/29/10 14:18:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WKTRasterTutorial01
v82 v83 314 314 == Intersecting the caribou buffers with the elevation rasters == 315 315 316 [[Image(WKTRasterViewOfIntersectionResult.gif, align=right, 50%)]] 316 317 Our two coverages are now ready to be intersected. We will use the st_intersection() function and st_intersects() operator which operates directly on raster and geometries by vectorizing only the necessary part of the raster before doing the intersection and is one of the main feature of PostGIS WKT Raster: 317 318