[GRASS-dev] how to fix coor file size error

In GRASS 7, how can you fix the following error?

Coor file of vector map <coast3@SAA2012_survey_analysis> is larger than it should be (154662962 bytes excess)

I’ve tried v.build and v.clean, copying to a new vector, and even v.type. Nothing seems to work.

Michael


C. Michael Barton
Visiting Scientist, Integrated Science Program
National Center for Atmospheric Research &
University Consortium for Atmospheric Research
303-497-2889 (voice)

Director, Center for Social Dynamics & Complexity
Professor of Anthropology, School of Human Evolution & Social Change
Arizona State University
www: http://www.public.asu.edu/~cmbarton, http://csdc.asu.edu

On Wed, Apr 11, 2012 at 12:19 AM, Michael Barton <Michael.Barton@asu.edu> wrote:

In GRASS 7, how can you fix the following error?

Coor file of vector map <coast3@SAA2012_survey_analysis> is larger than it
should be (154662962 bytes excess)

That can happen if a module exists with an error before the new vector
is properly closed.

I've tried v.build and v.clean, copying to a new vector, and even v.type.
Nothing seems to work.

The output vector of v.clean and v.type should no longer show this
warning (e.g. v.info of the output), granted that the module finished
successfully.

HTH,

Markus M