We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Dear all, I'm trying to use a new query to extract Input Costs from the Ag Production module, but it results in an empty table.
<aQuery> <all-regions/> <query title="ag tech input cost"> <axis1 name="technology">technology</axis1> <axis2 name="Year">technology</axis2> <xPath buildList="true" dataName="inputCosts" group="false" sumAll="false">*[@type='sector' and (local-name()='AgSupplySector')]/*[@type='subsector']/*[@type='technology']/inputCosts/text()</xPath> <comments/> </query> </aQuery>
This query is based on one included in Main_queries.xml from GCAM Core that works fine.
<aQuery> <all-regions/> <query title="ag tech variable cost"> <axis1 name="technology">technology</axis1> <axis2 name="Year">technology</axis2> <xPath buildList="true" dataName="nonLandVariableCost" group="false" sumAll="false">*[@type='sector' and (local-name()='AgSupplySector')]/*[@type='subsector']/*[@type='technology']/nonLandVariableCost/text()</xPath> <comments/> </query> </aQuery>
Thanks in advance!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Dear all, I'm trying to use a new query to extract Input Costs from the Ag Production module, but it results in an empty table.
This query is based on one included in Main_queries.xml from GCAM Core that works fine.
Thanks in advance!
The text was updated successfully, but these errors were encountered: