s1ard icon indicating copy to clipboard operation
s1ard copied to clipboard

geolocation accuracy

Open johntruckenbrodt opened this issue 3 years ago • 1 comments
trafficstars

The S1-NRB product defines a geolocation accuracy estimation as radial root mean square error (rRMSE) that is based on the accuracy of the source product and that of the DEM. This information needs to be written to the metadata. The following aspects have to be considered:

  • different values for the SLC accuracy have been reported and the source used for this product needs to be documented
  • the accuracy must be adjusted when applying ETAD correction
  • Copernicus DEM accuracy
    • values for different regions of the world can be taken from the Copernicus DEM Product Handbook
    • detailed values for individual DEM tiles can be read from an ancillary file *ACM.kml (accuracy mask); however, not all tiles contain this information.
    • the ACM file is not present in the freely available option with ID Copernicus 30m Global DEM
  • the accuracy of other supported DEMs is yet to be investigated.

The implementation could be done in multiple stages:

  • [x] make use of the global LE90 value reported in the Copernicus DEM Handbook and the accuracy values of the SLCs reported in the S1-NRB product specification. The error at 1 sigma can be estimated from LE90 as LE68 assuming Gaussian distribution
  • [ ] differentiate between global regions as reported in the DEM Handbook
  • [ ] read tile-specific accuracy if existing and fall back to values above otherwise
  • [ ] investigate other sources of SLC accuracy (for example annual Sentinel-1 performance reports) and refine the computation if possible
  • [ ] include DEM resampling error into the rRMSE computation
  • [ ] include SAR image processing error into the rRMSE computation

johntruckenbrodt avatar Jun 20 '22 16:06 johntruckenbrodt

ALE comparison between different softwares: https://github.com/s1tools/s1-etad/issues/3#issuecomment-2357683082

johntruckenbrodt avatar Sep 18 '24 09:09 johntruckenbrodt