geolucidate.parser – Regular expression for parsing coordinates

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.

geolucidate.parser.parser_re

The coordinate-parsing regular expression, compiled with re.compile()

Previous topic

geolucidate.functions – Functions

Next topic

Link generators

This Page