Hi
in GRASS 5.7 what is the command to ransform the XY coordinates into lat lon
thanks
Daniele
--
Daniele Scarselli
Agronomo
Corso Amedeo 141, 57125
Livorno
Cell. +393487044067
scarselli@faunalia.it
www.faunalia.it
in GRASS 5.7 what is the command to ransform the XY coordinates into
lat lon
From the on-line tutorial [*]:
http://grass.ibiblio.org/gdp/grass5tutor/HTML_en/c1030.html
good luck,
Hamish
[*] http://grass.ibiblio.org/gdp/grass5tutor/HTML_en/book1.html
On Wed, Mar 17, 2004 at 03:14:37PM +0000, Daniele Scarselli wrote:
Hi
in GRASS 5.7 what is the command to ransform the XY coordinates into lat lon
thanks
Daniele
You could use v.transform (points as vector points):
http://grass.itc.it/grass51/manuals/html57_user/v.transform.html
But it's just a linear transformation (shifting, scaling and rotation).
Markus