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

[Help]: How to get lat/lon after export of displacement/velocity #173

Open
gzauner opened this issue Oct 4, 2024 · 2 comments
Open

[Help]: How to get lat/lon after export of displacement/velocity #173

gzauner opened this issue Oct 4, 2024 · 2 comments

Comments

@gzauner
Copy link

gzauner commented Oct 4, 2024

Hi Alexey!
How can I get the lat/lon coordinates after export (materialize) of disp_sbas or velocity_sbas?
-> disp_sbas = sbas.sync_cube(disp_sbas, 'disp_sbas')
The resulting array/cube is in pixel coordinates - but how can I reference these pixel numbers to lat/lon coordinates?

Thanks!
Gerry

@AlexeyPechnikov
Copy link
Owner

Use the function Stack.ra2ll() for geocoding. For your sbas object and disp_sbas variable, it would be sbas.ra2ll(disp_sbas).

@gzauner
Copy link
Author

gzauner commented Oct 4, 2024

Thank you for the quick reply!

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

2 participants