brightway-lca / hackathons

Organization of Brightway hackathons
5 stars 1 forks source link

Download using the URL from the given mapping file #19

Closed jsvgoncalves closed 1 year ago

jsvgoncalves commented 1 year ago

Given the (activityName, Geography, referenceProduct) tuple, get the URL from the excel file.

Files are:


LCI
LCIA
PDF
UPR
jsvgoncalves commented 1 year ago
# eidl.set_version('<spdx-string>')
eidl.get_pdf('<spdx-string>', activityName, geography, referenceProduct)

or scripting:


$ eidl get_pdf <spdx-string> <activityName> <geography> <referenceProduct>
jsvgoncalves commented 1 year ago

Tokenize the spdx string, then use that to get the correct filename.