TerraSAR -> GeoTIFF Conversion

Converts TerraSAR EEC data to GeoTIFF data format and optionally clips the image.


Description

A processing block that converts TerraSAR-X EEC images to the GeoTIFF format.

See this block on the marketplace.

How it works

ParameterOverview
bboxarray of integers / required if
Required if intersects isn't specified.
A bounding box to use as an AOI. Will clip to scenes that intersect with this box.
intersectsobject / required if
Required if bbox isn't specified.
A GeoJSON geometry to use as an AOI. Will clip to scenes that intersect with this geometry.
clip_to_aoiboolean / required
Whether the specified AOI should be clipped before processing:
  • true — The AOI should be clipped first.
  • false — The full scene should be processed.
The default value is false.

Compatibility

Data blocks

This block does not work with TerraSAR-X SSC Full Scenes (Sample Data).

Example

An example query using bbox and clip_to_aoi.

{
  "platforms-up42-up42pitch-tsx-block-eec:1": {
    "ids": null,
    "time": "2018-01-01T00:00:00+00:00/2029-12-31T23:59:59+00:00",
    "limit": 1,
    "time_series": null,
    "orbit_direction": "",
    "acquisition_mode": "",
    "bbox": [-122.057593, 37.345975, -121.992384, 37.404387]
  },
  "up42-terrasar-geotiff-conversion:1": {
    "bbox": [-122.057593, 37.345975, -121.992384, 37.404387],
    "intersects": null,
    "clip_to_aoi": true
  }
}

Output format

{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "bbox": [-122.05833364772081, 37.345431145684856, -121.99159068021468, 37.40492846417565],
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [-121.99159068021468, 37.345431145684856],
            [-121.99159068021468, 37.40492846417565],
            [-122.05833364772081, 37.40492846417565],
            [-122.05833364772081, 37.345431145684856],
            [-121.99159068021468, 37.345431145684856]
          ]
        ]
      },
      "properties": {
        "format": "image/tiff",
        "organisationName": "Airbus Defence and Space GmbH",
        "productCategory": "sar",
        "id": "tsxx-coord_2020-09-18-10:07:26,013",
        "acquisition_time": "2020-08-17T02:01:26.787Z",
        "acquisition_mode": "SM",
        "orbit_direction": "ASCENDING",
        "processing_mode": "EEC",
        "custom.airbus.data.sar.eec": "a4248ce2-f8c0-467c-a3fb-7bd565594e2d",
        "up42.data_path": "TDX1_SAR__EEC_SE___SM_S_SRA_20200817T020126_20200817T020135/IMAGE_HH_SRA_strip_009.tif",
        "scene_id": "TDX1_SAR__EEC_SE___SM_S_SRA_20200817T020126_20200817T020135"
      }
    }
  ]
}

Capabilities

Input

Output

To know more please check the block capabilities specifications.