2011-06-28 |
Ingo Weinzierl |
Tagged RELEASE 2.4 of flys-backend.
|
2011-06-27 |
Ingo Weinzierl |
Prepared Changes for the upcoming release.
|
2011-06-26 |
Sascha L. Teichmann |
Removed trailing whitespace.
|
2011-06-26 |
Sascha L. Teichmann |
Removed superfluous imports.
|
2011-06-26 |
Sascha L. Teichmann |
Added a method to river to find the gauge with the max overlap with a given interval.
|
2011-06-26 |
Sascha L. Teichmann |
When
|
2011-06-22 |
Sascha L. Teichmann |
River: Added method to find gauge by its name.
|
2011-06-19 |
Sascha L. Teichmann |
Importer: Fix import of annotation type classification.
|
2011-06-19 |
Sascha L. Teichmann |
Added classification of annotation types. Needs testing!
|
2011-06-18 |
Sascha L. Teichmann |
river model: Added method to find gauge by a position lying in its range.
|
2011-06-15 |
Sascha L. Teichmann |
First part of flys/issue18
|
2011-06-14 |
Sascha L. Teichmann |
Fix for flys/issue110: Start index was shifted by one.
|
2011-06-14 |
Sascha L. Teichmann |
Forgot to store reference to edge.
|
2011-06-14 |
Sascha L. Teichmann |
Register the backend model.
|
2011-06-14 |
Sascha L. Teichmann |
Added 'Kanten' model
|
2011-06-08 |
Sascha L. Teichmann |
River: add method to find gauge by its station position.
|
2011-05-26 |
Sascha L. Teichmann |
River: Make search for gauges independent of from/to order.
|
2011-05-24 |
Sascha L. Teichmann |
Added a new view to select qs of a WST.
|
2011-05-24 |
Sascha L. Teichmann |
Added a new view to select ws of a WST.
|
2011-05-23 |
Sascha L. Teichmann |
flys/issue76: Close gaps between q ranges
|
2011-05-20 |
Ingo Weinzierl |
Tagged release 2.3.1 of flys-backend.
|
2011-05-13 |
Ingo Weinzierl |
Prepared Changes for the upcoming release.
|
2011-05-11 |
Sascha L. Teichmann |
Schema: Added a column which tells if a river counts its km up or downwards.
|
2011-05-10 |
Sascha L. Teichmann |
Fixed flys/issue11 and flys51.
|
2011-05-09 |
Sascha L. Teichmann |
Importer: Added unsharp lookup to avoid numerical problems.
|
2011-05-09 |
Sascha L. Teichmann |
Importer: Fix silly bug and set Hibernate session flushing back to auto.
|
2011-05-09 |
Sascha L. Teichmann |
Importer: Change caching strategy not to cause OOM any more.
|
2011-05-08 |
Sascha L. Teichmann |
Importer: Use BigDecimals in hashing to prevent numerical problems. Cache ranges globally, too.
|
2011-05-08 |
Sascha L. Teichmann |
Importer: Only accept main value types 'Q', 'W', 'D' and 'T' by default.
|
2011-05-08 |
Sascha L. Teichmann |
Importer: Cache the discharge table values, too.
|
2011-05-08 |
Sascha L. Teichmann |
Importer: centralized caching
|
2011-05-08 |
Sascha L. Teichmann |
Schema: Dropped constraint which forces discharge tables to have a unique time interval for a given gauge and kind.
|
2011-05-08 |
Sascha L. Teichmann |
Importer: make column names in WST files unique by appending (1), (2) and so on in case of collision
|
2011-05-06 |
Sascha L. Teichmann |
Importer: Import the "HW-Schutzanlagen", too.
|
2011-05-06 |
Sascha L. Teichmann |
Importer: Make import of historical discharge tables work.
|
2011-05-05 |
Sascha L. Teichmann |
Importer: parse historical discharge tables, too. TODO: store them in database.
|
2011-05-05 |
Sascha L. Teichmann |
Importer: Prefix "Zusätzliche Längsschnitte" with "Zus.Längsschnitte" in description.
|
2011-05-05 |
Sascha L. Teichmann |
Import "Hochwasser-Marken", too.
|
2011-05-05 |
Sascha L. Teichmann |
Importer: Ignore lines that contain km positions which were found before in the same WST file.
|
2011-05-05 |
Ingo Weinzierl |
River got a new method that returns all gauges intersected by a given start and end point.
|
2011-05-03 |
Sascha L. Teichmann |
Importer: forgot to fetch time interval peer
|
2011-05-03 |
Sascha L. Teichmann |
Importer: Attach a time interval to a discharge table if we find one during import.
|
2011-05-03 |
Sascha L. Teichmann |
Importer: Try to extract time ranges from at files.
|
2011-05-03 |
Sascha L. Teichmann |
Parse and store "amtliche Linien" wst files.
|
2011-05-03 |
Sascha L. Teichmann |
Importer: parse and store fixation wst files as well
|
2011-05-03 |
Sascha L. Teichmann |
Importer: Support parsing "zusaetzliche Laengsschnitte".
|
2011-05-02 |
Sascha L. Teichmann |
Fixed flys/issue19
|
2011-05-02 |
Ingo Weinzierl |
Introduced a 'scale' parameter in Gauge.determineMinMaxW().
|
2011-05-01 |
Sascha L. Teichmann |
Removed superfluous import.
|
2011-04-20 |
Ingo Weinzierl |
Implemented a WstColumnValue cache to speed up inserting WST files into database.
|
2011-04-18 |
Sascha L. Teichmann |
Forgot to add db update to changelog
|
2011-04-18 |
Sascha L. Teichmann |
Added a view 'wst_value_table' which aggregates the data to build w/q value tables.
|
2011-04-18 |
Sascha L. Teichmann |
Add forgotten one to many relation Wst -> WstColumn.
|
2011-04-18 |
Sascha L. Teichmann |
Import of q ranges of wst files was totally broken.
|
2011-04-18 |
Sascha L. Teichmann |
Importer: Forgot kind parameter in peer fetching query.
|
2011-04-18 |
Ingo Weinzierl |
Added a new method to determine the selected gauge of a river based on a start and end point.
|
2011-04-15 |
Sascha L. Teichmann |
Added 'position' column to wst_columns to allow order them by there column position in the original wst file.
|
2011-04-15 |
Sascha L. Teichmann |
Forget ',' in schema.
|
2011-04-15 |
Sascha L. Teichmann |
Fixed index problem when an empty list is returned.
|
2011-04-15 |
Ingo Weinzierl |
Added methods to retrieve the min and max W and Q values of a Wst and Gauge.
|