Note: This document is for an older version of GRASS GIS that will be discontinued soon. You should upgrade, and read the current manual page.
NAME
g.proj.all - Reprojects raster and vector maps from given location and mapset to current mapset.
KEYWORDS
general,
projection,
transformation
SYNOPSIS
g.proj.all
g.proj.all --help
g.proj.all [-rzo] location=name mapset=name [dbase=path] [method=string] [resolution=float] [--help] [--verbose] [--quiet] [--ui]
Flags:
- -r
- Use current region instead of maps bounds
- -z
- Assume z coordinate is ellipsoidal height and transform if possible
- 3D vector maps only
- -o
- Allow output files to overwrite existing files
- --help
- Print usage summary
- --verbose
- Verbose module output
- --quiet
- Quiet module output
- --ui
- Force launching GUI dialog
Parameters:
- location=name [required]
- Location containing input raster map
- mapset=name [required]
- Name of mapset (default: current search path)
- Mapset containing input raster map
- dbase=path
- Path to GRASS database of input location
- method=string
- Interpolation method to use
- Options: nearest, linear, cubic, lanczos, linear_f, cubic_f, lanczos_f
- Default: nearest
- nearest: nearest neighbor
- linear: linear interpolation
- cubic: cubic convolution
- lanczos: lanczos filter
- linear_f: linear interpolation with fallback
- cubic_f: cubic convolution with fallback
- lanczos_f: lanczos filter with fallback
- resolution=float
- Resolution of output raster map
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.
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
r.proj,
v.proj
Anna Petrasova,
NCSU GeoForAll Lab,
Vaclav Petras,
NCSU GeoForAll Lab
SOURCE CODE
Available at:
g.proj.all source code
(history)
Latest change: Monday Nov 11 18:04:48 2024 in commit: 59e289fdb093de6dd98d5827973e41128196887d
Main index |
General index |
Topics index |
Keywords index |
Graphical index |
Full index
© 2003-2024
GRASS Development Team,
GRASS GIS 8.3.3dev Reference Manual