Обзор

The endpoints here return linear contrail detections and contrail detection probabilities.

Обнаружения

Линейные отрезки, представляющие обнаруженные инверсионные следы.

Detections provide observational contrail detection data only and aren't mapped to specific flights. However, they can be filtered by time ranges, bounding box and satellite origins.

It is important to note that data consistency cannot be guaranteed for detections as detection models may be upgraded or data backfills may occur between reads.

Формат обнаружения

Detections are in GeoJSON format containing a FeatureCollection :

{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            90.23562622070312,
            44.00904083251953
          ],
          [
            91.37249755859375,
            43.36760711669922
          ]
        ]
      },
      "properties": {
        "time": "2026-01-27T12:10:00+00:00",
        "satellite_origin": "HIMAWARI-FULL-DISK"
      }
    },
    {
      "type": "Feature",
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            100.54035949707031,
            3.5992228984832764
          ],
          [
            100.66291046142578,
            3.370659112930298
          ]
        ]
      },
      "properties": {
        "time": "2026-01-27T12:10:00+00:00",
        "satellite_origin": "HIMAWARI-FULL-DISK"
      }
    },
    ...
  ]
}

Маски обнаружения

A NetCDF representing contrail detection probabilities.

Маски обнаружения предоставляют только данные наблюдений за инверсионными следами и не привязаны к конкретным полетам. Их можно фильтровать по временным диапазонам, ограничивающей рамке и источнику данных спутника. При желании можно включить смещения времени сканирования для каждого пикселя, которые измеряют разницу между временем получения спутникового изображения и фактическим временем сканирования пикселя спутником.

Note that data consistency cannot be guaranteed (for the same reasons as mentioned earlier in detections).

формат масок обнаружения

См. примеры .

Примечания

For GetDetections , the satellites used process different regions for binary detection identification, outlined below: Satellite coverage bounding boxes (flat mercator view)

Лицензия

The data exposed by the Detections API is licensed under CC BY-NC-SA 4.0 .