gebcotif2xyz
Version 1.0.3 (2,84 KB) von
Gabriel Ruiz-Martinez
GEBCO geotiff file data are exported to two xyz files, one of them in geographical coordinates and other in UTM coordinates.
Oceanographers and Coastal engineers frequently require global bathymetry data that they can download from GEBCO - The General Bathymetric Chart of the Oceans. This script gets the bathymetry data from a GEBCO geotiff file, and the data are exported to two plain text files XYZ. In one of them, the coordinates are geographical, and in the second, the coordinates are UTM (WGS84)
Zitieren als
Gabriel Ruiz-Martinez (2025). gebcotif2xyz (https://www.mathworks.com/matlabcentral/fileexchange/111585-gebcotif2xyz), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Erstellt mit
R2021b
Kompatibel mit R2020a bis R2022a
Plattform-Kompatibilität
Windows macOS LinuxTags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
Version | Veröffentlicht | Versionshinweise | |
---|---|---|---|
1.0.3 | Edit the description. |
||
1.0.2 | A conditional statement is implemented to recognize if the tif image is a Geotiff. If the image does not have a spatial reference, the function sends an error message. |
||
1.0.1 | Sign in the depth was changed, inside the conditional of flag1. |
||
1.0.0 |