Generate a concise and brief summary of all concrete test result PDFs, to aid in fast and efficient review
- 1. About the Project
- 2. Getting Started
- 3. Supported Material Testing Framework
- 4. Roadmap
- 5. License
- 6. Contact
- 7. Acknowledgements
This is a Jupyter notebook script that programmically reads and extracts data out of concrete test reports into a summarized excel file and PDF summary report
PDF summary of the compiled data with the following additional verifications
- Target vs Achived strength graph to quickly check if req. strength is achieved
- Checks for Air content % to meet specified range
- Checks for slump to meet specified range
From Pypi
pip install conc_test_report
The package should be pre-compiled with all required dependencies
This project will always remain a work in progress. A list of supported material testing report formats are shown below. More will be added in the future.
If you would like to see a particular company, please open up a new issue
Company | Status |
---|---|
McElhanney | ✔️ |
Kontur Geotechnical Consultants | ✔️ |
- Report Parser Script
- Group common data extraction functions under
Company
class - Seperate patters to isolate one group per line
- Group common data extraction functions under
- Report Generator Script
- Tests
See LICENSE.txt for more information.
Arun Kishore - @rpakishore
Project Link: https://github.com/rpakishore/Concrete_Test_Results
Use this section to mention useful resources and libraries that you have used in your projects.