Highway Drawing Folder Structure Generator
Standardized folder structure generator for road drawing submittals. Automatically generates major folders (00-COVER SHEET to 09-EARTHWORK CROSS-SECTION DRAWING), populates required subfolders (Drainage Layout, Traffic Engineering, CAD DWG, PDF Prints), and exports a ready-to-use ZIP structure.
Major Submission Folders (10)
Subfolders List (4)
Folder Structure Generator Documentation
Technical specifications, mathematical formulas, and civil guidelines
1. Functional Purpose
In professional civil engineering projects, submittals of drawings, calculations, and specifications must adhere strictly to standardized naming conventions and folder structures. The **Folder Structure Generator** automates the creation of compliant directory trees for drawing sets, design reports, and quantities folders without skipped numbers or manual renaming errors. This tool is designed to prevent submission rejections from governmental authorities, clients, or municipal agencies caused by broken references, inconsistent folders, or missed drawing sequence numbers.
It eliminates the tedious manual task of creating nested folders and organizing dozens of CAD files. By defining standard subfolders and prefixes, design draftsmen and project managers can instantly download a structured ZIP archive containing the entire layout, ready to be filled with PDFs, DWGs, and support documents.
2. Practical Workflow Instructions
To generate your standardized drawing and report folder structures, follow these steps:
- Configure Hierarchy Levels: Enter the main folder prefix (e.g.,
P904-HW-DWG-00) and choose your project division standard. - Define Folders/Drawings: Input the names or slugs of drawing packages, such as Cover Page, Typical Cross-Sections, Horizontal Alignments, Profiles, Drainage Details, and Intersections.
- Select Naming Format: Toggle naming conventions such as uppercase conversions, spaces-to-dashes, or numerical indexes (e.g.,
01-Plan-Profile). - Build and Download ZIP: Click
Generate Folder ZIP. The generator compiles the folder tree in-memory client-side and initiates a direct download of the ZIP file.
No files or folder lists are ever sent to a server. The ZIP package is built 100% locally in your web browser.
3. Mathematical & Civil Engineering Basis
The folder layout compiles with the **BS 1192:2007** and **ISO 19650** standards for collaborative production of architectural, engineering, and construction information (BIM). It utilizes structured metadata schema blocks:
| Code Block | Field Description | Example Standard |
|---|---|---|
| Project ID | Unique numerical designation | 904 (Highway Project) |
| Originator | Company/Draftsman initials | ID (Infradigital) |
| Volume/System | Highway corridor zone designator | Z01 (Zone 1) |
| Drawing Type | Report, layout, cross-sections | M3 (3D Model / Drawing) |
The backend directory tree is generated using a depth-first search (DFS) traversal algorithm to compile paths into the central JSZip compression stream. It enforces structural integrity by checking that all numerical folder indexes are sequential and warning if any numbering gaps exist (e.g., transitioning from 02-Typical to 04-Plan without a folder 03).