NAME
r.import.worker - Runs r.import as a worker in different mapsets.
KEYWORDS
raster,
import,
projection,
parallel
SYNOPSIS
r.import.worker
r.import.worker --help
r.import.worker [-enlo] newmapset=name input=name [band=integer[,integer,...]] [memory=memory in MB] [output=name] [resample=string] [extent=string] [resolution=string] [resolution_value=float] [title=phrase] [--overwrite] [--help] [--verbose] [--quiet] [--ui]
Flags:
- -e
- Estimate resolution only
- -n
- Do not perform region cropping optimization
- -l
- Force Lat/Lon maps to fit into geographic coordinates (90N,S; 180E,W)
- -o
- Override projection check (use current location's projection)
- Assume that the dataset has the same projection as the current location
- --overwrite
- 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:
- newmapset=name [required]
- Name of new mapset to run r.import
- input=name [required]
- Name of GDAL dataset to be imported
- band=integer[,integer,...]
- Input band(s) to select (default is all bands)
- memory=memory in MB
- Maximum memory to be used (in MB)
- Cache size for raster rows
- Default: 300
- output=name
- Name for output raster map
- resample=string
- Resampling method to use for reprojection
- Options: nearest, bilinear, bicubic, lanczos, bilinear_f, bicubic_f, lanczos_f
- Default: nearest
- nearest: nearest neighbor
- bilinear: bilinear interpolation
- bicubic: bicubic interpolation
- lanczos: lanczos filter
- bilinear_f: bilinear interpolation with fallback
- bicubic_f: bicubic interpolation with fallback
- lanczos_f: lanczos filter with fallback
- extent=string
- Output raster map extent
- Options: input, region
- Default: input
- input: extent of input map
- region: extent of current region
- resolution=string
- Resolution of output raster map (default: estimated)
- Options: estimated, value, region
- Default: estimated
- estimated: estimated resolution
- value: user-specified resolution
- region: current region resolution
- resolution_value=float
- Resolution of output raster map (use with option resolution=value)
- title=phrase
- Title for resultant raster map
r.import.worker is a worker module for the parallel
execution of
r.import in different mapsets.
r.import
Anika Weinmann,
mundialis, Germany
SOURCE CODE
Available at:
r.import.worker source code
(history)
Accessed: Tuesday Apr 16 18:28:58 2024
Main index |
Raster index |
Topics index |
Keywords index |
Graphical index |
Full index
© 2003-2024
GRASS Development Team,
GRASS GIS 8.4.0dev Reference Manual