![]() |
![]()
| ![]() |
![]()
NAMEv.proj - Re-projects a vector map from one project to the current project. KEYWORDSvector, projection, transformation, import SYNOPSISv.proj
Flags:
Parameters:
DESCRIPTIONv.proj allows a user to convert a vector map in a specified mapset of a specified project (different from current) with coordinate reference system (CRS) of source project to the vector map in a current mapset of current project with CRS of current project (both CRSs are defined in their corresponding projects). The CRS information can be viewed and managed with g.proj. For an introduction to map CRSs (and the PROJ library), see the manual page of r.proj. NOTESIf output is not specified it is set to be the same as
input map name.
v.proj supports general datum transformations, making use of the PROJ co-ordinate system translation library. When projecting into a latlon project, east coordinates are wrapped by the proj4 library to fit into the range -180,180. This is in most cases appropriate, but can cause errors the input vector crosses the datum line at 180E/W. In this case wrapping of east coordinates to -180,180 needs to be disabled with the -w flag. When reprojecting massive point clouds for which topology is not necessary, the user can set the -b flag to suppress the building of topology of the output map. In order to preserve spatial detail, v.proj performs automated vertex densification (as an alternative, v.split could be used before reprojecting. Without vertex densification, depending on the source and target CRS (Coordinate Reference System), geometries can be substantially deformed (straight lines become curves, squares become trapezoids, etc). The densification of linear features can help to avoid topological errors. EXAMPLEReprojection of a vector map from another project (and mapset)
into the current mapset:
v.proj in=mymap project=latlong mapset=user1 REFERENCES
PROJ: Projection/datum support library. Further reading
SEE ALSOg.proj, m.proj, r.proj, i.rectify, r.stats, v.sample, v.split, v.surf.idw, v.surf.rst AUTHORSIrina Kosinovsky, US ARMY CERL
SOURCE CODEAvailable at: v.proj source code (history) Latest change: Tuesday Dec 17 20:17:20 2024 in commit: d962e90c026708a4815ea2b9f46c0e84c17de22d Main index | Vector index | Topics index | Keywords index | Graphical index | Full index © 2003-2025 GRASS Development Team, GRASS GIS 8.4.1 Reference Manual
|