Agent skill

orcawave-to-orcaflex-supported-output-formats

Sub-skill of orcawave-to-orcaflex: Supported Output Formats (+1).

Stars 4
Forks 4

Install this agent skill to your Project

npx add-skill https://github.com/vamseeachanta/workspace-hub/tree/main/.claude/skills/_archive/engineering/marine-offshore/orcawave-to-orcaflex/supported-output-formats

SKILL.md

Supported Output Formats (+1)

Supported Output Formats

Format Extension Use Case
YAML .yml OrcaFlex vessel type
CSV .csv Spreadsheet analysis
Excel .xlsx Multi-sheet export
JSON .json API integration
OrcaFlex Data .dat Direct OrcaFlex import
HDF5 .h5 Large dataset storage

Multi-Format Export

python
from digitalmodel.diffraction.orcawave_converter import OrcaWaveConverter

# Convert and export to multiple formats
converter = OrcaWaveConverter(vessel)
unified_data = converter.convert()

# Export all formats
converter.export_all_formats(
    unified_data,
    output_directory="exports/",
    base_name="fpso_hydro",
    formats=["yaml", "csv", "xlsx", "json"]
)

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results