Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Imports time series data in csv format, specially added for some of the Dutch Waterboards. This import format has some special features compared to other time series import formats. Water quality is mostly analysed from a sample, there fore the sample id is a required field in this file. The data is seperated by a ";" abd and contains 15 columns with data. Becasue Because the data files do not contain any information on the content of the different columns, the layout and number of columns is fixed.

Column

Content

1

Sample ID

2

Location ID

3

Location name (not used on importing)

4

X-coordinate (not used on importing)

5

Y-coordinate (not used on importing)

6

Date

7

Time

8

Parameter name (not used on importing)

9

Extra Parameter Info (not used on importing)

10

Label / Detection Flag (can be < or > )

11

Value

12

Extra Parameter Info (not used on importing)

13

Unit

14

Hoedanigheid (not used on importing)

15

Parameter ID

The Lovcation Location ID's, Parameter ID's and Units can be converted to DELFT-FEWS ID's and units using the different mapping tables.

...