log flys-backend/src/main/java/de/intevation/flys/importer/ImportRiver.java @ 5261:1e403a0efc21

age author description
Wed, 13 Mar 2013 09:19:33 +0100 Felix Wolfsteller ImportRiver: Light cleaning up, waterlevelimport more parralel to other imports.
Tue, 12 Mar 2013 12:28:51 +0100 Felix Wolfsteller ImportRiver: In analogy to other wst imports, set kind in ImportRiver.
Tue, 12 Mar 2013 12:28:26 +0100 Felix Wolfsteller Waterlevel*Parser, ImportRiver: Remove deprecated exportWst()-usage.
Mon, 11 Mar 2013 15:10:11 +0100 Felix Wolfsteller ImportRiver: Import WaterlevelDifferences as Wst.
Mon, 11 Mar 2013 15:01:05 +0100 Felix Wolfsteller ImportRiver: Preparing wst-based waterleveldifferences.
Fri, 01 Mar 2013 09:28:43 +0100 Sascha L. Teichmann Removed trailing white space
Sun, 24 Feb 2013 21:38:09 +0100 Sascha L. Teichmann Log the number of points of cross sections to see the effect of the simplification. slt-simplify-cross-sections
Sun, 24 Feb 2013 17:29:52 +0100 Sascha L. Teichmann Added experimental Douglas Peuker simplification of cross sections. slt-simplify-cross-sections
Fri, 22 Feb 2013 15:50:06 +0100 Felix Wolfsteller Importer/River: Move storeOfficialNumber from parse* to store*, do not store explicitely.
Wed, 20 Feb 2013 12:15:26 +0100 Felix Wolfsteller ImportRiver: Store fixations also if only "waterlevels" were parsed.
Wed, 20 Feb 2013 12:15:01 +0100 Felix Wolfsteller ImportRiver: Make waterlevels become fixation-wsts.
Tue, 19 Feb 2013 16:41:00 +0100 Felix Wolfsteller Use BWASTRParser to set official numbers on rivers.
Tue, 19 Feb 2013 12:02:55 +0100 Felix Wolfsteller ImportRiver: Added officialNumber field.
Tue, 19 Feb 2013 11:23:57 +0100 Felix Wolfsteller Tiny doc.
Mon, 18 Feb 2013 11:49:27 +0100 Felix Wolfsteller Minimal whitespace and doc cosmetics.
Wed, 16 Jan 2013 11:39:37 +0100 Felix Wolfsteller Comment added.
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 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.
Fri, 04 Jan 2013 11:17:40 +0100 Felix Wolfsteller ImportRiver: Added w80 and hook for da50 parsing (not implemented).
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.
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.
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:04:12 +0100 Felix Wolfsteller Include improved DA66Parser into importer.
Wed, 19 Dec 2012 11:38:48 +0100 Felix Wolfsteller Documentation added.
Fri, 14 Dec 2012 10:41:24 +0100 Felix Wolfsteller Whitespace-cosmetics.
Mon, 22 Oct 2012 09:02:26 +0200 Ingo Weinzierl Adapted DB schema (added relation measurement_station); improved importer to read files from filesystem with measurement stations.
Thu, 23 Aug 2012 17:13:47 +0000 Sascha L. Teichmann backend: Mention backend warnings in importer.
Thu, 23 Aug 2012 16:20:45 +0000 Sascha L. Teichmann backend: Mention backend errors in importer.
Wed, 13 Jun 2012 08:12:00 +0000 Ingo Weinzierl Store sq relations into database after parsing.
Wed, 13 Jun 2012 06:22:04 +0000 Ingo Weinzierl Added parser and import classes to import MINFO sq relations.
Tue, 12 Jun 2012 13:50:29 +0000 Ingo Weinzierl Cleared some irritating debug messages.
Tue, 05 Jun 2012 16:57:01 +0000 Sascha L. Teichmann Removed superfluous imports.
Wed, 02 May 2012 08:49:57 +0000 Sascha L. Teichmann Use Doubles to store meassure points of profiles.
Thu, 26 Apr 2012 09:48:49 +0000 Ingo Weinzierl Parse and store MINFO waterlevel differences; added config option to skip this process.
Tue, 24 Apr 2012 12:46:26 +0000 Ingo Weinzierl Completed the MINFO waterlevel import.
Tue, 24 Apr 2012 11:16:06 +0000 Ingo Weinzierl Prepared the importer to import MINFO specific waterlevel values and added a stub for a parser.
Thu, 19 Apr 2012 12:48:53 +0000 Ingo Weinzierl Added a parser for sediment yield files; started parsing and store values in db.
Thu, 19 Apr 2012 07:34:50 +0000 Ingo Weinzierl Added config option to skip parsing sediment yield data and prepared the importer to read/store those data.
Tue, 17 Apr 2012 13:00:04 +0000 Ingo Weinzierl Added new parser for flow velocity measurements and fixed some smaller bugs while importing flow velocity data.
Tue, 17 Apr 2012 09:37:52 +0000 Ingo Weinzierl Added a parser for flow velocity model data and adjusted the db relation schema (missing q column).
Tue, 17 Apr 2012 08:50:15 +0000 Ingo Weinzierl Added temp classes used during the import process of flow velocity data.
Tue, 17 Apr 2012 06:51:39 +0000 Ingo Weinzierl Prepared the importer to parse flow velocity files and added a config option to skip that process.
Fri, 13 Apr 2012 13:22:54 +0000 Ingo Weinzierl Added parser for parsing morphological widths.
Fri, 13 Apr 2012 11:45:29 +0000 Ingo Weinzierl Finished parsing MINFO specific sediment density.
Fri, 13 Apr 2012 09:57:37 +0000 Ingo Weinzierl Added new parser (stub) to read MINFO sediment density files; prepared import process to handle those files.
Fri, 13 Apr 2012 07:24:55 +0000 Ingo Weinzierl Finished importing MINFO bed heights (single and epoch).
Thu, 12 Apr 2012 12:50:49 +0000 Ingo Weinzierl Implemented model classes and importer classes for bed height epochs.
Thu, 12 Apr 2012 10:42:46 +0000 Ingo Weinzierl Finished work on MINFO bed heights (single).
Wed, 11 Apr 2012 09:30:04 +0000 Ingo Weinzierl Initial checkin for parsing MINFO bed heights.
Tue, 04 Oct 2011 15:28:19 +0000 Ingo Weinzierl Removed the Unit from Wsts - added a WstUnit column to rivers.
Thu, 25 Aug 2011 14:41:39 +0000 Ingo Weinzierl Removed FileTools that has been moved to artifacts-common module.
Mon, 18 Jul 2011 15:52:42 +0000 Sascha L. Teichmann Importer: Added a central configuration to allow skipping of parsing/storing individual sub systems.
Sun, 17 Jul 2011 22:59:26 +0000 Sascha L. Teichmann Store HYK data structures to database. Needs testing.
Sun, 17 Jul 2011 22:45:00 +0000 Sascha L. Teichmann Importer: Parse HYKs from importer.
Fri, 15 Jul 2011 13:07:45 +0000 Sascha L. Teichmann Moved file parsers to separate package.
Mon, 11 Jul 2011 09:31:52 +0000 Sascha L. Teichmann Prevent parsing and storing PRF duplicates.
Thu, 07 Jul 2011 22:25:38 +0000 Sascha L. Teichmann Integrated PRF parsing into importer. Needs testing!

http://dive4elements.wald.intevation.org