umr-lops / L2A-wind-direction-processor

Python package to generate Level-2A wind direction files from Sentinel-1 TOPS product based on low frequency texture analysis.
MIT License
4 stars 0 forks source link

simplify workflow/dataflow to get wind directions from SLC #17

Open agrouaze opened 5 months ago

agrouaze commented 5 months ago

currently:

1) SLC ->XSARSLC xtiling-> L1B -> tiles corners 2) SLC ->sigma0 calibrated+tiles corners (L1B) -> XSARSLC interface-> patches 3) patches->L2A predictions->wdir

it could be more direct (all in L2A processor):

1) SLC->xsarslc dependance->sigma0+tiles-> in memory patches->L2A predictions->wdir

what would be needed?