2D/3D raster map header (used also for region)
double west
Extent coordinates (west)
double north
Extent coordinates (north)
double south
Extent coordinates (south)
int cols
Number of columns for 2D data.
double ns_res
Resolution - north to south cell size for 2D data.
double east
Extent coordinates (east)
void G_adjust_window_to_box(const struct Cell_head *src, struct Cell_head *dst, int rows, int cols)
Adjusts window to a rectangular box.
double ew_res
Resolution - east to west cell size for 2D data.
int rows
Number of rows for 2D data.