main¶
dragonfly-trace¶
dragonfly trace commands.
dragonfly-trace [OPTIONS] COMMAND [ARGS]...
Options
- --version¶
Show the version and exit.
exp¶
Commands for translating Honeybee ProgramTypes to TRACE 700 EXP files.
dragonfly-trace exp [OPTIONS] COMMAND [ARGS]...
program-to-trace700-airflow¶
Translate a Honeybee ProgramType JSON into an Airflow EXP template.
dragonfly-trace exp program-to-trace700-airflow [OPTIONS] PROGRAM_FILE
Options
- -ip, --imperial, -si, --metric¶
Flag to note whether imperial or metric units should be used for values in the output EXP file.
- Default:
True
- -f, --output-file <output_file>¶
Optional EXP file to output the string of the translation. By default it is printed out to stdout.
- Default:
'-'
Arguments
- PROGRAM_FILE¶
Required argument
program-to-trace700-exp¶
Translate a Honeybee ProgramType file to a TRACE 700 EXP file.
dragonfly-trace exp program-to-trace700-exp [OPTIONS] PROGRAM_FILE
Options
- -ip, --imperial, -si, --metric¶
Flag to note whether imperial or metric units should be used for values in the output EXP file.
- Default:
True
- -f, --output-file <output_file>¶
Optional EXP file to output the string of the translation. By default it is printed out to stdout.
- Default:
'-'
Arguments
- PROGRAM_FILE¶
Required argument
program-to-trace700-internal-loads¶
Translate a Honeybee ProgramType JSON into an Internal Loads EXP template.
dragonfly-trace exp program-to-trace700-internal-loads [OPTIONS] PROGRAM_FILE
Options
- -ip, --imperial, -si, --metric¶
Flag to note whether imperial or metric units should be used for values in the output EXP file.
- Default:
True
- -f, --output-file <output_file>¶
Optional EXP file to output the string of the translation. By default it is printed out to stdout.
- Default:
'-'
Arguments
- PROGRAM_FILE¶
Required argument
program-to-trace700-thermostat¶
Translate a Honeybee ProgramType JSON into a Thermostat EXP template.
dragonfly-trace exp program-to-trace700-thermostat [OPTIONS] PROGRAM_FILE
Options
- -ip, --imperial, -si, --metric¶
Flag to note whether imperial or metric units should be used for values in the output EXP file.
- Default:
True
- -f, --output-file <output_file>¶
Optional EXP file to output the string of the translation. By default it is printed out to stdout.
- Default:
'-'
Arguments
- PROGRAM_FILE¶
Required argument
translate¶
Commands for translating URBANopt systems to OSM/IDF.
dragonfly-trace translate [OPTIONS] COMMAND [ARGS]...
model-to-trace700-csv¶
Translate a Dragonfly Model to a CSV with tables for TRACE 700 attributes.
The resulting CSV tables can be copied into the tables that appear in the Component Tree view of TRACE 700. The order and organization of rooms in the resulting matrix should match that of the gbXML produced from the same model.
dragonfly-trace translate model-to-trace700-csv [OPTIONS] MODEL_FILE
Options
- -ip, --imperial, -si, --metric¶
Flag to note whether imperial or metric units should be used for values in the output CSV.
- Default:
True
- -v, --ventilation-method <ventilation_method>¶
Text for the ventilation method to be used to calculate outdoor air. Choose from: Sum of Outdoor Air, ASHRAE 62.1
- Default:
'Sum of Outdoor Air'
- --multiplier, -fg, --full-geometry¶
Flag to note if the multipliers on each Building story will be passed along to the generated Honeybee Room objects or if full geometry objects should be written for each story in the building.
- Default:
True
- -p, --plenum, -sp, --separate-plenum¶
Flag to indicate whether ceiling/floor plenum depths assigned to Room2Ds should simply be reported as plenum depths in the CSV or they should be used to generate distinct separated plenum rooms in the translation.
- Default:
True
- -m, --merge-method <merge_method>¶
Text to describe how the Room2Ds should be merged into individual Rooms during the translation. Specifying a value here can be an effective way to reduce the number of Room volumes in the resulting Model and, ultimately, yield a faster simulation time with less results to manage. Choose from: None, Zones, PlenumZones, Stories, PlenumStories.
- Default:
'None'
- --geometry-ids, -gn, --geometry-names¶
Flag to note whether a cleaned version of all geometry display names should be used instead of identifiers when translating the Model.
- Default:
True
- -f, --output-file <output_file>¶
Optional CSV file to output the string of the translation. By default it printed out to stdout.
- Default:
'-'
Arguments
- MODEL_FILE¶
Required argument
model-to-trace700-exp¶
Translate all unique ProgramTypes in a Dragonfly Model file into a single TRACE 700 EXP file.
dragonfly-trace translate model-to-trace700-exp [OPTIONS] MODEL_FILE
Options
- -ip, --imperial, -si, --metric¶
Flag to note whether imperial or metric units should be used for values in the output EXP file.
- Default:
True
- -v, --ventilation-method <ventilation_method>¶
Text for the ventilation method to be used to calculate outdoor air. Choose from: Sum of Outdoor Air, ASHRAE 62.1
- Default:
'Sum of Outdoor Air'
- -f, --output-file <output_file>¶
Optional EXP file to output the string of the translation. By default it is printed out to stdout.
- Default:
'-'
Arguments
- MODEL_FILE¶
Required argument
model-to-trace700-gbxml¶
Translate a Dragonfly Model to a gbXML file.
dragonfly-trace translate model-to-trace700-gbxml [OPTIONS] MODEL_FILE
Options
- -ip, --imperial, -si, --metric¶
Flag to note whether imperial or metric units should be used for values in the output CSV.
- Default:
True
- -s, --opening-simplification <opening_simplification>¶
Text string for the type of simplification to perform on windows and doors in the dragonfly model. Choose from: None, MergeAdjWindows, SingleWindow.
- Default:
'MergeAdjWindows'
- -p, --program-name <program_name>¶
Optional text to set the name of the software that will appear under the programId and ProductName tags of the DocumentHistory section. This can be set things like “Ladybug Tools” or “Pollination” or some other software in which this gbXML export capability is being run. If None, “OpenStudio” will be used.
- -v, --program-version <program_version>¶
Optional text to set the version of the software that will appear under the DocumentHistory section. If None, and the program_name is also unspecified, only the version of OpenStudio will appear. Otherwise, this will default to “0.0.0” given that the version field is required.
- -f, --output-file <output_file>¶
Optional gbXML file to output the string of the translation. By default it printed out to stdout
Arguments
- MODEL_FILE¶
Required argument
model-to-trace700-xlsx¶
Translate a Dragonfly Model to an Excel file with tables for TRACE 700 attributes.
The resulting Excel tables can be copied into the tables that appear in the Component Tree view of TRACE 700. The order and organization of rooms in the resulting matrix should match that of the gbXML produced from the same model.
dragonfly-trace translate model-to-trace700-xlsx [OPTIONS] MODEL_FILE
Options
- -ip, --imperial, -si, --metric¶
Flag to note whether imperial or metric units should be used for values in the output XLSX.
- Default:
True
- -v, --ventilation-method <ventilation_method>¶
Text for the ventilation method to be used to calculate outdoor air. Choose from: Sum of Outdoor Air, ASHRAE 62.1
- Default:
'Sum of Outdoor Air'
- --multiplier, -fg, --full-geometry¶
Flag to note if the multipliers on each Building story will be passed along to the generated Honeybee Room objects or if full geometry objects should be written for each story in the building.
- Default:
True
- -p, --plenum, -sp, --separate-plenum¶
Flag to indicate whether ceiling/floor plenum depths assigned to Room2Ds should simply be reported as plenum depths in the tables or they should be used to generate distinct separated plenum rooms in the translation.
- Default:
True
- -m, --merge-method <merge_method>¶
Text to describe how the Room2Ds should be merged into individual Rooms during the translation. Specifying a value here can be an effective way to reduce the number of Room volumes in the resulting Model and, ultimately, yield a faster simulation time with less results to manage. Choose from: None, Zones, PlenumZones, Stories, PlenumStories.
- Default:
'None'
- --geometry-ids, -gn, --geometry-names¶
Flag to note whether a cleaned version of all geometry display names should be used instead of identifiers when translating the Model.
- Default:
True
- -f, --output-file <output_file>¶
Optional XLSX file to output the content of the translation. By default it printed out to stdout.
- Default:
'-'
Arguments
- MODEL_FILE¶
Required argument
model-to-trace700-zip¶
Translate a Dragonfly Model to a gbXML file.
dragonfly-trace translate model-to-trace700-zip [OPTIONS] MODEL_FILE
Options
- -ip, --imperial, -si, --metric¶
Flag to note whether imperial or metric units should be used for values in the output CSV.
- Default:
True
- -s, --opening-simplification <opening_simplification>¶
Text string for the type of simplification to perform on windows and doors in the dragonfly model. Choose from: None, MergeAdjWindows, SingleWindow.
- Default:
'MergeAdjWindows'
- -v, --ventilation-method <ventilation_method>¶
Text for the ventilation method to be used to calculate outdoor air. Choose from: Sum of Outdoor Air, ASHRAE 62.1
- Default:
'Sum of Outdoor Air'
- -p, --program-name <program_name>¶
Optional text to set the name of the software that will appear under the programId and ProductName tags of the DocumentHistory section. This can be set things like “Ladybug Tools” or “Pollination” or some other software in which this gbXML export capability is being run. If None, “OpenStudio” will be used.
- -v, --program-version <program_version>¶
Optional text to set the version of the software that will appear under the DocumentHistory section. If None, and the program_name is also unspecified, only the version of OpenStudio will appear. Otherwise, this will default to “0.0.0” given that the version field is required.
- -f, --output-file <output_file>¶
Optional ,zip file to output the content of the translation. By default it printed out to stdout.
- Default:
'-'
Arguments
- MODEL_FILE¶
Required argument