esri_grid#

Common ESRI ASCII grid routines.

Functions#

check_grid_compatibility(header_1, header_2)

Check grids for compatibility.

check_resolutions(cellsize_1, cellsize_2[, ...])

Check two resolutions for compatibility.

read_grid(file[, dtype])

Read an ASCII grid from file.

read_header(file)

Read an ASCII grid header from file.

rescale_grid(header, cellsize[, in_name, ...])

Rescale grid from given header to a coarser cell-size with matching extend.

standardize_header(header)

Standardize an ASCII grid header dictionary.

write_grid(file, header[, data, dtype])

Write an ascii grid to file.

write_header(file, header[, dtype])

Write an ascii header to file.