How to refactor dted(foldername) function calls using the new readgeoraster() function?
7 次查看(过去 30 天)
显示 更早的评论
The dted() function has been deprecated since the last few releases, and will require refactoring code to use readgeoraster(). This new function does not take in folder paths, only file paths.
The "Compatibility Considerations" section on the dted documentation page only gives examples of using the new readgeoraster() function when passing a single dted file. It does not give examples of how to refactor code that passed in a folder to DTED files and relied on the dted() function automatically handling which files to open, reading them, concatenating them correctly, and returning the data.
Is there a way to replicate the dted(foldername, ...) functionality wihout having to dig inside dted.m and carve out the code to do this?
I know we can use dteds() to get the list of DTED files needed and pass them individually into readgeoraster, but this will not handle properly concatenating all of the files together for us.
0 个评论
回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Map Display 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!