Skip to main content
Drawing Package ManagerERA / AACRA Compliant

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)

Add Custom Major Folder

00-COVER SHEETActive Folder Configuration

Subfolders List (4)

00.1-COVER PAGE & TITLE BLOCK
00.2-GENERAL NOTES & SYMBOLS
00.3-DRAWING INDEX
00.4-PDF PRINTS
Export Preview (.ZIP Directory Tree)
Highway_Drawing_Submission_Folders.zip/
├──00-COVER SHEET/
├──00.1-COVER PAGE & TITLE BLOCK/
├──00.2-GENERAL NOTES & SYMBOLS/
├──00.3-DRAWING INDEX/
├──00.4-PDF PRINTS/
└──README.txt
├──01-GENERAL DRAWING/
├──01.1-PROJECT LOCATION MAP/
├──01.2-ALIGNMENT KEY MAP/
├──01.3-TRAFFIC ENGINEERING LAYOUT/
├──01.4-CAD DWG FILES/
└──README.txt
├──02-TYPICAL SECTION DRAWING/
├──02.1-MAIN CARRIAGEWAY TYPICAL SECTIONS/
├──02.2-SERVICE ROAD & TOWN SECTIONS/
├──02.3-PAVEMENT STRUCTURE & KERB DETAILS/
└──README.txt
├──03-PLAN PROFILE DRAWING/
├──03.1-ROAD CENTERLINE PLAN PROFILE/
├──03.2-DRAINAGE LAYOUT/
├──03.3-TRAFFIC ENGINEERING/
├──03.4-STATION EQUATION DATA/
└──README.txt
├──04-MISCELLANEOUS DRAWINGS/
├──04.1-TRAFFIC SIGNS & ROAD MARKINGS/
├──04.2-SAFETY BARRIERS & GUARDRAILS/
├──04.3-UTILITY RELOCATION/
├──04.4-DRAINAGE LAYOUT & LANDSCAPING/
└──README.txt
├──05-MAJOR STRUCTURE/
├──05.1-BRIDGE GENERAL ARRANGEMENT/
├──05.2-PIERS & ABUTMENT DETAILS/
├──05.3-SUPERSTRUCTURE & DECK REINFORCEMENT/
├──05.4-STRUCTURAL CALCULATIONS/
└──README.txt
├──06-MINOR STRUCTURE/
├──06.1-BOX CULVERT DRAWINGS/
├──06.2-PIPE CULVERT DRAWINGS/
├──06.3-HEADWALLS & WINGWALLS/
├──06.4-DRAINAGE LAYOUT/
└──README.txt
├──07-MAJOR JUNCTION DRAWING/
├──07.1-ROUNDABOUT GEOMETRY LAYOUT/
├──07.2-PRIORITY T-JUNCTIONS & CROSSROADS/
├──07.3-TRAFFIC ENGINEERING & SIGNS/
├──07.4-SWEPT PATH ANALYSIS/
└──README.txt
├──08-STANDARD DRAWINGS/
├──08.1-SIDE DITCHES & DRAINAGE CHANNELS/
├──08.2-KERBSTONES & SIDEWALKS/
├──08.3-TRAFFIC CONTROL DETAILS/
└──README.txt
├──09-EARTHWORK CROSS-SECTION DRAWING/
├──09.1-CROSS SECTIONS (20m INTERVAL)/
├──09.2-MASS HAUL DIAGRAM/
├──09.3-QUANTITY TAKEOFF (EXCEL)/
└──README.txt
Engineering Reference Manual

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:

  1. Configure Hierarchy Levels: Enter the main folder prefix (e.g., P904-HW-DWG-00) and choose your project division standard.
  2. 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.
  3. Select Naming Format: Toggle naming conventions such as uppercase conversions, spaces-to-dashes, or numerical indexes (e.g., 01-Plan-Profile).
  4. 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 BlockField DescriptionExample Standard
Project IDUnique numerical designation904 (Highway Project)
OriginatorCompany/Draftsman initialsID (Infradigital)
Volume/SystemHighway corridor zone designatorZ01 (Zone 1)
Drawing TypeReport, layout, cross-sectionsM3 (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).

AASHTO / ERA Standard Compliance100% Client-Side ProcessingVerification Mandated