comparison backend/src/main/java/org/dive4elements/river/importer/sinfo/parsers/DepthEvolutionParser.java @ 9636:ac41551a8e4d

Bundu/Bzws: Error message for missing channel/year, Nachtrag Pos. 20: import of two levels of infrastructure types
author mschaefer
date Mon, 11 Nov 2019 16:29:36 +0100
parents 1f63e9d3b0ec
children a79881a892c9
comparison
equal deleted inserted replaced
9635:a03c54129819 9636:ac41551a8e4d
48 48
49 private static final Pattern META_CURR_WSP = Pattern.compile("^#\\sAktuelle Wasserspiegellage:\\s*([^;]*).*", Pattern.CASE_INSENSITIVE); 49 private static final Pattern META_CURR_WSP = Pattern.compile("^#\\sAktuelle Wasserspiegellage:\\s*([^;]*).*", Pattern.CASE_INSENSITIVE);
50 50
51 private static final Pattern META_OLD_WSP = Pattern.compile("^#\\sHistorische Wasserspiegellage:\\s*([^;]*).*", Pattern.CASE_INSENSITIVE); 51 private static final Pattern META_OLD_WSP = Pattern.compile("^#\\sHistorische Wasserspiegellage:\\s*([^;]*).*", Pattern.CASE_INSENSITIVE);
52 52
53 private enum GroupDirectory { 53 public enum GroupDirectory {
54 NONE(DepthEvolution.Group.NONE, ""), // 54 NONE(DepthEvolution.Group.NONE, ""), //
55 AKTUELL(DepthEvolution.Group.AKTUELL, "Bezug_aktueller_GLW"), // 55 AKTUELL(DepthEvolution.Group.AKTUELL, "Bezug_aktueller_GlW"), //
56 ETAPPE(DepthEvolution.Group.ETAPPE, "GLW-Etappen"); 56 ETAPPE(DepthEvolution.Group.ETAPPE, "GlW-Etappen");
57 57
58 private final DepthEvolution.Group group; 58 private final DepthEvolution.Group group;
59 private final String dirname; 59 private final String dirname;
60 60
61 GroupDirectory(final DepthEvolution.Group group, final String dirname) { 61 GroupDirectory(final DepthEvolution.Group group, final String dirname) {

http://dive4elements.wald.intevation.org