comparison flys-backend/src/main/java/de/intevation/flys/importer/parsers/FlowVelocityMeasurementParser.java @ 4193:f63b39799d2d

Adapted DB schema (added relation measurement_station); improved importer to read files from filesystem with measurement stations.
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 22 Oct 2012 09:02:26 +0200
parents ed13816047b3
children b3dd14fc13a6
comparison
equal deleted inserted replaced
4192:34337e357a54 4193:f63b39799d2d
51 measurements.add(current); 51 measurements.add(current);
52 } 52 }
53 53
54 54
55 @Override 55 @Override
56 protected void handleLine(String line) { 56 protected void handleLine(int lineNum, String line) {
57 if (line.startsWith(START_META_CHAR)) { 57 if (line.startsWith(START_META_CHAR)) {
58 handleMetaLine(stripMetaLine(line)); 58 handleMetaLine(stripMetaLine(line));
59 } 59 }
60 else { 60 else {
61 handleDataLine(line); 61 handleDataLine(line);

http://dive4elements.wald.intevation.org