-
Notifications
You must be signed in to change notification settings - Fork 11
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
basex->csv #23
Comments
Sorry -- I initially misdiagnosed that. There was an error in the code that I'm fixing now. I'll push a new version of pygcam when I've debugged it. However, you have called the function incorrectly. The Still, using the function:
which is used internally by pygcam's |
I've pushed the bug fix in version 10.0.1 to git and the pip server. Thanks for reporting the error! Note that your |
FWIW, here's my test program. This script must be run from the
Here are the contents of elasticity_queries.xml:
|
It seems not works for me. Thus I try another method, and I start basex docker from https://github.com/BaseXdb/, at the same time, I mount my output_database to the docker container. Can you give me a tutorial about how to translate the Query.xml to basex query sentence! |
No, sorry. I have no experience with using BaseX with docker.
This suggests that your class path is incorrect, since the BaseX jar file hasn't been found. Unfortunately, the configuration of GCAM and pygcam are complex enough that it is virtually impossible to debug remotely based on such limited information. As I suggested earlier, please contact me via email to follow up. |
Hello:
I want to process the output, the output basex folder is 'output/database_basexdb/'
the query is 'input/queries.xml'
the code is like follow:
the exception is like follow:
As i am a new bird in pygcam, i can not find the tutorial of using 'queries.xml' to query in basex.
Looking forward to your reply!
Best wishes!
The text was updated successfully, but these errors were encountered: