We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the new documentation of v.generalize the method option shows "string":
gs.run_command("v.generalize", input="name", output="name", method="string", threshold=float)
which is not a valid option.
Describe the solution you'd like It would pick e.g. the first option, so that the example runs.
(The threshold is not set, so it won't run, but that's a separate issue.)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the new documentation of v.generalize the method option shows "string":
which is not a valid option.
Describe the solution you'd like
It would pick e.g. the first option, so that the example runs.
(The threshold is not set, so it won't run, but that's a separate issue.)
The text was updated successfully, but these errors were encountered: