From f856178273e89005cdc0397553d1c2ddc8980ecd Mon Sep 17 00:00:00 2001 From: obi134 <6304830+obi134@users.noreply.github.com> Date: Wed, 20 Jan 2021 19:40:04 +0100 Subject: [PATCH] Remove description, will be handled by #46 Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com> --- ctyparser/bigcty.py | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/ctyparser/bigcty.py b/ctyparser/bigcty.py index 94b4c84..798f824 100644 --- a/ctyparser/bigcty.py +++ b/ctyparser/bigcty.py @@ -37,28 +37,6 @@ class BigCty(collections.abc.Mapping): """ regex_version_entry = re.compile(r"VER(\d{8})") regex_feed_date = re.compile(r'(\d{2}-\w+-\d{4})') - - # sample data for regex_dat: - # IB9 - # =II0GDF/9 - # =IT9ACJ/I/BO - # AA0(4)[7] - - # explanation: - # starting with optional '=' - # (If an alias prefix is preceded by ‘=’, this indicates that the - # prefix is to be treated as a full callsign, i.e. must be an exact match.) - # Named group 'prefix': one or more of characters (both cases), numbers and '/' - # Optional non-capturing group, named group 'cq' inside of '()' capturing numbers - # ((#) Override CQ Zone) - # Optional non-capturing group, named group 'itu' inside of '[]' capturing numbers - # ([#] Override ITU Zone) - # Optional named group 'latlong', inside of '<>' two named groups 'lat' and 'long' separated by '/' - # (<#/#> Override latitude/longitude) - # Optional non-capturing group, named group 'continent' inside of '{}' capturing characters - # ({aa} Override Continent) - # Optional non-capturing group, named group 'tz' inside of '~~' - # (~#~ Override local time offset from GMT) regex_dat = re.compile(r"""=?(?P[a-zA-Z0-9/]+) (?:\((?P\d+)\))? (?:\[(?P\d+)\])?