Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 'slantRangeDistance' in geometryGeo.h5 for mintpy #42

Open
manudeo opened this issue Jan 3, 2024 · 0 comments
Open

Add 'slantRangeDistance' in geometryGeo.h5 for mintpy #42

manudeo opened this issue Jan 3, 2024 · 0 comments

Comments

@manudeo
Copy link

manudeo commented Jan 3, 2024

For some workflows in Mintpy, a slant range distance is required. It would be great if this could be added while preparing the mintpy input files. Something like this in prep_mintpy.py works:

from mintpy.utils.utils0 import incidence_angle2slant_range_distance

And after incidence angle calculation:

dsDict["slantRangeDistance"] = incidence_angle2slant_range_distance(meta, incidence_angle)

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant