grass-addons icon indicating copy to clipboard operation
grass-addons copied to clipboard

v.surf.mass: Input should be vector "area" map?

Open HuidaeCho opened this issue 2 years ago • 1 comments

@metzm The input option of v.surf.mass says Name of input vector point map, but I think it should be Name of input vector area map?

HuidaeCho avatar Oct 23 '23 04:10 HuidaeCho

Given lines like G_fatal_error(_("No areas in input vector <%s>"), in_opt->answer); and for (i = 1; i <= nareas; i++) {...if (Vect_get_area_cats(&In, i, Cats) I think "area" is correct. I would almost say that the default description should be sufficient, but this has also an optional input and the type of features expected in the input is actually something we should make more prominent.

wenzeslaus avatar Nov 07 '23 16:11 wenzeslaus