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

Plant file not recognized for conversion to txt file #7

Open
htribouillois opened this issue Oct 5, 2021 · 1 comment
Open

Plant file not recognized for conversion to txt file #7

htribouillois opened this issue Oct 5, 2021 · 1 comment

Comments

@htribouillois
Copy link

Hello,

I would like to convert my usms folders into text files before the calibration of the plant file.

I use this code:
javastics = normalizePath("0-javastics", winslash = "/")
javastics_workspace_path = normalizePath("0-data/usms/sojaPrecoce2012-SC", winslash = "/")
stics_inputs_path = normalizePath("3-calibration", winslash = "/", mustWork = FALSE)
gen_usms_xml2txt(javastics_path = javastics, workspace_path = javastics_workspace_path,
target_path = stics_inputs_path, verbose = TRUE)

But I get this error message :
Error in gen_usms_xml2txt(javastics_path = javastics, workspace_path = javastics_workspace_path, :
Missing files have been detected for usm(s): SojaPrecoce-SC2012 . Please note that with SticsRpacks, plant folder (that contains plant files) can be located either inside the workspace or in the JavaStics path.
Check that your plant files exist in one of these.

However the plant file is in the usm folder (I tested in a specific folder "plant" or directly with the other files of the usm folder)
I use the version "Stics_IC_v09-09-2021.exe" of stics.

Why is the plant file not recognized? Is there a version problem?

Thank you in advance for your help.

@sbuis
Copy link
Member

sbuis commented Oct 5, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants