[GRASSLIST:9025] Re: Move Area

Hamish hamish_nospam at yahoo.com
Fri Nov 11 23:10:30 EST 2005


> >>is it possible to move an area to another place?
> >Spatially in the same projection: r.region, r.support, v.transform
..
> Ok, I tried with v.transform.
> The problem is, that it is a lat, lon projektion. But I want to move 
> 12500m north and 12500 east. How can I realize it. Is there a tag to 
> shift in meters. I fear there is no way. Or have I overseen something?

method 1) create a UTM location for your part of the world; pull in data
from lat/lon location with v.proj; use v.transform to move the data;
go back into your lat/lon location and pull the shifted data back home
with v.proj.

method 2) add a -g flag to v.transform, perhaps using the
Vect_line_geodesic_length() function that Radim recently pointed out?
[or file a wish for such a feature in the bug tracker]



Hamish




More information about the grass-user mailing list