17 #include <grass/gis.h> 18 #include <grass/raster.h> 43 G_debug(1,
"Rast_align_window()");
50 G_debug(1,
"before alignment:");
70 while (window->
south < -90.0 - window->
ns_res / 2.0)
2D/3D raster map header (used also for region)
double west
Extent coordinates (west)
void G_adjust_Cell_head(struct Cell_head *cellhd, int row_flag, int col_flag)
Adjust cell header.
double north
Extent coordinates (north)
double south
Extent coordinates (south)
int G_debug(int level, const char *msg,...)
Print debugging message.
int zone
Projection zone (UTM)
#define PROJECTION_LL
Projection code - Latitude-Longitude.
double ns_res
Resolution - north to south cell size for 2D data.
double east
Extent coordinates (east)
void Rast_align_window(struct Cell_head *window, const struct Cell_head *ref)
Align two regions.
double ew_res
Resolution - east to west cell size for 2D data.