geo-coordinates-parser
geo-coordinates-parser copied to clipboard
A Javascript function for reading a variety of coordinate formats and converting to decimal numbers. Builds on other efforts by returning the verbatim coordinates and the decimal coordinates all in on...
For example if I copy-paste some examples from https://www.npmjs.com/package/coordinate-parser#supported-formats, eg. `N40°7’22.8, W74°7’22.8"`. Also for example `N 48° 30,6410', E 18° 57,4583'` or `N 48° 30' 38,463", E 18° 57' 27,499"`...
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.0 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...
Hi in the french AIXM file some coordinates have this format ``` 474151.6073N 0073042.8746E ``` When I want to convert them to DD format, i throw an error ``` >...