Sentinel-1 SAR SAFE Raster Reader
FME can read data in the Sentinel-1 SAR SAFE format.
Overview
The European Space Agency’s Sentinel-1 is a system of two satellites carrying Synthetic Aperture Radar (SAR) equipment designed to monitor land surfaces, land surface motion, oceans, and sea ice.
Sentinel-1 SAR SAFE Level-1 products are comprised of a folder structure containing a manifest file as well as subfolders for annotation, measurement, preview, and support data. The measurement folder holds GeoTIFF files containing radar data. Each GeoTIFF file contains the raster data for a given polarization and swath.
- Level-0 (unprocessed RAW/DAT) and Level-2 (NetCDF) products are not supported.
- OCN (Ocean) products are only available as Level-2 products and are not supported.
- Ground Range Detected (GRD) products contain GeoTIFFs with a single UInt16 band.
- Single-Look Complex (SLC) products contain GeoTIFFs with a single CInt16 band.
- The reader supports Ground Control Points (GCPs) in the GeoTIFF files.
- Sentinel-1 products can be downloaded from the Sentinels Scientific Data Hub.
Reader Overview
For each SENTINEL1 dataset, there is only a single feature returned, since this feature will contain the entire raster. It may contain several bands, depending on the type of capture.
FME considers a single SENTINEL1 product folder (with the file extension .SAFE) to be a dataset. The manifest.safe file in this folder is processed by the reader.
FME Raster Features
FME raster features represent raster data and use several concepts that are unlike those used in the handling of vector data.
For comprehensive information about how FME processes raster data, see Rasters.