GitsSaikat commited on
Commit
0ae49b9
·
unverified ·
1 Parent(s): 41c067b

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +69 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <h1 align="center">
2
+ <a href="https://github.com/GitsSaikat/Pavement-App">
3
+ <img src="Pavement.jpg" width="215" /></a><br>
4
+ <b>🛣️ Mechanistic-Empirical Pavement Design Tool</b><br>
5
+ </h1>
6
+
7
+
8
+ Welcome to the **Mechanistic-Empirical Pavement Design Tool for Highways and Airports**! This application is designed to assist engineers and researchers in designing and evaluating pavement structures based on traffic, material, and environmental data.
9
+
10
+ ---
11
+
12
+ ## 🚀 Features
13
+
14
+ - **Input Data**: Upload or manually input traffic, climate, subgrade, and material data.
15
+ - **Pavement Design**: Define pavement layers, material properties, and costs.
16
+ - **Simulation**: Analyze pavement performance under various conditions.
17
+ - **Lifecycle Cost Analysis (LCCA)**: Evaluate the economic efficiency of pavement designs.
18
+ - **Results Visualization**: View performance predictions, cost analysis, and pavement design details with interactive charts.
19
+ - **Report Generation**: Create and download detailed reports in PDF format.
20
+
21
+ ---
22
+
23
+ ## 🛠️ Installation
24
+
25
+ ```bash
26
+ git clone https://github.com/GitsSaikat/Pavement-App.git
27
+ cd pavement-design-tool
28
+ pip install -r requirements.txt
29
+ strealit run app.py
30
+ ```
31
+
32
+ ## Project Structure
33
+
34
+
35
+ - `app.py`: Main Streamlit application file.
36
+ - `Pavement.jpg`: Image used in the application.
37
+ - `src/`: Source code directory.
38
+ - `models.py`: Contains data model classes.
39
+ - `performance.py`: Includes functions for pavement performance simulation.
40
+ - `lcca.py`: Functions for life cycle cost analysis.
41
+ - `reporting.py`: Functions for report generation.
42
+ - `design.py`: Functions for designing the pavement structure.
43
+ - `utils/`: Contains utility scripts.
44
+ - `helpers.py`: Helper functions for file reading and saving.
45
+ - `logger.py`: Setting up logging.
46
+ - `README.md`: This file, contains project documentation
47
+
48
+ ## Usage
49
+
50
+ **Input Data**: Either upload your data using an Excel file or manually enter all the required data to proceed with the design.
51
+ - **Excel File**: Make sure your Excel file contains sheets named 'Traffic', 'Climate', 'Subgrade' and 'Materials' with the correct columns. See instructions on the page.
52
+ - **Manual Entry**: Alternatively, fill the forms with the respective data fields, in which the comma separated values are supported in axle loads inputs.
53
+
54
+ **Design Pavement**: Define the pavement layers by entering the number of layers and then configure the type and thickness of each one.
55
+
56
+ **Run Simulation**: Set initial costs, maintenance costs, discount rate, and analysis period to run the pavement simulation and LCCA.
57
+
58
+ **View Results**: Analyze the simulation results, lifecycle cost, and pavement design details through tables and charts.
59
+
60
+ **Generate Report**: Create a comprehensive PDF report of your analysis.
61
+
62
+ ## Contributing
63
+
64
+ Contributions are welcome! If you find a bug or have suggestions for new features, please open an issue or submit a pull request.
65
+
66
+ ## License
67
+
68
+ This project is licensed under the [MIT License](LICENSE).
69
+