insarlab / MintPy

Miami InSAR time-series software in Python
https://mintpy.readthedocs.io
Other
587 stars 254 forks source link

UAVSAR support #376

Open yunjunz opened 4 years ago

yunjunz commented 4 years ago

Create an issue page here to keep track of the common discussion for UAVSAR (processed with ISCE) data support as there will be several pull requests (#374) for it.

1. YYYYMMDDTHHMMSS time format

2. PyAPS support for air-borne data

@dbekaert As I understood, @taliboliver is not using tropospheric correction with PyAPS because his study area is flat so we don't expect ERA5 will help much, thus, adjusting PyAPS to the airborne SAR data is not on the to-do list currently. We welcome contributions if someone else is interested in this.

dbekaert commented 4 years ago

Flat terrain and aps in uavsar will show a range ramp mainly because of incidence angle mapping. Even with topography APS will have strong range dependancy. Agreed that beyond the ramp the model will be too coarse to provide detailed correction. Swath is also pretty narrow.

hfattahi commented 4 years ago

I would just use the full time "YYYYMMDDTHHMMSS" which can point to the center of the scene.

yunjunz commented 4 years ago

Sounds good @hfattahi, let's do that then.