My initial plan is to provide two pysut classes.
- SUT: very close to the previous SupplyUseTable class with a single V/U for construct and mrsut compilation
- SUTdev: Closely related to the structure which we have in the exiobase data pipeline. The main difference there are that
- multiple use layers (basic prices domestic, basic prices imports, margins, taxes ...)
- in development status: often used as a container to gather data before balancing
I believe that is the cleanest solution. A single SUT class would get quite complicated and convoluted with functions most "SUT Users" dont need. One of the methods in the SUTdev would be to collapse to SUT to avoid any code duplications.
Feedback very welcome.
My initial plan is to provide two pysut classes.
I believe that is the cleanest solution. A single SUT class would get quite complicated and convoluted with functions most "SUT Users" dont need. One of the methods in the SUTdev would be to collapse to SUT to avoid any code duplications.
Feedback very welcome.