Hi,
I would to reproject a coastline vector map from XY to lat-lon-WGS84. I
have read about v.transform in 5.7 and tried it without luck.
Which would be the better way to get it reprojected?
Thanks,
Roman
Hi,
I would to reproject a coastline vector map from XY to lat-lon-WGS84. I
have read about v.transform in 5.7 and tried it without luck.
Which would be the better way to get it reprojected?
Thanks,
Roman
Mebbe you could convert it to a raster (v.to.rast), use i.group, i.target, i.points, i.rectify from your xy location, and then convert it back to a vector (r.to.vect) in your lat-long location.
-ian
On Jul 10, 2004, at 6:01 AM, tatel@euskalnet.net wrote:
Hi,
I would to reproject a coastline vector map from XY to lat-lon-WGS84. I
have read about v.transform in 5.7 and tried it without luck.Which would be the better way to get it reprojected?
Thanks,
Roman