changeset 5050:e6dc908297e8

ImportRiver: Make waterlevels become fixation-wsts.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 20 Feb 2013 12:15:01 +0100
parents b5e3df1feeb4
children 2847371be7fe
files flys-backend/src/main/java/de/intevation/flys/importer/ImportRiver.java
diffstat 1 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/flys-backend/src/main/java/de/intevation/flys/importer/ImportRiver.java	Wed Feb 20 12:14:11 2013 +0100
+++ b/flys-backend/src/main/java/de/intevation/flys/importer/ImportRiver.java	Wed Feb 20 12:15:01 2013 +0100
@@ -561,7 +561,12 @@
             parser.parse(file);
         }
 
-        waterlevels = parser.getWaterlevels();
+        // The parsed ImportWaterlevels are converted to
+        // 'fixation'-wsts now.
+        for(ImportWst iw: parser.exportWsts()) {
+            //iw.setDescription("CSV" + iw.getDescription());
+            fixations.add(iw);
+        }
     }
 
     protected void parseMeasurementStations() throws IOException {

http://dive4elements.wald.intevation.org