issues
search
IndEcol
/
pySUT
Python class for handling supply and use tables
Other
15
stars
8
forks
source link
Added all constructs applicable to untraceable SUT
#2
Closed
majeau-bettez
closed
9 years ago
majeau-bettez
commented
9 years ago
Add aPC, ITC, ETC, PSC, BTC, AAC, CTC and LSC
Dedicated normalization function handles normalizing in (almost) all constructs, handles empty rows/columns, and creates filters (nn_in, nn_out)
All constructs give the same consistent output: A, S, nn_in, nn_out, Z, F_con
Automatic generation of primary production matrix (E_bar)
Automatic generation of subsptitution matrix and alternate activity matrix in multi-regional context
A certain number of "helping functions" outside of the class definition
I tried to be thorough on the documentation
Unit tests for all, in a separate class
Now compatible with improvements and pull-request from Chris Mutel.