Skip to content

Gdal.grid

MaartenHilferink edited this page Jun 14, 2026 · 6 revisions

gdal.grid is the part of GDAL, used to read grid data.

We test and support (options for) the following formats:

A grid domain unit that is left unbound and read from a gdal.grid storage adopts the source file's native block/strip tiling, so large tiled or striped GeoTiffs are read efficiently without retiling (GeoDMS 20.1+). The detected native block size is exposed through the read-only StorageTileSizeX / StorageTileSizeY properties. See GeoDMS Default Tiling.

see also

Clone this wiki locally