DESCRIPTION

g.proj.all reprojects all raster and vector maps from given location and mapset to the current mapset. If flag r is set, current computational region is used for raster maps reprojection. Otherwise, each raster map is reprojected to its bounds, ignoring computational region in the current mapset. Modules r.proj and v.proj are used for reprojecting.

EXAMPLE

This example reprojects raster maps (with resolution 50 map units) and vector maps from mapset 'landsat' of 'nc_spm_08' location to the current mapset.
g.proj.all resolution=50 location=nc_spm_08 mapset=landsat

SEE ALSO

r.proj, v.proj

AUTHORS

Anna Petrasova, NCSU OSGeoREL,
Vaclav Petras, NCSU OSGeoREL

Last changed: $Date$