Changes between Version 37 and Version 38 of WKTRaster/Documentation01
- Timestamp:
- 12/10/09 09:00:14 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WKTRaster/Documentation01
v37 v38 291 291 You can inform PostGIS that the raster layer you are loading meets certain useful criteria by adding the –k option to the gdal2wktraster.py Python loader. This will set the "regular_blocking" attribute of the raster_columns table to true. It implies that: 292 292 293 1. All loaded tiles have the same width and height, 294 2. All tiles do not overlap and their upper left corners follow a regular block grid, 293 1. All loaded tiles have the same width and height,[[BR]] 294 2. All tiles do not overlap and their upper left corners follow a regular block grid,[[BR]] 295 295 3. The global extent of the layer is rectangular and not rotated. 296 296