quintel / etsource

Data source for the Energy Transition Model
https://energytransitionmodel.com/
MIT License
12 stars 8 forks source link

Restructure and clean up inputs and gqueries #2858

Open mabijkerk opened 1 year ago

mabijkerk commented 1 year ago

Some of the inputs and gqueries on ETSource are outdated. It would be useful to clean them up, to avoid clients using inputs and gqueries that are no longer valid.

For example:

mabijkerk commented 1 year ago

Additionally, given the increasing importance of the API, our clients are using the ETSource folders themselves to find specific queries. This increases the need for:

Notifying @ChaelKruip

Charlottevm commented 1 year ago

Nice idea @mabijkerk, would actually also be nice for our own use!

mabijkerk commented 1 year ago

Added to this list is the goal to restructure and link the queries that are used by the Transition Paths tool. Currently, they use separate queries.

This causes difficulties, for example in the agriculture sector where the edge group method to query final demand does include geothermal but the node group method does not. The queries in the ETM therefore use the edge group method, but for some reason, completely new queries have been written for the Transition Paths tool and this detail for geothermal heat has been overlooked. It would be much better if the queries in the Transition Paths tool refer to the same queries that are used in the ETM.

kaskranenburgQ commented 7 months ago

Some input statements that are still used in the datasets but not by the user:

area:

Costs

kaskranenburgQ commented 7 months ago

I created a script to see if queries where referenced. I have checked for all queries if they where referenced to in the etmodel, etsource and mechanical turk repositories. Around 1300 queries where not referenced in these repositories, I will not post them here, since this will blow up this post. @mabijkerk Are there any other repositories I should check with this script, and where should I post the unreferenced queries?