An open standard for reporting of building and infrastructure engineering design.
The purpose of this standard is to allow engineering software to share information between them and to allow more straightforward compilation and review of design reports.
- Be readable in raw format.
- Allow software to extract information efficiently from the reports.
- Allow links between different calculations.
- Allow software to save all file information into report.
Files written with the Orenge standard are to have the file extension .orenge
. A compiled report containing multiple .orenge
files is to have the file extension .corenge
.
Uses the following technologies and specifications:
- YAML - used for identifying data in header.
- Mermaid
- Engineering specific diagramming software (to be implemented as separate specification).
- Release standard.
- Create libraries for extracting information from documents.
- Create tool for viewing and modifying documents.
Orenge is licensed under GPL 3.0.