πŸš€ Searoutes Cycle 17 updates – Q3 2024

We’re excited to share the latest updates from Cycle 17, where we’ve added new supported fuels for sea and road, and kept working on improving the flight route feature.


βš“ Biomethanol fuel addition for sea emissions reporting

Our Shipment API (shipment/v2/report/co2) and CO2 direct sea endpoint (/co2/v2/direct/sea) now support emissions reporting for vessels running on BIOMETHANOL.

  • We’ve implemented the emission factors for biomethanol using GREET factors, revised according to Smart Freight Center recommendations.
  • Biomethanol vessels are now properly handled with biomethanol fuel, including the following list so far: Laura Maersk (IMO 9944546), Ane Maersk (IMO 9948748), Astrid Maersk (IMO 9948750), Alexandra Maersk (IMO 9948786), Antonia Maersk (IMO 9948762), Adrian Maersk (IMO 9948815).
{
  "orders": [
    {
      "type": "CONTAINER",
      "quantity": 1,
      "weight": 300
    }
  ],
  "legs": [
    {
      "from": "SGSIN",
      "to": "DEBRV",
      "mode": "sea",
      "details": {
        "vessel": {
          "name": "Laura Maersk",
          "imo": "9948762"
        }
      }
    }
  ]
}

πŸ”‹ Hydrogen fuel addition for road emissions reporting

We now support hydrogen in our road freight emissions calculations. This feature is based on the GREET factors, approved by Smart Freight Center, and focuses on gaseous hydrogen for fuel cell vehicles (FCVs).

We chose to focus on FCVs because they are currently the most widely used application of hydrogen in transportation, making it the most relevant option for our clients seeking low-emission road freight solutions.

Emission factors for hydrogen are integrated into the Shipment API (shipment/v2/report/co2) and CO2 direct road endpoint (/co2/v2/direct/road), and available using HYDROGEN_GASEOUS_FCV as an input.


{
  "orders": [
    {
      "type": "CONTAINER",
      "sizeTypeCode": "20GP",
      "quantity": 1,
      "weight": 300
    }
  ],
  "legs": [
    {
      "from": "USMIA",
      "to": "USORL",
      "mode": "road",
      "details": {
        "fuelType": "HYDROGEN_GASEOUS_FCV"
      }
    }
  ]
}
{
    "parameters": {
        "orders": [
            {
                "type": "CONTAINER",
                "quantity": 1,
                "weight": 300,
                "sizeTypeCode": "20GP"
            }
        ],
        "details": {}
    },
    "co2e": {
        "total": 6382,
        "wtt": 6382,
        "ttw": 0,
        "intensity": 0.05635
    },
    "legs": [
        {
            "from": {
                "locode": "USMIA",
                "coordinates": [
                    -80.15872990319636,
                    25.765892822514633
                ],
                "city": "Miami",
                "country": "United States",
                "region": "North America - East Coast"
            },
            "to": {
                "locode": "USORL",
                "coordinates": [
                    -81.36666666666666,
                    28.533333333333335
                ],
                "city": "Orlando Executive Airport",
                "country": "United States",
                "region": "North America - East Coast"
            },
            "tradeLane": "Intra North America",
            "mode": "road",
            "parameters": {
                "details": {
                    "fuelType": "HYDROGEN_GASEOUS_FCV",
                    "carrier": {}
                }
            },
            "properties": {
                "dataType": "DEFAULT",
                "distance": 377500,
                "model": {
                    "name": "sfd-direct-emissionfactors"
                },
                "region": "North America",
                "carrierScac": null,
                "truck": {
                    "minSize": null,
                    "maxSize": null,
                    "loadFactor": null,
                    "emptyRunning": null,
                    "fuel": "HYDROGEN_GASEOUS_FCV",
                    "combinedEmptyRunningLoadFactor": null
                },
                "containerSizeTypeCode": "20GP",
                "orders": [
                    {
                        "type": "CONTAINER",
                        "quantity": 1,
                        "weight": 300,
                        "sizeTypeCode": "20GP",
                        "co2e": {
                            "total": 6382,
                            "wtt": 6382,
                            "ttw": 0,
                            "intensity": 0.05635
                        }
                    }
                ]
            },
            "co2e": {
                "total": 6382,
                "wtt": 6382,
                "ttw": 0,
                "intensity": 0.05635
            }
        }
    ]
}

✈️ Flight routes feature

The flight routes feature is available since the last cycle, improving emissions accuracy by calculating based on actual aircraft and routes. However, it's still a work in progress to ensure data quality. We are still working on improving the response rate by assessing new external data providers, stay tuned !


πŸ‘€ Preview of Cycle C18

In the next cycle, we’re focusing on enhancing the vessel search, tracking, and emissions reporting functionalities. These improvements will bring greater accuracy when searching for vessels by name or IMO, ensuring that both current and historical data are seamlessly retrieved, to offer users more reliable, accurate and complete results.



πŸ“˜

You just read our Product Update πŸ‘

We'd love to hear what you think about these updates. Send us your feedback at [email protected]!