You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Logistics emissions account for a significant share of global greenhouse gas emissions.
22
-
- This document specifies a data model and [=data transactions=] necessary for the interoperable exchange of primary logistics emissions data
22
+
- This document specifies a data model and [=data transactions=] necessary for the interoperable exchange of primary logistics emissions data.
23
23
- The data model [[#data-model]] and the foundational data transactions ([[#txns]]) build upon the [[!GLEC]] Framework, the Pathfinder Framework, and the Pathfinder Technical Specifications.
24
24
- By implementing this specification, different stakeholders of the logistics value chain can exchange data to enable logistics emissions calculation for [=shipments=].
25
25
- This technical specification is based on the [[!GLEC]] Framework, the related [[!ISO14083|ISO 14083]], and the Data Exchange Project of [=SFC=].
@@ -126,7 +126,7 @@ Advisement: The current technical specifications are undergoing continuous refin
126
126
:: A party that is offering transport services
127
127
128
128
: <dfn>Host System</dfn>
129
-
:: See Pathfinder Tech Specs for the definition.
129
+
:: See [Pathfinder Tech Specs](https://wbcsd.github.io/tr/2023/data-exchange-protocol-20231207/#host-system) for the definition.
130
130
Here, a host system additionally implements support for 1 or more data transactions ([[#txns]]).
131
131
132
132
: <dfn>ShipmentFootprint</dfn>
@@ -280,7 +280,7 @@ The [=Transport Service Organizer=] or a [=Transport Service User=] CAN then ret
280
280
281
281
# End-to-End Example # {#example}
282
282
283
-
Note: non-normative section
283
+
Note: Non-normative section
284
284
285
285
This section provides an end-to-end example of how the data transactions ([[#txns]])
286
286
enable logistics emissions transparency for a single shipment.
@@ -353,15 +353,15 @@ For this, the Transport Service Organizer `Z` performs the following data transa
353
353
After Transport Service Organizer `Z` has performed its data collection, the Transport Service User `S`
354
354
can calculate the logistics emissions of the shipment by
355
355
356
-
1. collecting the <{TCE|TCEs}> from `S` using the [=shipment id=] and [[#txn1]], storing the resulting <{TCE|TCEs}> in e.g. its database
356
+
1. collecting the <{TCE|TCEs}> from `S` using the [=shipment id=] and [[#txn1]], storing the resulting <{TCE|TCEs}> in e.g. its database.
357
357
1. `S` can further verify the <{TCE|TCEs}> by collecting the <{TOC|TOCs}> from `Z` using [[#txn2]]
358
-
2. To compute the logistics emissions, `Z` can form the [=TC=] from the collected <{TCE|TCEs}> by taking the <{TCE|TCEs}> of step 1 and
358
+
1. To compute the logistics emissions, `Z` can form the [=TC=] from the collected <{TCE|TCEs}> by taking the <{TCE|TCEs}> of step 1 and
359
359
by calculating the logistics emissions for this shipment by following the [[!GLEC]] Framework and ISO 14083.
360
360
361
361
362
362
## Example HTTP Calls ## {#example-http}
363
363
364
-
### Data Collection by `Z` ### {#example-http-z}
364
+
### Data Collection by Transport Service Organizer `Z` ### {#example-http-z}
365
365
366
366
To collect the <{TCE|TCEs}> from Carrier `A`, `Z` performs the following HTTP call.
367
367
@@ -372,7 +372,7 @@ Note: The call to `/footprints` can return several footprints, 1 for each shipme
372
372
The highlighted lines show the data exchanged according to the <{ShipmentFootprint}> data model.
373
373
374
374
<div class=example>
375
-
Example HTTP Request (cURL) to collect TCE Data from Carrier A:
375
+
Example HTTP Request (cURL) to collect TCE Data from Carrier A (please note that an actual API call would require authentication):
0 commit comments