log

age author description
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.
Thu, 03 Jan 2013 11:43:16 +0100 Sascha L. Teichmann Removed null comparison where also instanceof is used.
Thu, 03 Jan 2013 10:21:46 +0100 Felix Wolfsteller W80Parser: Added TODO/comment.
Thu, 03 Jan 2013 10:00:13 +0100 Felix Wolfsteller W80Parser: Actually add points while parsing w80 file.
Thu, 03 Jan 2013 09:59:41 +0100 Felix Wolfsteller W80Parser: addPoint and lastIdx functions to add a point and find last points index.
Thu, 03 Jan 2013 09:58:49 +0100 Felix Wolfsteller Coordinate: Introduce getters for x/y.
Thu, 03 Jan 2013 09:58:16 +0100 Felix Wolfsteller W80Parser: Put infrastructure for an anchor point in place.
Thu, 03 Jan 2013 09:57:22 +0100 Felix Wolfsteller DA66Parser: Handle coding convention that was introduced to overcome fixed
Thu, 03 Jan 2013 09:56:43 +0100 Felix Wolfsteller Remove commented code.
Thu, 03 Jan 2013 09:54:52 +0100 Felix Wolfsteller Conffig: Prepare skip_da50 and skip_w80 options.
Wed, 02 Jan 2013 12:14:11 +0100 Felix Wolfsteller Merged.
Fri, 28 Dec 2012 15:03:55 +0100 Felix Wolfsteller Doc.
Wed, 02 Jan 2013 15:42:22 +0100 Sascha L. Teichmann Merged
Wed, 02 Jan 2013 15:31:53 +0100 Sascha L. Teichmann Added 'type' attribute to <dc:variable/> element. If an optional 'type' attribute is given
Wed, 02 Jan 2013 15:24:18 +0100 Christian Lins Add "maptype" parameter to MapInfoService.
Wed, 02 Jan 2013 15:15:45 +0100 Christian Lins Little work on the RiverMapfileGenerator.
Wed, 02 Jan 2013 14:05:21 +0100 Sascha L. Teichmann Add <dc:variable name="variable" expr="xpath"/> construct to datacage language.
Wed, 02 Jan 2013 13:18:31 +0100 Sascha L. Teichmann Remove trailing whitespace.
Tue, 01 Jan 2013 13:54:08 +0100 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.
Sun, 30 Dec 2012 10:56:52 +0100 Sascha L. Teichmann Removed x-bit from DateGuesser.java
Sun, 30 Dec 2012 10:53:24 +0100 Sascha L. Teichmann Removed superfluous imports.
Fri, 28 Dec 2012 15:01:12 +0100 Sascha Teichmann Initial version of support files for TIMParser, comments and TODOs by Felix Wolfsteller, Code by Sascha Teichmann.
Fri, 28 Dec 2012 14:56:43 +0100 Sascha Teichmann Initial version of TIMParser, comments and TODOs by Felix Wolfsteller, Code by Sascha Teichmann.
Fri, 28 Dec 2012 13:34:04 +0100 Felix Wolfsteller Initial empty version of DA50Parser.
Fri, 28 Dec 2012 13:33:36 +0100 Felix Wolfsteller Removed removeExtension implementations, which have been moved to FileTools,
Fri, 28 Dec 2012 11:59:01 +0100 Felix Wolfsteller Initial empty version of W80Parser.
Thu, 27 Dec 2012 16:15:51 +0100 Felix Wolfsteller DA66Parser: Scale x and y, as they are given in mm. Now we can actually look at the data!
Thu, 27 Dec 2012 16:15:15 +0100 Felix Wolfsteller DA66Parser: Do not return a 'year' for measurement, as none is given.
Thu, 27 Dec 2012 16:14:49 +0100 Felix Wolfsteller TODO added.
Thu, 27 Dec 2012 16:14:41 +0100 Felix Wolfsteller ImportRiver: Refactoring, use description and year of da66parser.
Thu, 27 Dec 2012 16:14:15 +0100 Felix Wolfsteller DA66Parser: Whitespace cosmetics.
Thu, 27 Dec 2012 13:20:19 +0100 Felix Wolfsteller DA66Parser: Use filename without extension as description for cross section.
Thu, 27 Dec 2012 13:19:34 +0100 Felix Wolfsteller LineParser: Make file name available to subclasses.
Thu, 27 Dec 2012 13:13:24 +0100 Felix Wolfsteller DA66Parser: Try to guess whether station is given in km or in cm.
Thu, 27 Dec 2012 13:13:05 +0100 Felix Wolfsteller DA66Parser: Improved logging.
Thu, 27 Dec 2012 13:12:51 +0100 Felix Wolfsteller DA66Parser: Removed unused function.
Thu, 27 Dec 2012 13:12:31 +0100 Felix Wolfsteller Documentation of DA66Parser.
Wed, 19 Dec 2012 14:59:55 +0100 Felix Wolfsteller Adjust callbacks after Parsers new interface implementation, re-enable file hashing for da66s.
Wed, 19 Dec 2012 14:59:14 +0100 Felix Wolfsteller Implement new CrossSectionParser interface.
Wed, 19 Dec 2012 14:58:34 +0100 Felix Wolfsteller New CrossSectionParser interface.
Wed, 19 Dec 2012 14:57:45 +0100 Felix Wolfsteller Documentation.
Wed, 19 Dec 2012 14:04:12 +0100 Felix Wolfsteller Include improved DA66Parser into importer.
Wed, 19 Dec 2012 13:59:57 +0100 Felix Wolfsteller Added new parameter SKIP_DA66S to importer.
Wed, 19 Dec 2012 11:41:51 +0100 Felix Wolfsteller Documentation.
Wed, 19 Dec 2012 11:40:56 +0100 Felix Wolfsteller Documentation.
Wed, 19 Dec 2012 11:40:19 +0100 Felix Wolfsteller Importer: Emit log message when a dry run was run.
Wed, 19 Dec 2012 11:39:46 +0100 Felix Wolfsteller Documentation.
Wed, 19 Dec 2012 11:38:48 +0100 Felix Wolfsteller Documentation added.
Wed, 19 Dec 2012 11:37:59 +0100 Felix Wolfsteller Documentation added.
Wed, 19 Dec 2012 11:35:51 +0100 Felix Wolfsteller Changed naming of variables (i & j -> i & k) for readability.
Tue, 18 Dec 2012 15:46:36 +0100 Christian Lins Work on rivers.map Generator.
Mon, 17 Dec 2012 23:24:27 +0100 Christian Lins Fix typo in class names and correct file path in floodmap.xml.
Mon, 17 Dec 2012 18:03:53 +0100 Sascha L. Teichmann Added tag 2.9.7 for changeset 0ba0f3e4f4c2
Mon, 17 Dec 2012 17:59:03 +0100 Sascha L. Teichmann Merged 2.9.7
Mon, 17 Dec 2012 17:57:32 +0100 Sascha L. Teichmann Removed unneeded imports.
Mon, 17 Dec 2012 17:56:56 +0100 Raimund Renkert Fixed and updated theme configurations.
Mon, 17 Dec 2012 17:54:26 +0100 Raimund Renkert Fixed NPE in empty style editor window.
Mon, 17 Dec 2012 16:17:53 +0100 Björn Ricks Rename methods and mark them private
Mon, 17 Dec 2012 16:16:49 +0100 Björn Ricks Use isEmpty for list check
Mon, 17 Dec 2012 16:16:29 +0100 Björn Ricks Change only local used methods to private ones
Mon, 17 Dec 2012 16:15:05 +0100 Björn Ricks Change parameters of updateCollectionName
Mon, 17 Dec 2012 16:14:27 +0100 Björn Ricks Rename filter into filterpanel
Mon, 17 Dec 2012 16:13:42 +0100 Björn Ricks Fix filtering of Collections/Projects in the gui
Mon, 17 Dec 2012 16:11:48 +0100 Björn Ricks Use display name of the Collection in CollectionView
Mon, 17 Dec 2012 16:10:47 +0100 Björn Ricks Add a Collection method to return a string to be displayed in the gui
Mon, 17 Dec 2012 15:54:30 +0100 Raimund Renkert Added i18n strings.
Mon, 17 Dec 2012 15:54:15 +0100 Raimund Renkert Display all 'tranparency' attributes.
Mon, 17 Dec 2012 15:32:53 +0100 Raimund Renkert Fixed and improved theme handling for areas.
Mon, 17 Dec 2012 15:31:07 +0100 Raimund Renkert Updated fixing and virutal area themes.
Mon, 17 Dec 2012 15:27:16 +0100 Raimund Renkert Fixed out processor to draw sector averages in fix analysis ls.
Fri, 14 Dec 2012 16:03:38 +0100 Raimund Renkert Reverted smartGWT version from 3.1 to 3.0.
Fri, 14 Dec 2012 12:03:31 +0100 Raimund Renkert Added second theme config files.
Fri, 14 Dec 2012 10:49:58 +0100 Felix Wolfsteller Less than sceleton for DA66-CrossSection parser added.
Fri, 14 Dec 2012 10:41:54 +0100 Felix Wolfsteller Doc.
Fri, 14 Dec 2012 10:41:42 +0100 Felix Wolfsteller Doc.
Fri, 14 Dec 2012 10:41:24 +0100 Felix Wolfsteller Whitespace-cosmetics.
Fri, 14 Dec 2012 10:39:58 +0100 Felix Wolfsteller Doc.
Fri, 14 Dec 2012 10:06:23 +0100 Raimund Renkert Hide facets returning raw data and fixed display name.
Thu, 13 Dec 2012 17:20:24 +0100 Raimund Renkert Added i18n strings.
Thu, 13 Dec 2012 17:20:04 +0100 Raimund Renkert Added theme mapping for new facets.
Thu, 13 Dec 2012 17:19:38 +0100 Raimund Renkert Generate and draw new facets.
Thu, 13 Dec 2012 17:18:53 +0100 Raimund Renkert Added new facets for filtered bed height diffs to have filtered and raw data.
Thu, 13 Dec 2012 15:57:09 +0100 Raimund Renkert Added i18n strings.
Thu, 13 Dec 2012 15:56:38 +0100 Raimund Renkert Added theme mapping for new facets and added theme for discharge.
Thu, 13 Dec 2012 15:55:58 +0100 Raimund Renkert Generate new facets to have raw and filtered data in flow velocity chart.
Thu, 13 Dec 2012 15:54:49 +0100 Raimund Renkert Added facet for filtered flow velocity and removed filter from default facet.
Wed, 12 Dec 2012 10:42:38 +0100 Raimund Renkert Refactored the themes config files (currently only default style).
Wed, 12 Dec 2012 10:38:50 +0100 Raimund Renkert Reordered some attributes in editor ui and use the hidden attribute.
Wed, 12 Dec 2012 10:37:45 +0100 Raimund Renkert Read and use the hidden hint correctly.
Wed, 12 Dec 2012 10:35:34 +0100 Raimund Renkert Added i18n strings for style editor.
Tue, 11 Dec 2012 16:26:50 +0100 Björn Ricks Fix logging statments and use correct class name
Tue, 11 Dec 2012 16:26:12 +0100 Björn Ricks Codeformat++
Tue, 11 Dec 2012 16:25:41 +0100 Björn Ricks Move loading of the full Collection to an own method
Tue, 11 Dec 2012 16:24:57 +0100 Björn Ricks Add new method hasItems to Collection class
Tue, 11 Dec 2012 16:23:29 +0100 Björn Ricks Create a Collection if an artifact is added to the CollectionView
Tue, 11 Dec 2012 16:11:20 +0100 Björn Ricks Don't create Collection when a CollectionView for a new project is created
Tue, 11 Dec 2012 09:46:22 +0100 Björn Ricks Remove unused import
Tue, 11 Dec 2012 15:24:24 +0100 Christian Lins Introduce river mapfile generation (WARNING: Changes in config xml files required!).
Tue, 11 Dec 2012 09:44:04 +0100 Björn Ricks Move the access to artifact data to the Access object
Sat, 08 Dec 2012 00:19:29 +0100 Christian Lins Refactor Mapserver mapfile generation.
Fri, 07 Dec 2012 11:26:53 +0100 Felix Wolfsteller CrossSectionGenerator: Center HYK-labels.

http://dive4elements.wald.intevation.org