[GRASS-user] What causes warning about excess bytes in coor file?

   While re-projecting a vector map this warning appears:

WARNING: Coor file of vector map <highest_hit_contours@topography> is
          larger than it should be (840663845 bytes excess)

   What might cause this warning?

Rich

On Thu, Sep 29, 2016 at 11:51 PM, Rich Shepard <rshepard@appl-ecosys.com> wrote:

  While re-projecting a vector map this warning appears:

WARNING: Coor file of vector map <highest_hit_contours@topography> is
         larger than it should be (840663845 bytes excess)

  What might cause this warning?

The vector map was not closed properly when it was created. This can
happen when a module creating a new vector map crashes before it
closes the vector.

Markus M

On Fri, 30 Sep 2016, Markus Metz wrote:

The vector map was not closed properly when it was created. This can
happen when a module creating a new vector map crashes before it closes
the vector.

Markus,

   Thanks for explaining.

Regards,

Rich