-
Something that I can call to give me a version number from the WBT? |
Beta Was this translation helpful? Give feedback.
Answered by
giswqs
Oct 23, 2022
Replies: 3 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dwormuth
-
Thanks, anything to call from python so I can embed the version in the
result report? Other than an exec type call I guess?
…On Sun, Oct 23, 2022 at 1:43 PM Qiusheng Wu ***@***.***> wrote:
./whitebox_tools --version
—
Reply to this email directly, view it on GitHub
<#288 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAUO3YBJC457AGZ6UAHCE3WEWPN3ANCNFSM6AAAAAARMOB3OI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes, you can use: print("Version information: {}".format(wbt.version())) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
./whitebox_tools --version