2DegreesInvesting / tiltWorkflows

Make it easy to run tilt workflows
https://2degreesinvesting.github.io/tiltWorkflows/
GNU General Public License v3.0
0 stars 0 forks source link

Use `toy_emissions_profile*_ecoinvent()` #9

Open maurolepore opened 9 months ago

maurolepore commented 9 months ago

Look for

# FIXME User toy_emissions_profile_products_ecoinvent()
# See https://github.com/2DegreesInvesting/tiltToyData/pull/12
emissions_profile_products <- read_csv(toy_emissions_profile_products())
# FIXME User toy_emissions_profile_upstream_products_ecoinvent()
# See https://github.com/2DegreesInvesting/tiltToyData/pull/12
emissions_profile_upstream_products <- read_csv(toy_emissions_profile_upstream_products())
kalashsinghal commented 2 weeks ago

@maurolepore Description of this issue is not clear. Please explain the issue! Thanks!

Btw, I also looked into this PR: https://github.com/2DegreesInvesting/tiltToyData/pull/12, but couldn't understand the issue.