|
NAMEv.in.region - Creates a vector polygon from the current region extent. KEYWORDSvector, geometry SYNOPSISv.in.region
Flags:Parameters:
DESCRIPTIONv.in.region creates a new vector map from current region extent. If the output of v.in.region is to be used for raster reprojection, the -d flag should be used after setting the region to the raster map to be reprojected with r.proj. EXAMPLEThe example is based on the North Carolina sample data. To create
a bounding box vector map based on a raster map, the computational region is
first set to the raster map. Then a vector bounding box is created based on
the actual computational region (in this case precisely reflecting the pixel
geometry of the raster map), resulting in a new vector polygon:
g.region raster=soils_Kfactor -p v.in.region output=soils_Kfactor_bbox v.info map=soils_Kfactor_bbox SEE ALSOg.region, r.proj, v.info AUTHORRadim Blazek SOURCE CODEAvailable at: v.in.region source code (history) Latest change: Wednesday Apr 17 11:38:48 2024 in commit: af7aa6982f1bc0f006e95221291b5ca125abd1e6 Main index | Vector index | Topics index | Keywords index | Graphical index | Full index © 2003-2025 GRASS Development Team, GRASS GIS 8.4.1 Reference Manual
|