Inferensys

Glossary

Supply Chain Carbon Graph

A data structure that maps an end-to-end supply chain as a network of nodes and edges, with each connection enriched with a calculated carbon footprint to identify emission hotspots.
Supply chain manager using AI negotiator on laptop, supplier data visible, casual office afternoon setup.
EMISSION NETWORK TOPOLOGY

What is Supply Chain Carbon Graph?

A Supply Chain Carbon Graph is a specialized data structure that maps an end-to-end supply chain as a network of nodes and edges, where each connection is enriched with a calculated carbon footprint to identify emission hotspots.

A Supply Chain Carbon Graph is a directed or undirected graph data structure representing a supply chain network where nodes are physical entities (suppliers, factories, warehouses, ports, customers) and edges are the transport lanes and process flows connecting them. Each edge is enriched with a calculated carbon footprint, typically expressed in kilograms of CO2 equivalent (CO2e), derived from activity data, distance, mode of transport, and fuel type. This transforms a static logistics map into a weighted emission topology.

The graph enables hotspot analysis by running pathfinding algorithms, such as Dijkstra's, to identify the highest-emission arcs and nodes in the network. It serves as the foundational data layer for carbon-aware routing engines and modal shift optimization, allowing systems to query the emission cost of any specific lane or end-to-end journey. By integrating with GLEC Framework emission factors, the graph provides auditable, granular carbon accounting for Scope 3 transportation and distribution emissions.

ARCHITECTURAL COMPONENTS

Key Features of a Supply Chain Carbon Graph

A Supply Chain Carbon Graph is a specialized data structure that models an end-to-end supply chain as a directed network of nodes and edges, where each connection is enriched with a calculated carbon footprint. This architecture enables precise emission hotspot identification and scenario modeling.

01

Node-Edge Emission Topology

The foundational structure maps physical supply chain entities as nodes (suppliers, factories, warehouses, distribution centers, customers) and transportation links as edges. Each edge carries a carbon weight calculated by multiplying activity data (ton-miles) by an emission factor (kg CO2e per ton-mile). This graph-based approach, unlike tabular accounting, preserves the spatial and relational context of emissions, enabling path-specific analysis rather than aggregate reporting.

02

Multi-Tier Emission Propagation

The graph traverses beyond direct Tier 1 suppliers to map Scope 3 upstream emissions across the entire value chain. By recursively walking the graph from a finished product node backward through component suppliers and raw material sources, the system calculates cumulative embodied carbon. This propagation uses a bill-of-materials explosion algorithm that respects the graph's directed acyclic structure, preventing double-counting when a single supplier feeds multiple downstream nodes.

03

Dynamic Emission Factor Matching

Each edge's carbon calculation relies on an Emission Factor Matching Engine that selects the appropriate CO2e conversion factor based on contextual attributes:

  • Transport mode: ocean container, air freight, truck, rail, barge
  • Fuel type: diesel, LNG, sustainable aviation fuel, electric grid mix
  • Vehicle utilization: empty running percentage, load factor
  • Geographic corridor: country-specific grid intensity The engine queries a managed database aligned with the GLEC Framework and ISO 14083 standard to ensure audit-grade consistency.
04

Hotspot Identification & Sankey Visualization

The graph enables algorithmic identification of emission hotspots—specific nodes or edges that disproportionately contribute to the total carbon footprint. By running a weighted betweenness centrality analysis, the system surfaces chokepoints where a single high-emission transport lane or supplier dominates the footprint. Results are rendered as Sankey diagrams where the width of each flow line is proportional to its carbon contribution, allowing sustainability officers to visually prioritize abatement investments.

05

Scenario Simulation & What-If Modeling

The graph serves as the computational backbone for a Carbon Digital Twin, enabling non-destructive scenario testing. Analysts can modify edge properties—such as switching a lane from air to ocean freight (modal shift) or consolidating multiple LTL shipments into a single FTL movement (load consolidation)—and instantly recompute the total network emissions. The system supports comparative diffing, highlighting the delta between baseline and proposed configurations in both absolute CO2e and Emission Intensity Index terms.

06

Auditable Carbon Data Provenance

Every emission data point in the graph carries an immutable provenance record that traces its origin, transformation, and chain of custody. This is achieved through a verifiable credential model where each node and edge is cryptographically signed by the data owner. The provenance chain captures:

  • Source: primary activity data, carrier-reported fuel consumption, or third-party emission factor database
  • Transformation: any calculation, allocation, or estimation logic applied
  • Timestamp: when the data was ingested and last updated This ensures the graph meets the evidentiary standards required for CDP disclosure and Science-Based Target validation.
SUPPLY CHAIN CARBON GRAPH

Frequently Asked Questions

Clear, technically precise answers to the most common questions about mapping, analyzing, and optimizing emissions across complex supply chain networks using graph-based data structures.

A Supply Chain Carbon Graph is a directed graph data structure that models an end-to-end supply chain as a network of nodes (suppliers, factories, warehouses, distribution centers, and customers) connected by edges (transportation lanes, production processes, and inventory holding activities), where each edge is enriched with a calculated carbon footprint expressed in kilograms of CO2 equivalent (CO2e). The graph works by ingesting primary activity data—such as ton-miles shipped, fuel consumed, kilowatt-hours used, and production volumes—and applying emission factors from databases like the GLEC Framework or ISO 14083 to compute the greenhouse gas emissions attributable to each connection. Unlike flat spreadsheet models, the graph structure preserves the directional flow of goods and the nested dependencies between tiers, enabling hotspot analysis through graph traversal algorithms that identify the highest-emission paths from raw material extraction to final delivery. The graph can be queried to answer questions like "What is the carbon intensity of a specific product's bill of materials?" or "Which transportation lane contributes the most to Scope 3 Category 4 emissions?" by aggregating edge weights along specific paths using algorithms such as Dijkstra's or weighted sum accumulation.

Prasad Kumkar

About the author

Prasad Kumkar

CEO & MD, Inference Systems

Prasad Kumkar is the CEO & MD of Inference Systems and writes about AI systems architecture, LLM infrastructure, model serving, evaluation, and production deployment. Over 5+ years, he has worked across computer vision models, L5 autonomous vehicle systems, and LLM research, with a focus on taking complex AI ideas into real-world engineering systems.

His work and writing cover AI systems, large language models, AI agents, multimodal systems, autonomous systems, inference optimization, RAG, evaluation, and production AI engineering.