You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.