[GRASSLIST:9238] d.vect gives error

Hello

I found neccessary command to generate contours from DEM.

But after generating contours using r.contours. d.vect gives:

GRASS_INFO_WARNING(10978,1): coor files of vector 'elv2_cont3@orkun' is larger than it should be (14 bytes excess).

what can I do ?

regards

Ahmet Temiz

______________________________________
XamimeLT - installed on mailserver for domain @deprem.gov.tr
Queries to: postmaster@deprem.gov.tr
______________________________________
The views and opinions expressed in this e-mail message are the sender's own
and do not necessarily represent the views and the opinions of Earthquake Research Dept.
of General Directorate of Disaster Affairs.

Bu e-postadaki fikir ve gorusler gonderenin sahsina ait olup, yasal olarak T.C.
B.I.B. Afet Isleri Gn.Mud. Deprem Arastirma Dairesi'ni baglayici nitelikte degildir.

try

v.build elev2_cont

what does it write?

jachym

On Tue, Nov 29, 2005 at 11:18:16AM +0200, orkun wrote:

Hello

I found neccessary command to generate contours from DEM.

But after generating contours using r.contours. d.vect gives:

GRASS_INFO_WARNING(10978,1): coor files of vector 'elv2_cont3@orkun' is
larger than it should be (14 bytes excess).

what can I do ?

regards

Ahmet Temiz

______________________________________
XamimeLT - installed on mailserver for domain @deprem.gov.tr
Queries to: postmaster@deprem.gov.tr
______________________________________
The views and opinions expressed in this e-mail message are the sender's own
and do not necessarily represent the views and the opinions of Earthquake
Research Dept.
of General Directorate of Disaster Affairs.

Bu e-postadaki fikir ve gorusler gonderenin sahsina ait olup, yasal olarak
T.C.
B.I.B. Afet Isleri Gn.Mud. Deprem Arastirma Dairesi'ni baglayici nitelikte
degildir.

--
Jachym Cepicky
e-mail: jachym.cepicky@centrum.cz
URL: http://les-ejk.cz
GPG: http://les-ejk.cz/gnupg_public_key/
-----------------------------------------
OFFICE:
Department of Geoinformation Technologies
LDF MZLU v Brnì
Zemìdìlská 3
613 00 Brno
e-mail: xcepicky@node.mendelu.cz
URL: http://mapserver.mendelu.cz
Tel.: +420 545 134 514

Jachym Cepicky wrote:

try

v.build elev2_cont

what does it write?

jachym

On Tue, Nov 29, 2005 at 11:18:16AM +0200, orkun wrote:

Hello

I found neccessary command to generate contours from DEM.

But after generating contours using r.contours. d.vect gives:

GRASS_INFO_WARNING(10978,1): coor files of vector 'elv2_cont3@orkun' is larger than it should be (14 bytes excess).

what can I do ?

regards

Ahmet Temiz

______________________________________
XamimeLT - installed on mailserver for domain @deprem.gov.tr
Queries to: postmaster@deprem.gov.tr
______________________________________
The views and opinions expressed in this e-mail message are the sender's own
and do not necessarily represent the views and the opinions of Earthquake Research Dept.
of General Directorate of Disaster Affairs.

Bu e-postadaki fikir ve gorusler gonderenin sahsina ait olup, yasal olarak T.C.
B.I.B. Afet Isleri Gn.Mud. Deprem Arastirma Dairesi'ni baglayici nitelikte degildir.

thank you

v.build map=elv2_cont3 option=build

GRASS_INFO_WARNING(13283,1): coor files of vector 'elv2_cont3@orkun' is larger than it should be (14 bytes excess).

regards

______________________________________
XamimeLT - installed on mailserver for domain @deprem.gov.tr
Queries to: postmaster@deprem.gov.tr
______________________________________
The views and opinions expressed in this e-mail message are the sender's own
and do not necessarily represent the views and the opinions of Earthquake Research Dept.
of General Directorate of Disaster Affairs.

Bu e-postadaki fikir ve gorusler gonderenin sahsina ait olup, yasal olarak T.C.
B.I.B. Afet Isleri Gn.Mud. Deprem Arastirma Dairesi'ni baglayici nitelikte degildir.

I found neccessary command to generate contours from DEM.

But after generating contours using r.contours. d.vect gives:

GRASS_INFO_WARNING(10978,1): coor files of vector 'elv2_cont3@orkun'
is larger than it should be (14 bytes excess).

what can I do ?

try v.build and/or v.clean to fix any errors in vector maps.

Hamish