๐Ÿš€ Searoutes Cycle 16 updates โ€“ Q3 2024

We are excited to announce the latest enhancements in Cycle 16, delivering critical updates to our Shipment API, emissions reporting, and AIS handling.

Here's what's new:


๐Ÿ“‰ Carbon Report and Carbon Act automated dashboards

Weโ€™ve made it easier for users to visualize, report and act on carbon emissions. No more manual scripts or output CSV files โ€” we made it easy and quick to compute and see.

How does it work?

Simply upload your CSV file, and weโ€™ll handle the restโ€”processing it, calculating emissions and recommandations, and delivering detailed carbon dashboards right within our app. Youโ€™ll also be able to download all the data for deeper insights.

To explore our solutions, get a clear understanding of what our APIs can deliver and what solutions you can build with it, please have a look here and request a demo.


๐Ÿ›ซ Addition of the flight number functionality to the Shipment API

Weโ€™ve added the ability to calculate emissions directly from flight numbers in the Shipment API. This improvement lets us calculate emissions at the aircraft and route level for more accurate data, providing a new emission model called gcd-actual-icao. When the route is found but the aircraft could not be retrieved, the calculation will still be more accurate thanks to the route adjustment. In that case, the model is gcd-actual-emissionfactors.

Hereโ€™s an example of the request you can make:

{
  "orders": [
    {
      "type": "PALLET",
      "quantity": 1,
      "weight": 300
    }
  ],
  "legs": [
    {
      "from": "FCO",
      "to": "PER",
      "mode": "air",
      "details": {
        "flight": "QF6"
      }
    }
  ]
}
{
    "parameters": {
        "orders": [
            {
                "type": "PALLET",
                "quantity": 1,
                "weight": 300
            }
        ],
        "details": {}
    },
    "co2e": {
        "total": 1350256,
        "wtt": 282143,
        "ttw": 1068113,
        "intensity": 0.33702
    },
    "legs": [
        {
            "from": {
                "locode": "ITFCO",
                "coordinates": [
                    12.2388889,
                    41.8002778
                ],
                "city": "Leonardo da Vinciโ€“Fiumicino Airport",
                "country": "Italy",
                "region": "Mediterranean/Black Sea"
            },
            "to": {
                "locode": "AUPER",
                "coordinates": [
                    115.96700286865234,
                    -31.94029998779297
                ],
                "city": "Perth International Airport",
                "country": "Australia",
                "region": "Oceania"
            },
            "tradeLane": "Europe to-from Oceania",
            "mode": "air",
            "parameters": {
                "details": {
                    "flight": "QF6"
                }
            },
            "properties": {
                "dataType": "MODELED",
                "distance": 13354911,
                "model": {
                    "name": "gcd-actual-icao"
                },
                "flight": {
                    "number": "6",
                    "iata": "QF6",
                    "icao": "QFA6"
                },
                "aircraft": {
                    "iata": "789",
                    "icao": "B789",
                    "manufacturer": "BOEING",
                    "model": "Boeing 787-9 pax",
                    "type": "PASSENGER"
                },
                "orders": [
                    {
                        "type": "PALLET",
                        "quantity": 1,
                        "weight": 300,
                        "co2e": {
                            "total": 1350256,
                            "ttw": 1068113,
                            "wtt": 282143,
                            "intensity": 0.33702
                        }
                    }
                ]
            },
            "co2e": {
                "total": 1350256,
                "wtt": 282143,
                "ttw": 1068113,
                "intensity": 0.33702
            }
        }
    ]
}

๐Ÿšง

While the functionality is live and operational in the API, the data quality is not yet up to our expectations. We're actively working on securing a provider that meets our high standards for accuracy and reliability.


๐Ÿ“ˆ Improvement of historical model in the Shipment API

Weโ€™ve improved how the Shipment API (shipment/v2/report/co2) handles historical data. Previously, if the scac and imo didnโ€™t match, the fallback was the sfd-direct-imo model, which calculates emissions at the vessel level with a direct route. Now, weโ€™ve removed the scac constraint in the historical model when the imo is valid, unlocking more accurate historical emissions data. This means users get more reliable results even when thereโ€™s a mismatch between scac and imo, helping them reduce noise in their data while improving the accuracy in the response.


๐Ÿ“• Yang Ming scac code update

Weโ€™ve added support for Yang Mingโ€™s new scac code (YMJA), ensuring smooth emissions calculations. Whether you use YMJA or the previous code YMLU, youโ€™ll get consistent emissions results.


๐Ÿ‘€ Preview of Cycle C17

In the upcoming cycle, we will focus on:

  • Adding biomethanol as a fuel option for sea emissions reporting.
  • Supporting hydrogen emissions for road, starting with gaseous hydrogen for fuel cell vehicles (FCVs).
  • Continuing work on improving flight route emissions data with enhanced accuracy.


๐Ÿ“˜

You just read our Product Update ๐Ÿ‘

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