├── A_matrix_template.csv ├── Infosheet_template.csv ├── LICENSE ├── README.md ├── Thresholds_template.csv ├── Thresholds_template_perc.csv ├── banner.png ├── pyspa.html └── pyspa.py /A_matrix_template.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beyondepic/pyspa/HEAD/A_matrix_template.csv -------------------------------------------------------------------------------- /Infosheet_template.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beyondepic/pyspa/HEAD/Infosheet_template.csv -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beyondepic/pyspa/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beyondepic/pyspa/HEAD/README.md -------------------------------------------------------------------------------- /Thresholds_template.csv: -------------------------------------------------------------------------------- 1 | Flow,Value 2 | GHG_emissions,0.00001 3 | -------------------------------------------------------------------------------- /Thresholds_template_perc.csv: -------------------------------------------------------------------------------- 1 | Flow,Value 2 | GHG_emissions,0.1 3 | -------------------------------------------------------------------------------- /banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beyondepic/pyspa/HEAD/banner.png -------------------------------------------------------------------------------- /pyspa.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beyondepic/pyspa/HEAD/pyspa.html -------------------------------------------------------------------------------- /pyspa.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beyondepic/pyspa/HEAD/pyspa.py --------------------------------------------------------------------------------