...
Imports time series data from files in CSV format without any header lines
The columns are parsed hardcoded based on documantation documentation located here: http://www.knmi.nl/datacentrum/catalogus/catalogus/content/nl-obs-surf-10m-ext.htm
The units belonging to the parameters are taken from:http://www.knmi.nl/datacentrum/catalogus/catalogus/content/nl-obs-surf-10m-parameters-actueel.htm
and stored in a .txt file for lookup in the code.
To use this import in FEWS configuration: <importType>LmwKnmiCsv</importType>
...