This module contains the regular expression which is used by geolucidate to identify and extract geographic coordinates.
It is a point of some pride for the author that despite the diversity of formats accepted by geolucidate, only a single regular expression is needed to parse all of them. This has, however, resulted in a rather lengthy and complex regular expression.
The coordinate-parsing regular expression, compiled with re.compile()