OpenIO: Difference between revisions

From Opasnet
Jump to navigation Jump to search
Line 22: Line 22:


*Data tables extracted from OpenIO_beta1.5_C2C031711.ana
*Data tables extracted from OpenIO_beta1.5_C2C031711.ana
** DR coefficients
** Raw Satellite Matrix


==See also==
==See also==

Revision as of 16:45, 18 March 2016

Question

OpenIO contains data that is be used in economic input-output life cycle assessment.

Answer

{{#opasnet_base_link:Op_en7462}}

Total IO requirements Calculation Example

library(OpasnetUtils)
dr <- opbase.data("Op_en7462", subset = "Direct_requirements")
A <- tapply(dr$Result, dr[c("User", "Maker")], I)
tr <- solve(diag(1, dim(A)[1]) - A)
tr <- as.data.frame(as.table(tr))
colnames(tr) <- c("Selling_sector", "Purchasing_sector", "Result")

Rationale

  • Data tables extracted from OpenIO_beta1.5_C2C031711.ana
    • DR coefficients
    • Raw Satellite Matrix

See also

Keywords

References


Related files