找不到迁移生物圈-2-3-类别

Can't find migration biosphere-2-3-categories

我导入一个 Excel 数据库:

imp = bw.ExcelImporter(os.path.join("myfile.xls"))

然后对其应用策略:

imp.apply_strategies()

但是出现了这个问题:

AssertionError: Can't find migration biosphere-2-3-categories

我想了解发生了什么,实际上这个“迁移生物圈 2-3”是什么? 我在 excel 文件中的交流只涉及 biosphere-3... 但我想这与它没有太大关系。

运行 函数 bw2io.bw2setup calls the function bw2io.migrations.create_core_migrations,它安装元数据集以从一个命名系统转换为另一个命名系统。如果你找不到这个迁移数据,那么你需要导入并调用create_core_migrations.

ecoinvent version 2 to version 3 here.

可以看到基本流类别名称的实际变化