I have searched through the mailing-list archives without luck. Is there a
command in GRASS 5.7 that can be used to convert GRASS 5.3 vector files to
the 5.7 format? Even the name would be a help.
Thanks,
JWDougherty
I have searched through the mailing-list archives without luck. Is there a
command in GRASS 5.7 that can be used to convert GRASS 5.3 vector files to
the 5.7 format? Even the name would be a help.
Thanks,
JWDougherty
v.convert should do.
http://grass.itc.it/grass51/manuals/html57_user/v.convert.html
cheers
On Saturday, August 07, 2004, at 03:25PM, John <jwdougherty@mcihispeed.net> wrote:
I have searched through the mailing-list archives without luck. Is there a
command in GRASS 5.7 that can be used to convert GRASS 5.3 vector files to
the 5.7 format? Even the name would be a help.Thanks,
JWDougherty
Hello John,
On Sat, 7 Aug 2004 00:24:58 -0700 John <jwdougherty@mcihispeed.net>
wrote:
I have searched through the mailing-list archives without luck. Is
there a command in GRASS 5.7 that can be used to convert GRASS 5.3
vector files to the 5.7 format? Even the name would be a help.Thanks,
JWDougherty
Try v.convert to convert between vector versions.
GRASS 5.7.cvs:~ > v.convert --help
Description:
Converts between GRASS vector versions.
Usage:
v.convert input=name output=name [endian=name]
Parameters:
input input vector map
output Name of output vector
endian endian of input vector map
options: big,little
default: big
GRASS 5.7.cvs:~ >
Cheers
Stephan
--
Stephan Holl
Check headers for GnuPG Key!
http://www.gdf-hannover.de
On Saturday 07 August 2004 01:28, Florian Goessmann wrote:
v.convert should do.
http://grass.itc.it/grass51/manuals/html57_user/v.convert.htmlcheers
On Saturday, August 07, 2004, at 03:25PM, John <jwdougherty@mcihispeed.net>
wrote:
>I have searched through the mailing-list archives without luck. Is there
> a command in GRASS 5.7 that can be used to convert GRASS 5.3 vector files
> to the 5.7 format? Even the name would be a help.
>
>Thanks,
>JWDougherty
Ah. Thank you all very much. John