Coordinate Extractor
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
Cite As
Sebastian Hölz (2024). Coordinate Extractor (https://www.mathworks.com/matlabcentral/fileexchange/31428-coordinate-extractor), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
- Mathematics and Optimization > Mapping Toolbox > Data Analysis > Vector Data >
- Radar > Mapping Toolbox > Data Analysis > Vector Data >
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 |