Skip to content
Bas Hoonhout edited this page Feb 2, 2018 · 1 revision

Welcome to the oceanwaves-python wiki!

Feature requests

  • I/O
    • Memory efficient reading of (large) SWAN files

      Do not read entire file at once and then analyse. Instead read the headers and then block-by-block. Current reading procedure is already segmented, but should be built on a stream.

    • Partial reading of (large) SWAN files

    • Reading of SWAN test files

      Test files are SP2 files with multiple quantities and an extra entity "ITER". The format is not documented and it is uncertain what appearances these iterations can take. Reading multiple quantities is already prepared for.

    • Read undocumented keywords (e.g. ZERO and ITER)

    • Read WaveRider data files

    • Read WaveDroid data files

  • Postprocessing
    • Generate time series realisations from spectra
    • Convert time series to wave paddle excursion
Clone this wiki locally