Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
HuidaeCho opened this issue Oct 23, 2023 · 1 comment
Open

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

HuidaeCho opened this issue Oct 23, 2023 · 1 comment
Assignees
Labels
bug Something isn't working C Related code is in C manual Documentation related issues

Comments

@HuidaeCho
Copy link
Member

@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?

@wenzeslaus
Copy link
Member

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 wenzeslaus added bug Something isn't working manual Documentation related issues C Related code is in C labels Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working C Related code is in C manual Documentation related issues
Projects
None yet
Development

No branches or pull requests

3 participants