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

Improve Interpolation when reading from a DTED DEM file #177

Closed
mkrupczak3 opened this issue Oct 28, 2024 · 0 comments · Fixed by #178
Closed

Improve Interpolation when reading from a DTED DEM file #177

mkrupczak3 opened this issue Oct 28, 2024 · 0 comments · Fixed by #178
Labels
enhancement New feature or request

Comments

@mkrupczak3
Copy link
Member

mkrupczak3 commented Oct 28, 2024

Currently, DTED elevation files produce calculation results slightly inferior in accuracy to those from GeoTIFF elevation files. My hypothesis is that the current engine's inverse distance weighting interpolation for GeoTIFF is better than how DTED files are currently parsed. The DTED parser should be updated with equivalent functionality

@mkrupczak3 mkrupczak3 added bug Something isn't working enhancement New feature or request labels Oct 28, 2024
@mkrupczak3 mkrupczak3 removed the bug Something isn't working label Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant