graph
- merged.2013-01-20, by Raimund Renkert
- Fixed MINFO SQ calculation.2013-01-20, by Raimund Renkert
- Bring Access pattern to "W fuer ungleichwertige Abflusslaengsschnitte".2013-01-18, by Sascha L. Teichmann
- Removed XPath injection!2013-01-18, by Sascha L. Teichmann
- Add rivermap.xml with sample configuration and adapt MapInfoService to use rivermap data instead of floodmap for rivermap.2013-01-17, by Christian Lins
- Bugs in generated RiverAxis Mapfile fixed. Now the river axes are drawn by the WMS.2013-01-16, by Christian Lins
- Comment added.2013-01-16, by Felix Wolfsteller
- QualityMesurementFactory: Added vim-line.2013-01-16, by Felix Wolfsteller
- BedQualityCalculation: Added vim-line.2013-01-16, by Felix Wolfsteller
- Comment/doc.2013-01-16, by Felix Wolfsteller
- W80Parser: Implement linear cascading distance measurements.2013-01-16, by Felix Wolfsteller
- W80Parser: Renamed lastPointIdx() to getLastPointIdx().2013-01-16, by Felix Wolfsteller
- W80Parser: Cosmetics, whitespace, TODO resolved, logging improved.2013-01-16, by Felix Wolfsteller
- MapInfoService now submits layer names as well as WMS urls.2013-01-15, by Christian Lins
- Added missing InfoldingColumns.java2013-01-13, by Sascha L. Teichmann
- Trivial typo in selecting infolding columns.2013-01-13, by Sascha L. Teichmann
- Added calculation of the "Umhuellende" to calculation of "W fuer ungleichwertige Abfluesse".2013-01-13, by Sascha L. Teichmann
- A naive algorithm to figure out the "Umhuellende" of a set of WQKms.2013-01-13, by Sascha L. Teichmann
- Added intersectsQRange to QRangeTree to check if a given Q range intersects the Qs of the tree. Useful for 'Umhuellende'. TODO make check depend on km range.2013-01-12, by Sascha L. Teichmann
- Small code cleanups in S/Q outlier tests.2013-01-11, by Sascha L. Teichmann
- MINFO: Allow two methods for outlier test in SQ relation.2013-01-11, by Raimund Renkert
- Fixed facet activities.2013-01-09, by Raimund Renkert
- DA66Parser: Added TODOs about riveraxis.2013-01-09, by Felix Wolfsteller
- DA66Parser: Added doc, removed TODO, whitespace cosmetics.2013-01-09, by Felix Wolfsteller
- Hide lines in SQ relation charts.2013-01-09, by Raimund Renkert
- Create and add sieves regardless of the the order of diameter/value.2013-01-09, by Raimund Renkert
- DA50Parser: Doc, removed and added a TODO.2013-01-08, by Felix Wolfsteller
- TIMParser: Removed TODO about switching to log4j .2013-01-08, by Felix Wolfsteller
- TIMParser: Switch to log4j instead of System.err .2013-01-08, by Felix Wolfsteller
- CrossSectionApp: Doc and whitespace cosmetics.2013-01-08, by Felix Wolfsteller
- DA50Parser: Added very basic DA50 parsing (no intersetions or correlation yet2013-01-08, by Felix Wolfsteller
- DA50Parser: Fix c/p errors.2013-01-08, by Felix Wolfsteller
- ImportRiver: Trigger basic (useless) da50 parsing.2013-01-08, by Felix Wolfsteller
- ImportRiver: Bail out if skip* parameters were given.2013-01-08, by Felix Wolfsteller
- DA50Parser: Changed extension from w80 (wrong) to d50 (right).2013-01-08, by Felix Wolfsteller
- ImportRiver: Use callback (refactoring), resolving TODOs.2013-01-08, by Felix Wolfsteller
- ImportRiver: Add helper implementation of a CrossSectionParserCallback.2013-01-08, by Felix Wolfsteller
- W80Parser: Return null if no year set to behave like other parsers and avoid2013-01-07, by Felix Wolfsteller
- !!! FLYS backend schema change !!! Add column bfg_id column to discharge_tables.2013-01-05, by Sascha L. Teichmann
- Do the pairing of FLYS and AFT discharge tables by the field 'ABFLUSSTAFEL.BFG_ID' in2013-01-05, by Sascha L. Teichmann
- Moved check for calculation range intersection to SQL statement.2013-01-05, by Sascha L. Teichmann
- Added after login SQL statements for database connection. Can be used to alter the current schema to avoid naming clashes.2013-01-05, by Sascha L. Teichmann
- Sorted imports.2013-01-05, by Sascha L. Teichmann
- Simplified code.2013-01-05, by Sascha L. Teichmann
- DateGuesser: Take current year modulo 100 if compare it with a two digit year value. Removed auto boxing.2013-01-04, by Sascha L. Teichmann
- Do not die in W80 parser id invalid date is given.2013-01-04, by Sascha L. Teichmann
- Move distance calculation to Coordinate class. Use inheritance instead of composition in Anchor class. Made Anchor class static. Use epsilon equal comparision when checking for same station: Boy, do you ever learn that sharp equal comparison of doubles is not a clever idea!?2013-01-04, by Sascha L. Teichmann
- ImportRiver: Added w80 and hook for da50 parsing (not implemented).2013-01-04, by Felix Wolfsteller
- run_hydr_morph.sh: Add SKIP_DA50 and SKIP_W80 flags.2013-01-04, by Felix Wolfsteller
- README: Add instruction to do a simple standalone DateGuesser execution.2013-01-04, by Felix Wolfsteller
- DateGuesser: doc.2013-01-04, by Felix Wolfsteller
- DateGuesser: Added and handle DDMMYY pattern.2013-01-04, by Felix Wolfsteller
- W80Parser: Use DateGuesser to set a date.2013-01-04, by Felix Wolfsteller
- W80Parser: Added field to store a date.2013-01-04, by Felix Wolfsteller
- W80Parser: Doc.2013-01-04, by Felix Wolfsteller
- W80Parser: Comment code that is not (yet?) used by FLYS.2013-01-03, by Felix Wolfsteller
- W80Parser: Respect (ignore) 'shore' field of w80 files.2013-01-03, by Felix Wolfsteller
- W80Parser: Whitespace-cosmetics and comment.2013-01-03, by Felix Wolfsteller
- W80Parser: Remove unneeded code.2013-01-03, by Felix Wolfsteller
- W80Parser: Correct c&p stuff in comments (da66->w80).2013-01-03, by Felix Wolfsteller