dist_from_coast.zip
Code calculates the minimum distance from input vector of lat/lon points to any coastal point (including major lakes).
Two distance options: great circle distance, which is precise but slow (non-vectorized); mean distance with cos(latitude) weighting, which is less precise but fast.
Also includes option to only return distances less than a threshold value. This greatly increases speed for cases with many input lat/lon points located in a relatively small region of Earth.
Code uses coast.mat data that comes with MATLAB distribution, and it uses vdist function from MATLAB file exchange for great circle calculation (included in this .zip file).
Zitieren als
Dan Chavas (2025). dist_from_coast.zip (https://www.mathworks.com/matlabcentral/fileexchange/47632-dist_from_coast-zip), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Plattform-Kompatibilität
Windows macOS LinuxKategorien
- Sciences > Geoscience > Oceanography and Hydrology >
- Engineering > Civil and Environmental Engineering > Coastal Engineering >
Tags
Quellenangaben
Inspiriert von: Vectorized geodetic distance and azimuth on the WGS84 earth ellipsoid
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.
dist_from_coast/
dist_from_coast/mfiles/
Version | Veröffentlicht | Versionshinweise | |
---|---|---|---|
1.2.0.0 | commented out test plot in file |
||
1.1.0.0 | 2014-08-26 : added option to only return distances less than a threshold value. This greatly increases speed for cases with many input lat/lon points located in a relatively small region of Earth. |
||
1.0.0.0 |