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

Sort out DEM resampling for InSAR #254

Open
talogan opened this issue May 10, 2021 · 0 comments
Open

Sort out DEM resampling for InSAR #254

talogan opened this issue May 10, 2021 · 0 comments

Comments

@talogan
Copy link
Contributor

talogan commented May 10, 2021

Possibly out of scope for this PR, but I notice the DEM geotiff comes out with a pixel size of 80m/40m for 20x4/10x2 looks, even though we originally downsample the input DEM to 160m/80m. I looks like that's because we set oversampling to 2 when calling GC_map_mod and gc_map, which resamples the DEM back to 80m/40m:
https://github.com/ASFHyP3/hyp3-lib/blob/develop/hyp3lib/SLC_copy_S1_fullSW.py#L63

That seems unproductive? Should we resample the input DEM to 80m/40m at the start and avoid possibly throwing away resolution?

Originally posted by @asjohnston-asf in #247 (comment)

@talogan talogan changed the title Sort out DEM resampling for InAR Sort out DEM resampling for InSAR May 10, 2021
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