[postgis-devel] [WKT Raster] Regular blocking in gdal2wktraster.py

Frank Warmerdam warmerdam at pobox.com
Fri Mar 27 22:00:09 PDT 2009


Mateusz Loskot wrote:
>From GDAL manual:
> 
> "The block size is used to establish a natural or efficient block size
> to access the data with. For tiled datasets this will be the size of a
> tile, while for most other datasets it will be one scanline, as in this
> case."

Mateusz,

At the code sprint we talked about either using tiles small enough to fit
into one postgres page (8K) so perhaps 64x64 for 1band 8bit images or 48x48
for RGB 8bit data.

Alternatively, we might use fairly large tiles to amortize the expensive
BLOB access mechanism in Postgres.

Best regards,
-- 
---------------------------------------+--------------------------------------
I set the clouds in motion - turn up   | Frank Warmerdam, warmerdam at pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush    | Geospatial Programmer for Rent




More information about the postgis-devel mailing list