module documentation

Undocumented

Class Object Undocumented
Class Status Index status
Function make_fsnummer Create a 'fsnummer' for a Flurstueck, which is 'flur-zaeher/nenner (folge)'.
Function normalize_hausnummer Clean up house number formatting.
Function parse_fsnummer Parse a Flurstueck fsnummer into parts.
Function serialize Undocumented
Function strasse_key Normalize a steet name for full-text search.
Function text_key Normalize a text string for full-text search.
Function text_search_clause Undocumented
Function unserialize Undocumented
Constant TABLE_BUCHUNGSBLATT Undocumented
Constant TABLE_FLURSTUECK Undocumented
Constant TABLE_INDEXBUCHUNGSBLATT Undocumented
Constant TABLE_INDEXFLURSTUECK Undocumented
Constant TABLE_INDEXGEOM Undocumented
Constant TABLE_INDEXLAGE Undocumented
Constant TABLE_INDEXPERSON Undocumented
Constant TABLE_LAGE Undocumented
Constant TABLE_PART Undocumented
Constant TABLE_PLACE Undocumented
Function _escape_like Undocumented
Function _text_nopunct Undocumented
Function _text_umlauts Undocumented
Constant _RE_FSNUMMER Undocumented
def make_fsnummer(r: dt.FlurstueckRecord): (source)

Create a 'fsnummer' for a Flurstueck, which is 'flur-zaeher/nenner (folge)'.

def normalize_hausnummer(s): (source)

Clean up house number formatting.

def parse_fsnummer(s): (source)

Parse a Flurstueck fsnummer into parts.

def serialize(o: dt.Object) -> dict: (source)

Undocumented

def strasse_key(s): (source)

Normalize a steet name for full-text search.

def text_key(s): (source)

Normalize a text string for full-text search.

def text_search_clause(column, val, tso: gws.TextSearchOptions): (source)

Undocumented

def unserialize(data: dict): (source)

Undocumented

TABLE_BUCHUNGSBLATT: str = (source)

Undocumented

Value
'buchungsblatt'
TABLE_FLURSTUECK: str = (source)

Undocumented

Value
'flurstueck'
TABLE_INDEXBUCHUNGSBLATT: str = (source)

Undocumented

Value
'indexbuchungsblatt'
TABLE_INDEXFLURSTUECK: str = (source)

Undocumented

Value
'indexflurstueck'
TABLE_INDEXGEOM: str = (source)

Undocumented

Value
'indexgeom'
TABLE_INDEXLAGE: str = (source)

Undocumented

Value
'indexlage'
TABLE_INDEXPERSON: str = (source)

Undocumented

Value
'indexperson'
TABLE_LAGE: str = (source)

Undocumented

Value
'lage'
TABLE_PART: str = (source)

Undocumented

Value
'part'
TABLE_PLACE: str = (source)

Undocumented

Value
'place'
def _escape_like(s, escape='\\'): (source)

Undocumented

def _text_nopunct(s): (source)

Undocumented

def _text_umlauts(s): (source)

Undocumented

_RE_FSNUMMER: str = (source)

Undocumented

Value
'''(?x)
    ^
    (
        (?P<gemarkungCode> [0-9]+)
        \\s+
    )?
    (
...