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

Error when extract policy cost #38

Open
debibooo opened this issue Mar 10, 2024 · 0 comments
Open

Error when extract policy cost #38

debibooo opened this issue Mar 10, 2024 · 0 comments

Comments

@debibooo
Copy link

Hi, I'm trying to extract policy cost results using gcamreader, but errors happen when applying runQuery. The query file is modified ref to example_queries and shows as follows:

<?xml version="1.0" encoding="UTF-8"?>
<queries>
  <queryGroup name="Policy Costs">
     <aQuery>
       <all-regions/>
         <costCurveQuery title="Policy Cost By Period">
            <axis1 name="Region">Curve</axis1>
            <axis2 name="Year">DataPoint</axis2>
            <xPath buildList="true" dataName="Cost" group="false" sumAll="false">PointSet/DataPoint/y/text()</xPath>
            <comments/>
         </costCurveQuery>
    </aQuery> 
  </queryGroup> 
</queries>   

the error when I run gcamreader:

image

I appreciate any suggestions and help to solve it!

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

1 participant