1v.proj(1)                     Grass User's Manual                    v.proj(1)
2
3
4

NAME

6       v.proj  - Allows projection conversion of vector maps.
7

KEYWORDS

9       vector, projection
10

SYNOPSIS

12       v.proj
13       v.proj help
14       v.proj    [-lz]     [input=name]     location=string    [mapset=string]
15       [dbase=string]   [output=name]   [--overwrite]  [--verbose]  [--quiet]
16
17   Flags:
18       -l
19           List vector maps in input location and exit
20
21       -z
22           3D vector maps only
23           Assume z co-ordinate is ellipsoidal height and transform if  possi‐
24           ble
25
26       --overwrite
27           Allow output files to overwrite existing files
28
29       --verbose
30           Verbose module output
31
32       --quiet
33           Quiet module output
34
35   Parameters:
36       input=name
37           Name of input vector map
38
39       location=string
40           Location containing input vector map
41
42       mapset=string
43           Mapset containing input vector map
44
45       dbase=string
46           Path to GRASS database of input location
47
48       output=name
49           Name for output vector map
50

DESCRIPTION

52       v.proj allows a user to convert a vector map in a specified mapset of a
53       specified location (different from current) with  projection  of  input
54       location to the vector map in a current mapset of current location with
55       projection of current location (both projections are defined by  corre‐
56       sponding PROJ_INFO files).
57

NOTES

59       If out is not specified it is set to be the same as input map name.
60       If  dbase  is  not  specified it is assumed to be the current database.
61       The user only has to specify dbase if the source location is stored  in
62       another separate GRASS database.
63       If set is not specified, its name is assumed to be the same as the cur‐
64       rent mapset's name.
65
66       v.proj supports general datum transformations, making use of the PROJ.4
67       co-ordinate system translation library.
68

EXAMPLES

70
71       v.proj in=mymap location=latlong mapset=user1
72
73

REFERENCES

75       PROJ 4: Projection/datum support library.
76
77       Further reading
78
79                      ASPRS Grids and Datum
80
81                      MapRef - The Collection of Map Projections and Reference
82                     Systems for Europe
83
84                      Projections Transform List (PROJ4)
85

SEE ALSO

87        r.proj, g.proj, g.setproj, i.rectify, r.stats,  v.sample,  v.surf.idw,
88       v.surf.rst
89

AUTHORS

91       Irina Kosinovsky, US ARMY CERL
92       M.L. Holko, USDA, SCS, NHQ-CGIS
93       R.L. Glenn, USDA, SCS, NHQ-CGIS
94
95       Last changed: $Date: 2006-05-02 16:09:18 +0200 (Tue, 02 May 2006) $
96
97       Full index
98
99       © 2003-2008 GRASS Development Team
100
101
102
103GRASS 6.3.0                                                          v.proj(1)
Impressum