-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Operation: Convert co-ordinate format #476
Conversation
Also added autodetect of co-ordinate format / delimiter
Added Ordnance Survey grid reference support
Also now doesn't do anything if there's no input
Removed To/From geohash tests
Negative numbers shouldn't make it go weird any more. Automatic detection of input formats should be more reliable.
Excellent work again. I've changed a few large I'd also recommend you take a look at ternary conditionals as they can reduce the need for so many nested |
Adds a new operation to convert between geographical co-ordinate formats / projections (requested in #228 ).
It currently supports converting to/from:
In the future, more formats / projections could be added, and I'm working on getting an operation working to display co-ordinates on a map.