Is it possible that v.in.ascii and v.out.ascii use
(y,x) coordinates instead of (x,y) ?Agus
Agustin,
You could use a awk script on the input or otput ascii file
to interchange de columns. Something you could start from
looks like:
gawk '{if ($1 !~ "[0-9]") print $0; else print $2,$1 }' ascii_file
Hope this helps
Alejandro Hinojosa
Research Associate
Earth Sciences Division
CICESE (Centro de Investigacion Cientifica y Educacion Superior de Ensenada)
Ensenada, Baja California, Mexico.
Mailing address: P.O. Box 434843
San Diego Ca. 92143-4843
voice; (01152)6174-4501 to 08 fax:(01152)6174-4933
email: alhinc@cicese.mx (158.97.1.33)