opera-adt / COMPASS

COregistered Multi-temPorAl Sar Slc
Apache License 2.0
38 stars 17 forks source link

s1_geocode_stack.py: Add ability to read "DH" SAFE files #193

Open scottstanie opened 11 months ago

scottstanie commented 11 months ago

This adds the ability to recognize SAFE files that have HH/HV instead of VV/VH. Right now I'm raising a NotImplementedError in _get_pol_str if you try to ask for dual-pol, since I'm not sure how we're handling that elsewhere in the code and it seems like it would need some further refactoring to allow.

seongsujeong commented 11 months ago

Another thought. Currently the default pol for load_bursts() in s1-reader is fixed to vv (here). I think this functionality would be useful for the s1-reader. So, what do you think about putting this function into s1-reader @scottstanie?

scottstanie commented 11 months ago

Oh that's a great point. I knew there was somewhere that made more sense than tucked away in this stack script lol.