Main
View or edit on GitHub
This page is synchronized from trase/models/cote_divoire/national_cocoa/main.ipynb. Last modified on 2025-12-13 00:30 CET by Trase Admin.
Please view or edit the original file there; changes should be reflected here after a midnight build (CET time),
or manually triggering it with a GitHub action (link).
%configure_logging
from trase.tools.sps import SupplyChain
supplychain = SupplyChain("cote_divoire/national_cocoa", 2020, commodity="cocoa")
supplychain.preparation()
supplychain.load()
supplychain.export_results()
# supplychain.upload_results()