DanNduati/Stima_parser
A package to parse data from Kenya Power and Lighting Company(KPLC) power interruption pdf documents
PythonMIT
Issues
- 0
- 0
- 0
- 0
Missing time matches(3) in doc: `Interruptions-20--2017.05.2021-20(Part-202-20of-202).pdf`
#24 opened by DanNduati - 0
- 0
- 0
Missing area match in doc: `Interruptions-20--2011.06.2021-20(Part-201-20of-202).pdf`
#25 opened by DanNduati - 0
Area match exception `Area Match 17 at 5164-5250: AREA: KIMBIMBI, AHITI NDOMBA, NGUCUI, KAMUCHEGE, NYAMINDI Kimbimbi Mkt, Kimbimbi` of doc: `Interruptions-13.09.2021.pdf`.
#8 opened by DanNduati - 0
- 0
Invalid area matches in doc `Power-20Interruption-20Notice-20--2021-23.05.2021.pdf` due to different formating.
#15 opened by DanNduati - 0
Invalid area match `KISUMU CBD Kisumu CBD, Industrial` instead of `KISUMU CBD` in doc `Power-20Interruption-20Notice-20--20Kisumu-20--2024.05.2021-20(1).pdf` this is outrightly due to pdf formating change.
#11 opened by DanNduati - 0
`North Rift Region` specifically in `Power-20Interruption-20Notice-20--20Western-20&-20North-20Rift-20Regions-20--2025-20&-2026.05.2021.pdf` matches to `Rift`
#20 opened by DanNduati - 0
Invalid area match `UTAWALA DATE Sunday` in the doc: `Interruptions-20--2030.06.2022.pdf`.
#13 opened by DanNduati - 0
`AREA: PARTS OF NGOINGWA, MAKWA, NG’ETHU` not picked up in doc: `Interruptions-13.09.2021.pdf` best guess is there seems to be an extra whitespace after `AREA:\s`.
#9 opened by DanNduati - 0
`AREA; PART OF JARIBUNI` not picked up in doc: `Interruptions-20--2007.07.2022.pdf` this is due to the semicolon(;) instead of a colon(:) after AREA.
#16 opened by DanNduati - 0
`AREA: RUNDA–EVERGREEN`, `AREA: SANG’ALO` and ` ` not picked up in the doc: `Interruptions-20--2022.07.2021.pdf`
#18 opened by DanNduati - 0
`AREA: KENYA-RE ESTATE, MIGOSI EZRA GUMBE` not picked up in doc: `Interruptions-20--2013.05.2021-20(Part-201-20of-202).pdf`.
#10 opened by DanNduati - 0
Area directly after the above exception not picked up; Example `AREA: KANGUNDO–MUKA MUKUU ROAD` after `SYOKIMAU & PART OF MOMBASA ROAD` doc: `Interruptions-20--2006.05.2021-20Part-202-20of-202.pdf`.
#6 opened by DanNduati - 0
`AREA: SANG’ALO` not picked up in doc: `Interruptions-20--2009.08.2021-20(Part-202-20of-202).pdf`.
#14 opened by DanNduati - 0
`AREA: MURANG’A TOWN, KIHARU` not picked up in doc: `Interruptions - 25.10.2021 Part 2 of 2.pdf`.
#12 opened by DanNduati - 0
Area with the `bracket (` get truncated; Example: `AREA: EMALI TO UPENDO (EMALI EX SULTAN)` truncated to `EMALI TO UPENDO` doc: `Interruptions-13.09.2021.pdf`.
#7 opened by DanNduati - 0
`AREA: SAIKA & UMOJA 3`, `KIAMAIKO & PART OF HURUMA`, `MATHARE NORTH & PART OF HURUMA`, and `PART OF DANDORA & PART OF KOROGOCHO` truncated in the doc: `Interruptions-20--2022.07.2021.pdf` the ampersand strikes again.
#17 opened by DanNduati - 0
Areas with the `ampersand (&)` get truncated; for Example: `SYOKIMAU & PART OF MOMBASA ROAD` is truncated to `SYOKIMAU`.
#5 opened by DanNduati - 0
- 0
Nairobi Region
#3 opened by DanNduati