dted_read
[Z, LAT, LON] = DTED_READ(FILENAME) returns elevation data (Z) in the specified DTED file as a regular data grid with elevations in meters. LAT and LON provide 1D arrays with latitudes and longitudes (in degrees) corresponding to columns and rows of the elevation grid.
DTED files usually follow specific filename and directory name format ending with for example with "\e003\n15.dt0". If file is in the proper format than additional verifications are performed to ensure correctness.
[Z, LAT, LON, HEADER] = DTED_READ(FILENAME) also returns HEADER struct with metadata fields extracted from the header. Only minimal amount of metadata is read.
Citation pour cette source
Jaroslaw Tuszynski (2025). dted_read (https://www.mathworks.com/matlabcentral/fileexchange/50076-dted_read), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Plateformes compatibles
Windows macOS LinuxCatégories
- Mathematics and Optimization > Mapping Toolbox > Data Import and Export >
- Radar > Mapping Toolbox > Data Import and Export >
Tags
Remerciements
Inspiré par : Read DTED elevation data
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
Version | Publié le | Notes de version | |
---|---|---|---|
1.0.0.0 |