Difference between revisions of "OpenIO"

From Testiwiki
Jump to: navigation, search
m (Rationale)
m (Rationale)
Line 22: Line 22:
  
 
*Data tables extracted from OpenIO_beta1.5_C2C031711.ana
 
*Data tables extracted from OpenIO_beta1.5_C2C031711.ana
** DR coefficients
+
** Direct requirements: DR coefficients
** Raw Satellite Matrix
+
** Elementary flows: Raw Satellite Matrix
  
 
==See also==
 
==See also==

Revision as of 16:47, 18 March 2016

Question

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

Answer

Show results

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
    • Direct requirements: DR coefficients
    • Elementary flows: Raw Satellite Matrix

See also

Keywords

References


Related files