Changes between Version 87 and Version 88 of WKTRasterTutorial01
- Timestamp:
- 07/02/10 05:47:09 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WKTRasterTutorial01
v87 v88 153 153 As the rasters in the "srtm_tiled" table are in a different spatial reference system than the point you might not see then overlap with the caribou points. Right-clic on the added layer and select "Zoom To Layer" to adjust the display to their extent and see them. 154 154 155 You can also view the complete area covered by the raster coverage as one unique geometry by doing this :155 You can also view the complete area covered by the raster coverage as one unique geometry by doing this query: 156 156 157 157 {{{ … … 163 163 164 164 [[Image(WKTRasterViewOfVectorizedTile.gif, align=right, 50%)]] 165 If you want to go to the pixel level and verify the integrity of the values associated to a sample of the raster, you can (thanks to Jorge Arevalo and GDAL) view a vectorization of some tiles in OpenJUMP as in the right side image. Just type the following SQL query in the same query dialog:165 If you want to go to the pixel level and verify the integrity of the values associated to a sample of the raster, you can (thanks to Jorge Arevalo and GDAL) view a vectorization of some tiles in OpenJUMP (as in the right side image) using the ST_DumpAsPolygons function. Just type the following SQL query in the same query dialog: 166 166 167 167 {{{