diff --git a/dev/Untitled1.ipynb b/dev/Untitled1.ipynb index eec0c0a7..2d4bcc85 100644 --- a/dev/Untitled1.ipynb +++ b/dev/Untitled1.ipynb @@ -181,6 +181,62 @@ "ndb.update(\"trains\")" ] }, + { + "cell_type": "code", + "execution_count": 12, + "id": "b6cef954-758a-4a43-a501-2ae9f26d9a10", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "treatment of sewage sludge by anaerobic digestion 2.20868750418312 biomethane production, from biogas upgrading, using amine scrubbing\n", + "treatment of biowaste by anaerobic digestion 0.256065714034962 market for biogas\n", + "treatment of sewage sludge by anaerobic digestion 0.233073232468159 market for biogas\n", + "treatment of used vegetable cooking oil by anaerobic digestion 0.00489496169155372 market for biogas\n", + "treatment of sewage sludge by anaerobic digestion 2.20868750418312 biomethane production, from biogas upgrading, using amine scrubbing\n", + "treatment, effluent from NF3 production, to wastewater treatment, class 3 0.012 nitrogen trifluoride, at plant\n", + "treatment of sewage sludge by anaerobic digestion 2.20868750418312 biomethane production, from biogas upgrading, using amine scrubbing\n", + "treatment of sewage sludge by anaerobic digestion 2.20868750418312 biomethane production, from biogas upgrading, using amine scrubbing\n", + "treatment of biowaste by anaerobic digestion 0.57285 biogas purification to biomethane by pressure swing adsorption\n", + "treatment of sewage sludge by anaerobic digestion 0.93683 biogas purification to biomethane by pressure swing adsorption\n", + "treatment of biowaste by anaerobic digestion 0.57526 biogas purification to biomethane by membrane technique\n", + "treatment of sewage sludge by anaerobic digestion 0.94078 biogas purification to biomethane by membrane technique\n", + "treatment of sewage sludge by anaerobic digestion 2.20868750418312 biomethane production, from biogas upgrading, using amine scrubbing\n", + "treatment of sewage sludge by anaerobic digestion 2.20868750418312 biomethane production, from biogas upgrading, using amine scrubbing\n", + "treatment of sewage sludge by anaerobic digestion 2.20868750418312 biomethane production, from biogas upgrading, using amine scrubbing\n", + "treatment of wastewater, average, wastewater treatment 0.75 process cooling, water, for perovskite\n", + "treatment of wastewater, average, wastewater treatment 0.685579196217494 inhouse waste water treatment, for perovskite production\n", + "treatment of sewage sludge by anaerobic digestion 2.20868750418312 biomethane production, from biogas upgrading, using amine scrubbing\n", + "treatment of sewage sludge by anaerobic digestion 2.20868750418312 biomethane production, from biogas upgrading, using amine scrubbing\n", + "treatment of biowaste by anaerobic digestion 0.58372 biogas purification to biomethane by amino washing\n", + "treatment of sewage sludge by anaerobic digestion 0.9546 biogas purification to biomethane by amino washing\n", + "treatment of sewage sludge by anaerobic digestion 2.20868750418312 biomethane production, from biogas upgrading, using amine scrubbing\n", + "treatment of sewage sludge by anaerobic digestion 2.20868750418312 biomethane production, from biogas upgrading, using amine scrubbing\n", + "treatment of wastewater, average, wastewater treatment 0.000227 selective coating, sputtering\n", + "treatment of sewage sludge by anaerobic digestion 2.20868750418312 biomethane production, from biogas upgrading, using amine scrubbing\n", + "treatment of sewage sludge by anaerobic digestion 0.233134609422851 market for biogas\n", + "treatment of biowaste by anaerobic digestion 0.256133136423471 market for biogas\n", + "treatment of used vegetable cooking oil by anaerobic digestion 0.00489624552565748 market for biogas\n", + "treatment of sewage sludge by anaerobic digestion 0.93683 biogas purification to biomethane by pressure swing adsorption\n", + "treatment of biowaste by anaerobic digestion 0.57285 biogas purification to biomethane by pressure swing adsorption\n", + "treatment of sewage sludge by anaerobic digestion 0.9546 biogas purification to biomethane by amino washing\n", + "treatment of biowaste by anaerobic digestion 0.58372 biogas purification to biomethane by amino washing\n", + "treatment of sewage sludge by anaerobic digestion 0.94078 biogas purification to biomethane by membrane technique\n", + "treatment of biowaste by anaerobic digestion 0.57526 biogas purification to biomethane by membrane technique\n", + "treatment of sewage sludge by anaerobic digestion 2.20868750418312 biomethane production, from biogas upgrading, using amine scrubbing\n" + ] + } + ], + "source": [ + "db = bw2data.Database(\"remind - master 4\")\n", + "for ds in db:\n", + " for exc in ds.exchanges():\n", + " if \"treatment\" in exc[\"name\"] and exc[\"unit\"] == \"cubic meter\" and exc[\"type\"] == \"technosphere\" and exc[\"amount\"] > 0:\n", + " print(exc[\"name\"], exc[\"amount\"], ds[\"name\"])" + ] + }, { "cell_type": "code", "execution_count": 6, diff --git a/docs/transform.rst b/docs/transform.rst index 27d1aadc..66c1c4a3 100644 --- a/docs/transform.rst +++ b/docs/transform.rst @@ -1255,7 +1255,7 @@ The following table shows the correspondence between the original truck transport datasets and the new ones replacing them: ======================================================================== ======================================================================= ======================================================================= - Original dataset Replaced by (REMIND) Replaced by (IMAGE) + Original dataset Replaced by Replaced by (IMAGE) ======================================================================== ======================================================================= ======================================================================= transport, freight, lorry, unspecified transport, freight, lorry, unspecified transport, freight, lorry, unspecified transport, freight, lorry 16-32 metric ton transport, freight, lorry, 26t gross weight, unspecified powertrain transport, freight, lorry, 26t gross weight, unspecified powertrain @@ -1299,7 +1299,7 @@ the following name: ================================================================ ================================================ train transport dataset name description ================================================================ ================================================ - transport, freight, train, unspecified fleet average freight train + transport, freight, train, unspecified fleet average freight train ================================================================ ================================================ diff --git a/premise/data/additional_inventories/lci-PV-perovskite.xlsx b/premise/data/additional_inventories/lci-PV-perovskite.xlsx index b7637b11..f95810c7 100644 Binary files a/premise/data/additional_inventories/lci-PV-perovskite.xlsx and b/premise/data/additional_inventories/lci-PV-perovskite.xlsx differ diff --git a/premise/data/additional_inventories/lci-PV.xlsx b/premise/data/additional_inventories/lci-PV.xlsx index 09fc248f..485b6664 100644 Binary files a/premise/data/additional_inventories/lci-PV.xlsx and b/premise/data/additional_inventories/lci-PV.xlsx differ diff --git a/premise/data/additional_inventories/lci-batteries-SIB.xlsx b/premise/data/additional_inventories/lci-batteries-SIB.xlsx index 28d24d62..5135ea46 100644 Binary files a/premise/data/additional_inventories/lci-batteries-SIB.xlsx and b/premise/data/additional_inventories/lci-batteries-SIB.xlsx differ diff --git a/premise/data/additional_inventories/lci-graphite.xlsx b/premise/data/additional_inventories/lci-graphite.xlsx index 4e36a145..32f50849 100644 Binary files a/premise/data/additional_inventories/lci-graphite.xlsx and b/premise/data/additional_inventories/lci-graphite.xlsx differ