log

age author description
Fri, 18 Jan 2013 19:33:26 +0100 Sascha L. Teichmann Bring Access pattern to "W fuer ungleichwertige Abflusslaengsschnitte".
Fri, 18 Jan 2013 10:30:09 +0100 Sascha L. Teichmann Removed XPath injection!
Thu, 17 Jan 2013 21:06:41 +0100 Christian Lins Add rivermap.xml with sample configuration and adapt MapInfoService to use rivermap data instead of floodmap for rivermap.
Wed, 16 Jan 2013 22:53:58 +0100 Christian Lins Bugs in generated RiverAxis Mapfile fixed. Now the river axes are drawn by the WMS.
Wed, 16 Jan 2013 11:39:37 +0100 Felix Wolfsteller Comment added.
Wed, 16 Jan 2013 11:39:04 +0100 Felix Wolfsteller QualityMesurementFactory: Added vim-line.
Wed, 16 Jan 2013 11:38:39 +0100 Felix Wolfsteller BedQualityCalculation: Added vim-line.
Wed, 16 Jan 2013 11:38:06 +0100 Felix Wolfsteller Comment/doc.
Wed, 16 Jan 2013 11:22:59 +0100 Felix Wolfsteller W80Parser: Implement linear cascading distance measurements.
Wed, 16 Jan 2013 11:19:41 +0100 Felix Wolfsteller W80Parser: Renamed lastPointIdx() to getLastPointIdx().
Wed, 16 Jan 2013 10:11:06 +0100 Felix Wolfsteller W80Parser: Cosmetics, whitespace, TODO resolved, logging improved.
Tue, 15 Jan 2013 13:32:14 +0100 Christian Lins MapInfoService now submits layer names as well as WMS urls.
Sun, 13 Jan 2013 17:00:37 +0100 Sascha L. Teichmann Added missing InfoldingColumns.java
Sun, 13 Jan 2013 16:33:05 +0100 Sascha L. Teichmann Trivial typo in selecting infolding columns.
Sun, 13 Jan 2013 16:18:28 +0100 Sascha L. Teichmann Added calculation of the "Umhuellende" to calculation of "W fuer ungleichwertige Abfluesse".
Sun, 13 Jan 2013 14:18:04 +0100 Sascha L. Teichmann A naive algorithm to figure out the "Umhuellende" of a set of WQKms.
Sat, 12 Jan 2013 11:30:46 +0100 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.
Fri, 11 Jan 2013 22:16:22 +0100 Sascha L. Teichmann Small code cleanups in S/Q outlier tests.
Fri, 11 Jan 2013 13:57:38 +0100 Raimund Renkert MINFO: Allow two methods for outlier test in SQ relation.
Wed, 09 Jan 2013 13:17:09 +0100 Raimund Renkert Fixed facet activities.
Wed, 09 Jan 2013 09:19:32 +0100 Felix Wolfsteller DA66Parser: Added TODOs about riveraxis.
Wed, 09 Jan 2013 09:19:15 +0100 Felix Wolfsteller DA66Parser: Added doc, removed TODO, whitespace cosmetics.
Wed, 09 Jan 2013 09:29:01 +0100 Raimund Renkert Hide lines in SQ relation charts.
Wed, 09 Jan 2013 09:28:01 +0100 Raimund Renkert Create and add sieves regardless of the the order of diameter/value.
Tue, 08 Jan 2013 17:20:34 +0100 Felix Wolfsteller DA50Parser: Doc, removed and added a TODO.
Tue, 08 Jan 2013 12:42:23 +0100 Felix Wolfsteller TIMParser: Removed TODO about switching to log4j .
Tue, 08 Jan 2013 12:41:48 +0100 Felix Wolfsteller TIMParser: Switch to log4j instead of System.err .
Tue, 08 Jan 2013 12:33:27 +0100 Felix Wolfsteller CrossSectionApp: Doc and whitespace cosmetics.
Tue, 08 Jan 2013 12:31:21 +0100 Felix Wolfsteller DA50Parser: Added very basic DA50 parsing (no intersetions or correlation yet
Tue, 08 Jan 2013 12:30:29 +0100 Felix Wolfsteller DA50Parser: Fix c/p errors.
Tue, 08 Jan 2013 12:29:04 +0100 Felix Wolfsteller ImportRiver: Trigger basic (useless) da50 parsing.
Tue, 08 Jan 2013 12:26:29 +0100 Felix Wolfsteller ImportRiver: Bail out if skip* parameters were given.
Tue, 08 Jan 2013 12:25:51 +0100 Felix Wolfsteller DA50Parser: Changed extension from w80 (wrong) to d50 (right).
Tue, 08 Jan 2013 11:59:01 +0100 Felix Wolfsteller ImportRiver: Use callback (refactoring), resolving TODOs.
Tue, 08 Jan 2013 11:57:03 +0100 Felix Wolfsteller ImportRiver: Add helper implementation of a CrossSectionParserCallback.
Mon, 07 Jan 2013 11:55:46 +0100 Felix Wolfsteller W80Parser: Return null if no year set to behave like other parsers and avoid
Sat, 05 Jan 2013 15:05:51 +0100 Sascha L. Teichmann !!! FLYS backend schema change !!! Add column bfg_id column to discharge_tables.
Sat, 05 Jan 2013 14:52:55 +0100 Sascha L. Teichmann Do the pairing of FLYS and AFT discharge tables by the field 'ABFLUSSTAFEL.BFG_ID' in
Sat, 05 Jan 2013 13:46:27 +0100 Sascha L. Teichmann Moved check for calculation range intersection to SQL statement.
Sat, 05 Jan 2013 13:30:57 +0100 Sascha L. Teichmann Added after login SQL statements for database connection. Can be used to alter the current schema to avoid naming clashes.
Sat, 05 Jan 2013 12:20:28 +0100 Sascha L. Teichmann Sorted imports.
Sat, 05 Jan 2013 12:13:16 +0100 Sascha L. Teichmann Simplified code.
Fri, 04 Jan 2013 15:55:45 +0100 Sascha L. Teichmann DateGuesser: Take current year modulo 100 if compare it with a two digit year value. Removed auto boxing.
Fri, 04 Jan 2013 15:46:33 +0100 Sascha L. Teichmann Do not die in W80 parser id invalid date is given.
Fri, 04 Jan 2013 15:35:51 +0100 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!?
Fri, 04 Jan 2013 11:17:40 +0100 Felix Wolfsteller ImportRiver: Added w80 and hook for da50 parsing (not implemented).
Fri, 04 Jan 2013 11:16:50 +0100 Felix Wolfsteller run_hydr_morph.sh: Add SKIP_DA50 and SKIP_W80 flags.
Fri, 04 Jan 2013 11:15:24 +0100 Felix Wolfsteller README: Add instruction to do a simple standalone DateGuesser execution.
Fri, 04 Jan 2013 11:13:13 +0100 Felix Wolfsteller DateGuesser: doc.
Fri, 04 Jan 2013 11:13:02 +0100 Felix Wolfsteller DateGuesser: Added and handle DDMMYY pattern.
Fri, 04 Jan 2013 11:12:28 +0100 Felix Wolfsteller W80Parser: Use DateGuesser to set a date.
Fri, 04 Jan 2013 11:11:52 +0100 Felix Wolfsteller W80Parser: Added field to store a date.
Fri, 04 Jan 2013 11:11:24 +0100 Felix Wolfsteller W80Parser: Doc.
Thu, 03 Jan 2013 14:45:30 +0100 Felix Wolfsteller W80Parser: Comment code that is not (yet?) used by FLYS.
Thu, 03 Jan 2013 14:42:05 +0100 Felix Wolfsteller W80Parser: Respect (ignore) 'shore' field of w80 files.
Thu, 03 Jan 2013 14:41:41 +0100 Felix Wolfsteller W80Parser: Whitespace-cosmetics and comment.
Thu, 03 Jan 2013 14:41:21 +0100 Felix Wolfsteller W80Parser: Remove unneeded code.
Thu, 03 Jan 2013 14:41:02 +0100 Felix Wolfsteller W80Parser: Correct c&p stuff in comments (da66->w80).
Thu, 03 Jan 2013 14:39:48 +0100 Sascha L. Teichmann AFT: Reject AFT gauges which are not inside the calculation range of the corresponding FLYS river.
Thu, 03 Jan 2013 14:19:45 +0100 Sascha L. Teichmann Fetch calculation range (Berechnungsstrecke) for FLYS rivers, too.

http://dive4elements.wald.intevation.org