graph
- merge2013-01-21, by Bettina Gruenbauer
- insert new helpTexts, delete helpText for Transition2013-01-21, by Bettina Gruenbauer
- Moved NaN removal code from W to DoubleUtil. Create QKms when calculating the 'Umhuellende'.2013-01-21, by Sascha L. Teichmann
- Merged2013-01-21, by Sascha L. Teichmann
- Use QKMs in calculation of the 'Umhuellende'.2013-01-21, by Sascha L. Teichmann
- changing helpText static URL to id2013-01-21, by Bettina Gruenbauer
- Added QKms model.2013-01-21, by Sascha L. Teichmann
- Removed trailing whitespace.2013-01-21, by Sascha L. Teichmann
- Removed obsolete import.2013-01-21, by Sascha L. Teichmann
- 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
- AFT: Reject AFT gauges which are not inside the calculation range of the corresponding FLYS river.2013-01-03, by Sascha L. Teichmann
- Fetch calculation range (Berechnungsstrecke) for FLYS rivers, too.2013-01-03, by Sascha L. Teichmann
- Removed null comparison where also instanceof is used.2013-01-03, by Sascha L. Teichmann
- W80Parser: Added TODO/comment.2013-01-03, by Felix Wolfsteller
- W80Parser: Actually add points while parsing w80 file.2013-01-03, by Felix Wolfsteller
- W80Parser: addPoint and lastIdx functions to add a point and find last points index.2013-01-03, by Felix Wolfsteller
- Coordinate: Introduce getters for x/y.2013-01-03, by Felix Wolfsteller
- W80Parser: Put infrastructure for an anchor point in place.2013-01-03, by Felix Wolfsteller
- DA66Parser: Handle coding convention that was introduced to overcome fixed2013-01-03, by Felix Wolfsteller
- Remove commented code.2013-01-03, by Felix Wolfsteller
- Conffig: Prepare skip_da50 and skip_w80 options.2013-01-03, by Felix Wolfsteller
- Merged.2013-01-02, by Felix Wolfsteller
- Doc.2012-12-28, by Felix Wolfsteller
- Merged2013-01-02, by Sascha L. Teichmann
- Added 'type' attribute to <dc:variable/> element. If an optional 'type' attribute is given2013-01-02, by Sascha L. Teichmann
- Add "maptype" parameter to MapInfoService.2013-01-02, by Christian Lins
- Little work on the RiverMapfileGenerator.2013-01-02, by Christian Lins
- Add <dc:variable name="variable" expr="xpath"/> construct to datacage language.2013-01-02, by Sascha L. Teichmann
- Remove trailing whitespace.2013-01-02, by Sascha L. Teichmann
- Moved EpsilonComparator to utils package becaus its not only useful for TIM parsing. Used EpsilonComparator in DA60 and DA66 case. Maybe TODO: Use in PRF, too.2013-01-01, by Sascha L. Teichmann
- Removed x-bit from DateGuesser.java2012-12-30, by Sascha L. Teichmann
- Removed superfluous imports.2012-12-30, by Sascha L. Teichmann
- Initial version of support files for TIMParser, comments and TODOs by Felix Wolfsteller, Code by Sascha Teichmann.2012-12-28, by Sascha Teichmann
- Initial version of TIMParser, comments and TODOs by Felix Wolfsteller, Code by Sascha Teichmann.2012-12-28, by Sascha Teichmann
- Initial empty version of DA50Parser.2012-12-28, by Felix Wolfsteller
- Removed removeExtension implementations, which have been moved to FileTools,2012-12-28, by Felix Wolfsteller
- Initial empty version of W80Parser.2012-12-28, by Felix Wolfsteller
- DA66Parser: Scale x and y, as they are given in mm. Now we can actually look at the data!2012-12-27, by Felix Wolfsteller
- DA66Parser: Do not return a 'year' for measurement, as none is given.2012-12-27, by Felix Wolfsteller
- TODO added.2012-12-27, by Felix Wolfsteller
- ImportRiver: Refactoring, use description and year of da66parser.2012-12-27, by Felix Wolfsteller
- DA66Parser: Whitespace cosmetics.2012-12-27, by Felix Wolfsteller
- DA66Parser: Use filename without extension as description for cross section.2012-12-27, by Felix Wolfsteller
- LineParser: Make file name available to subclasses.2012-12-27, by Felix Wolfsteller
- DA66Parser: Try to guess whether station is given in km or in cm.2012-12-27, by Felix Wolfsteller
- DA66Parser: Improved logging.2012-12-27, by Felix Wolfsteller
- DA66Parser: Removed unused function.2012-12-27, by Felix Wolfsteller
- Documentation of DA66Parser.2012-12-27, by Felix Wolfsteller
- Adjust callbacks after Parsers new interface implementation, re-enable file hashing for da66s.2012-12-19, by Felix Wolfsteller
- Implement new CrossSectionParser interface.2012-12-19, by Felix Wolfsteller
- New CrossSectionParser interface.2012-12-19, by Felix Wolfsteller
- Documentation.2012-12-19, by Felix Wolfsteller
- Include improved DA66Parser into importer.2012-12-19, by Felix Wolfsteller