Data Extraction from NBCC2020
Purpose
The data extraction process involves converting specific tables from the NBCC (National Building Code of Canada) 2020 from PDF to more accessible formats like CSV and Excel for further analysis or use in other parts of the project.
Structure
NBCC_Data_Extraction.py: Python script for extracting data from NBCC tables.
Input Folder
Contains the source PDF files for data extraction.
NBCC2020-Table-C-1.pdf: PDF file of Table C-1.NBCC2020-Table-C-2.pdf: PDF file of Table C-2.
Output Folder
Stores the extracted data in various formats.
table_c1.csv: CSV format of Table C-1.table_c1.xlsx: Excel format of Table C-1.table_c2.csv: CSV format of Table C-2.table_c2.xlsx: Excel format of Table C-2.tmp.txt: Temporary text file for intermediate data or logs.
Last modified: 24 March 2024