Open remi-braun opened 3 years ago
Maybe look at sarsen
:)
Not ideal but freshly released: https://github.com/bopen/xarray-sentinel
Thanks for the insight! 😄
I think sarsen
is from the same team but a bit lower level, so I maybe easier to be used by EOReader.
This issue will be really hard to complete, especially if ESA will keep to add new SAR constellations at this rate 😅
Orthorectifying RADARSAT data: https://gis.stackexchange.com/questions/303233/error-in-orthorectification-of-radarsat-2-scenes-with-gdal-and-rpc-dem-informa (classic RPC ortho)
Calibration
RADARSAT-2
Sentinel-1
https://sentinels.copernicus.eu/documents/247904/685163/S1-Radiometric-Calibration-V1.0.pdf/66e69a62-11ae-4160-916b-f2b97cb8a350?t=1432307754000
TerraSAR-X
COSMO Skymed
Terrain-Correction
RADARSAT-2
Use RPCs: https://gis.stackexchange.com/questions/303233/error-in-orthorectification-of-radarsat-2-scenes-with-gdal-and-rpc-dem-informa
Should be implementable like DIMAP orthorectification:
We just need to extract RPCs from
product.xml
Sentinel-1
Use GCPS, retrievable with opening directly the .SAFE product
TerraSAR-X
Simply use
TDX1_SAR__MGD_SE___SM_S_SRA_20201016T231611_20201016T231616.xml
COSMO Skymed
Use GCPS, retrievable with opening directly band from tyhe .h5 file:
COSMO/CSKS4_DGM_B_HI_04_HH_RA_FF_20201008224042_20201008224049.h5://S01/SBI
LinearToFromdB
TODO
Despeckle
TODO
Specific S1
ThermalNoiseRemoval
TODO
Apply-Orbit-File
TODO
Remove Remove-GRD-Border-Noise
TODO