Mechanically convert character strings containing geographic coordinates and convert to sets of numeric values. Useful as most LLM experience better and more consistent results when asked to return a single string instead of two separate values.
Usage
aux_string_to_coords(coord_string)
Value
list. Contain latitude and longitude as the first and second elements,
respectively.
Arguments
coord_string
character. A string containg potential geographic coordinates.
Details
Will convert all strings to N, W for consistency's sake.
Future updates will probably make it a toggle.