NAME

v.convert - Converts between GRASS vector versions.

SYNOPSIS

v.convert
v.convert help
v.convert input=string output=string [endian=string]

Parameters:

input=string
input vector map
output=string
Name of output vector
endian=string
endian of input vector map
Options: big,little
Default: big

DESCRIPTION

v.convert converts between GRASS vector version 5.0 and 5.1.

NOTES

Vector maps from 5.0 and 5.1 do not interfere. They are stored in different directories, so you can use the same names.

EXAMPLE

v.convert in=vectormap_from_50 out=vectormap_51

SEE ALSO

GRASS 5.1 tutorial pages

AUTHOR

Radim Blazek, ITC-Irst, Trento, Italy

Last changed: $Date: 2003/08/13 09:23:30 $


Help Index