-
Notifications
You must be signed in to change notification settings - Fork 24
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
Standalone Python Crayfish processing: Incorrect parameter value for CRAYFISH_INPUT_TIMESTEP #449
Comments
Timestep is
so you probably need |
May I ask you to give some more details to what exactly should the CRAYFISH_INPUT_TIMESTEP value be, in the form of Thanks a lot! |
|
Unfortunately this does not work.
Error:
|
Thinking about it, the timestep parameter is only in the plugin and not natively supported in QGIS core. So maybe it does not work ATM from script. we are planning to port the whole processing to QGIS, but we are looking for funds and time slot. |
@maetal could you try again with the latest Crayfish and QGIS? |
I am trying to convert meshes to faces-polygons using a standalone python-script. I successfully added the CrayfishProcessingProvider to the progessingRegistry but I am unable to execute the algorithm.
Here the code snippet I am using:
The code crashed with the following error:
--> I get the same error running the code from the Processing-History it in the Python-Console in QGIS
When using the GUI-based Processing toolbox I get a Dropdown-List for "Timestep" where only one value is present: '0:00:00'.
I have tried various parameter values for CRAYFISH_INPUT_TIMESTEP, including int and str as it is mentioned in
processing.algorithmHelp('crayfish:CrayfishExportMeshFaces')
What is the default/correct input value for CRAYFISH_INPUT_TIMESTEP?
Thank you and best regards!
The text was updated successfully, but these errors were encountered: