How to refactor dted(foldername) function calls using the new readgeoraster() function?
7 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Ver también
Categorías
Más información sobre Map Display en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!