Ignore:
Timestamp:
18 Aug 2025, 06:25:21 (9 hours ago)
Author:
Henrik Bettermann
Message:

Implement tpu zone application.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.fceokene/trunk/src/waeup/fceokene/applicants/zones.py

    r18155 r18156  
    1 ZONES = {
    2         'tpu0001': ('Zone 1','Otite'),
    3         'tpu0002': ('Zone 1','Nagazi'),
    4         'tpu0003': ('Zone 1','Nagazi-Eba'),
    5         'tpu0004': ('Zone 1','Kabba Junction'),
    6         'tpu0005': ('Zone 1','Oziokutu'),
    7         'tpu0006': ('Zone 1','Ogaminana'),
    8         'tpu0007': ('Zone 1','Ozuri'),
    9         'tpu0008': ('Zone 1','Obangede'),
    10         'tpu0009': ('Zone 1','Camp 2'),
    11         'tpu0010': ('Zone 1','Itakpe'),
    12         'tpu0011': ('Zone 1','Aku'),
    13         'tpu0012': ('Zone 1','Osara'),
    14         'tpu0013': ('Zone 2','Okunchi'),
    15         'tpu0014': ('Zone 2','Ozuwaya'),
    16         'tpu0015': ('Zone 2','Lafia'),
    17         'tpu0016': ('Zone 2','Agassa'),
    18         'tpu0017': ('Zone 2','Inike-Etahi'),
    19         'tpu0018': ('Zone 2','Checkpoint'),
    20         'tpu0019': ('Zone 2','Otutu'),
    21         'tpu0020': ('Zone 3','Kuroko'),
    22         'tpu0021': ('Zone 3','Inoziomi'),
    23         'tpu0022': ('Zone 3','Karaworo'),
    24         'tpu0023': ('Zone 3','Iresuha'),
    25         'tpu0024': ('Zone 3','Ebogogo'),
    26         'tpu0025': ('Zone 3','Eika-Ohizenyi'),
    27         'tpu0026': ('Zone 3','GRA'),
    28         'tpu0027': ('Zone 4','Okengwe'),
    29         'tpu0028': ('Zone 4','Ihima'),
    30         'tpu0029': ('Zone 4','Adavi-Eba'),
    31         'tpu0030': ('Zone 4','Ege'),
    32         'tpu0031': ('Zone 5','Adogo'),
    33         'tpu0032': ('Zone 5','Eganyi'),
    34         'tpu0033': ('Zone 5','Ajaokuta Township'),
    35         'tpu0034': ('Zone 6','Magongo'),
    36         'tpu0035': ('Zone 6','Ogori'),
    37         'tpu0036': ('Zone 6','Ibillo'),
    38         'tpu0037': ('Zone 6','Lampese'),
    39         'tpu0038': ('Zone 6','Ekpe'),
    40         'tpu0039': ('Zone 7','Kabba'),
    41         'tpu0040': ('Zone 7','Ayetoro Gbede'),
    42         'tpu0041': ('Zone 7','Okoro Gbede'),
    43         'tpu0042': ('Zone 7','Araromi Gbede'),
    44         'tpu0043': ('Zone 7','Aiyegunle Gbede'),
    45         'tpu0044': ('Zone 7','Odokoro Gbede'),
    46         'tpu0045': ('Zone 8','Oka-Akoko'),
    47         'tpu0046': ('Zone 8','Ifira-Akoko'),
    48         'tpu0047': ('Zone 8','Akungba-Akoko'),
    49         'tpu0048': ('Zone 8','Ikare-Akoko'),
    50         'tpu0049': ('Zone 8','Okeagbe-Akoko'),
    51         'tpu0050': ('Zone 8','Ogbagi-Akoko'),
    52         'tpu0051': ('Zone 8','Supare-Akoko'),
    53         'tpu0052': ('Zone 8','Oba-Akoko'),
    54         'tpu0053': ('Zone 8','Ese-Akoko'),
    55         'tpu0054': ('Zone 8','Ose'),
    56         'tpu0055': ('Zone 9','Isanlu'),
    57         'tpu0056': ('Zone 9','Takete Isao'),
    58         'tpu0057': ('Zone 10','Iyara'),
    59         'tpu0058': ('Zone 10','Egbede'),
    60         'tpu0059': ('Zone 10','Egga'),
    61         'tpu0060': ('Zone 10','Ekinrin Adde'),
    62         'tpu0061': ('Zone 10','Iyamoye'),
    63         'tpu0062': ('Zone 10','Omuo-Ekiti'),
    64         'tpu0063': ('Zone 11','Zariagi-Kabba Junction'),
    65         'tpu0064': ('Zone 11','Kaduna Junction'),
    66         'tpu0065': ('Zone 11','Zango-Lokoja'),
    67         'tpu0066': ('Zone 11','Lokoja'),
    68         'tpu0067': ('Zone 11','Ganaja Village'),
    69         'tpu0068': ('Zone 11','Koton-Karfe'),
    70         'tpu0069': ('Zone 11','Gegu-Beki'),
    71         'tpu0070': ('Zone 11','Orehi'),
    72         'tpu0071': ('Zone 11','Ahoko'),
    73         'tpu0072': ('Zone 11','Robomi'),
    74         'tpu0073': ('Zone 11','Obajana'),
    75         'tpu0074': ('Zone 12','Itobe'),
    76         'tpu0075': ('Zone 15','Okpella'),
    77         'tpu0076': ('Zone 15','Auchi'),
     1ZONES_TPU = {
     2        'z1_001': ('Zone 1','Otite'),
     3        'z1_002': ('Zone 1','Nagazi'),
     4        'z1_003': ('Zone 1','Nagazi-Eba'),
     5        'z1_004': ('Zone 1','Kabba Junction'),
     6        'z1_005': ('Zone 1','Oziokutu'),
     7        'z1_006': ('Zone 1','Ogaminana'),
     8        'z1_007': ('Zone 1','Ozuri'),
     9        'z1_008': ('Zone 1','Obangede'),
     10        'z1_009': ('Zone 1','Camp 2'),
     11        'z1_010': ('Zone 1','Itakpe'),
     12        'z1_011': ('Zone 1','Aku'),
     13        'z1_012': ('Zone 1','Osara'),
     14        'z2_001': ('Zone 2','Okunchi'),
     15        'z2_002': ('Zone 2','Ozuwaya'),
     16        'z2_003': ('Zone 2','Lafia'),
     17        'z2_004': ('Zone 2','Agassa'),
     18        'z2_005': ('Zone 2','Inike-Etahi'),
     19        'z2_006': ('Zone 2','Checkpoint'),
     20        'z2_007': ('Zone 2','Otutu'),
     21        'z3_001': ('Zone 3','Kuroko'),
     22        'z3_002': ('Zone 3','Inoziomi'),
     23        'z3_003': ('Zone 3','Karaworo'),
     24        'z3_004': ('Zone 3','Iresuha'),
     25        'z3_005': ('Zone 3','Ebogogo'),
     26        'z3_006': ('Zone 3','Eika-Ohizenyi'),
     27        'z3_007': ('Zone 3','GRA'),
     28        'z4_001': ('Zone 4','Okengwe'),
     29        'z4_002': ('Zone 4','Ihima'),
     30        'z4_003': ('Zone 4','Adavi-Eba'),
     31        'z4_004': ('Zone 4','Ege'),
     32        'z5_001': ('Zone 5','Adogo'),
     33        'z5_002': ('Zone 5','Eganyi'),
     34        'z5_003': ('Zone 5','Ajaokuta Township'),
     35        'z6_001': ('Zone 6','Magongo'),
     36        'z6_002': ('Zone 6','Ogori'),
     37        'z6_003': ('Zone 6','Ibillo'),
     38        'z6_004': ('Zone 6','Lampese'),
     39        'z6_005': ('Zone 6','Ekpe'),
     40        'z7_001': ('Zone 7','Kabba'),
     41        'z7_002': ('Zone 7','Ayetoro Gbede'),
     42        'z7_003': ('Zone 7','Okoro Gbede'),
     43        'z7_004': ('Zone 7','Araromi Gbede'),
     44        'z7_005': ('Zone 7','Aiyegunle Gbede'),
     45        'z7_006': ('Zone 7','Odokoro Gbede'),
     46        'z8_001': ('Zone 8','Oka-Akoko'),
     47        'z8_002': ('Zone 8','Ifira-Akoko'),
     48        'z8_003': ('Zone 8','Akungba-Akoko'),
     49        'z8_004': ('Zone 8','Ikare-Akoko'),
     50        'z8_005': ('Zone 8','Okeagbe-Akoko'),
     51        'z8_006': ('Zone 8','Ogbagi-Akoko'),
     52        'z8_007': ('Zone 8','Supare-Akoko'),
     53        'z8_008': ('Zone 8','Oba-Akoko'),
     54        'z8_009': ('Zone 8','Ese-Akoko'),
     55        'z8_010': ('Zone 8','Ose'),
     56        'z9_001': ('Zone 9','Isanlu'),
     57        'z9_002': ('Zone 9','Takete Isao'),
     58        'z10_001': ('Zone 10','Iyara'),
     59        'z10_002': ('Zone 10','Egbede'),
     60        'z10_003': ('Zone 10','Egga'),
     61        'z10_004': ('Zone 10','Ekinrin Adde'),
     62        'z10_005': ('Zone 10','Iyamoye'),
     63        'z10_006': ('Zone 10','Omuo-Ekiti'),
     64        'z11_001': ('Zone 11','Zariagi-Kabba Junction'),
     65        'z11_002': ('Zone 11','Kaduna Junction'),
     66        'z11_003': ('Zone 11','Zango-Lokoja'),
     67        'z11_004': ('Zone 11','Lokoja'),
     68        'z11_005': ('Zone 11','Ganaja Village'),
     69        'z11_006': ('Zone 11','Koton-Karfe'),
     70        'z11_007': ('Zone 11','Gegu-Beki'),
     71        'z11_008': ('Zone 11','Orehi'),
     72        'z11_009': ('Zone 11','Ahoko'),
     73        'z11_010': ('Zone 11','Robomi'),
     74        'z11_011': ('Zone 11','Obajana'),
     75        'z12_001': ('Zone 12','Itobe'),
     76        'z15_001': ('Zone 15','Okpella'),
     77        'z15_002': ('Zone 15','Auchi'),
    7878        }
Note: See TracChangeset for help on using the changeset viewer.