...
Imports time series data from files in CSV format without any header lines
The columns are parsed hardcoded based on documantation 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.
Import type
The import type is CSV. There is no particular file extension required. To use this import in FEWS configuration: <importType>LmwKnmiCsv</importType>
Example
Here is an example:
...