Coordinate Extractor

Extract geographic coordinate(s) out of string(s).
234 Downloads
Aktualisiert 12. Mai 2011

Lizenz anzeigen

Use this function to extract one geographical coordinate out of an input string. The function is extremely flexible, thus the coordinate may be located anywhere in the string and may have one of many formats.

Examples:
txt2coord(' 100° 7'' 30" W')
txt2coord(' 100° 7´ 30´´ W')
txt2coord('-100° 7` 30"')
txt2coord('100° 7.5'' W')
txt2coord('100.125° west ')
txt2coord('bla 100°, 7min;30´´ S bla')
txt2coord({'100.125° W' '-100.125°'})

All specified examples yield the correct result (-100.125).

I have successfully tested this with various inputs. Yet, regular expressions, which are extensively used in this file, ... well ... they sometimes have a funny way of showing you that you havn't quite figured them out yet. Therefore, I would strongly advice you to performe some sanity-check on this function before using it and would be greatful, if you report any bugs to me.

Cheers

Sebastian

Zitieren als

Sebastian Hölz (2026). Coordinate Extractor (https://de.mathworks.com/matlabcentral/fileexchange/31428-coordinate-extractor), MATLAB Central File Exchange. Abgerufen.

Kompatibilität der MATLAB-Version
Erstellt mit R2010b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Version Veröffentlicht Versionshinweise
1.0.0.0