-
-
Notifications
You must be signed in to change notification settings - Fork 339
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.vol.rst: Update parameter names in the example #3073
Conversation
Update code example according to the new parameters
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The overwrite is not needed when the creation is left to v.to.db, so removing v.db.addcolumn allows to remove the overwrite.
From v.to.db doc:
The column will be created in the table if it doesn't already exist... If the column exists, the --overwrite flag is required to overwrite it.
@wenzeslaus Was there any other changes you'd wanted applied here? |
Thanks @lbartoletti! |
Update code example according to the new parameters.
I'm not certain about the overwrite at line 179
v.to.db elevrand option=coor col=x,y
but it's required since column are added just before.