comparison artifacts/src/main/java/org/dive4elements/river/exports/WaterlevelDescriptionBuilder.java @ 9432:d194c5b24bf8

Added bundu bzws w calculation and longitudinal sections of wspl and depth
author mschaefer
date Mon, 20 Aug 2018 09:46:02 +0200
parents 86d2cbfe7f7f
children
comparison
equal deleted inserted replaced
9431:eeea16ea0980 9432:d194c5b24bf8
102 102
103 return Resources.getMsg(this.context.getMeta(), CSV_META_W, CSV_META_W, lower, upper); 103 return Resources.getMsg(this.context.getMeta(), CSV_META_W, CSV_META_W, lower, upper);
104 } 104 }
105 } 105 }
106 106
107 private String getMetadataQ() { 107 public String getMetadataQ() {
108 108
109 final double[] qs = RiverUtils.getQs(this.artifact); 109 final double[] qs = RiverUtils.getQs(this.artifact);
110 if (qs == null || qs.length == 0) 110 if (qs == null || qs.length == 0)
111 return null; 111 return null;
112 112

http://dive4elements.wald.intevation.org