Dear List,
I digitized a vegetation map and now I want to transform a centroid using ‘v.transform’ only using (x,y) values. I am getting this “failure” message on the Command Console of the Layer Manager:
Command ‘d.vect map=SSOOF_map_vtransform@Vegetation_30m’
failed
Details: Coor files of vector map
<SSOOF_map_vtransform@Vegetation_30m> is larger than it
should be (240 bytes excess)
I am working in a UTM location at 30m res. This is a tiny centroid and the module runs without error message. I tried to transform the vector with and without -s flag (use transformation parameters instead of points).
What is the problem?
Thank you!
BÜLENT
On Thu, Aug 15, 2013 at 8:35 AM, Bulent Arikan <bulent.arikan@gmail.com> wrote:
Dear List,
I digitized a vegetation map and now I want to transform a centroid using
'v.transform' only using (x,y) values.
Hi Bülent,
which GRASS version are you using?
I am getting this "failure" message
on the Command Console of the Layer Manager:
Command 'd.vect map=SSOOF_map_vtransform@Vegetation_30m'
failed
Details: Coor files of vector map
<SSOOF_map_vtransform@Vegetation_30m> is larger than it
should be (240 bytes excess)
I am working in a UTM location at 30m res. This is a tiny centroid and the
module runs without error message.
what does v.info report on the resulting vector map?
Markus