ingo@1189: 2011-09-19 RELEASE 2.5 ingo@1189: ingo@1189: NEW: ingo@1189: ingo@1189: * Introduced the concept of a "datacage": the datacage is a service that ingo@1189: provides a list of chart themes that fit to a given chart type. The ingo@1189: service accepts a user uuid, the uuid of a master Artifact, the name ingo@1189: of the output type and a set of further string parameters. In general, ingo@1189: we distinguish between user-specific datacage and system-specific ingo@1189: datacage: ingo@1189: The user-specific datacage returns themes provided by old ingo@1189: calculations computed by the user. ingo@1189: The system-specific datacage returns themes that might be generated ingo@1189: using the data stored in the flys-backend. ingo@1189: ingo@1189: * Introduced a database used by the datacage that stores information ingo@1189: about Artifacts, their outputs and their facets. This database ingo@1189: requires synchronization with the Artifact database. The intent of ingo@1189: this database is to have a fast access to data stored in Artifacts. ingo@1189: ingo@1189: * Introduced a mechanism to clone existing Artifacts (with or without ingo@1189: restrictions). For cloning an Artifact, it is necessary to specify the ingo@1189: UUID of a "model Artifact". The clone will be based on that model by ingo@1189: extracting all required data from it. ingo@1189: ingo@1189: * Introduced "recommendations": recommendations are themes in charts or ingo@1189: maps (Artifacts/Facets) that should be added automatically to an ingo@1189: existing chart/map. They are provided by the datacage. ingo@1189: ingo@1189: * Introduced new Artifact types to provide further chart themes: ingo@1189: - Annotations ingo@1189: - Mainvalues ingo@1189: ingo@1189: * Introduced new Facet type WMSLayerFacet. This type stores all required ingo@1189: information (server url, layer names, layer extent, layer srid) to ingo@1189: display a WMS layer in a WMS client. ingo@1189: ingo@1189: * Introduced a new chart output "Querprofildiagramm". This output ingo@1189: calculates a waterlevel and displays it as single line together with ingo@1189: one or more cross section lines ("Querprofilspuren"). ingo@1189: ingo@1189: * Introduced a new chart output "W-Differenzen". This output calculates ingo@1189: waterlevel differences based on at least two waterlevels (a ingo@1189: "W-Differenzen" output can consist of more than a single waterlevel ingo@1189: difference calculation). Each waterlevel difference calculation ingo@1189: results in three chart themes: two W curves and a W-Differences curve. ingo@1189: ingo@1189: * Introduced a new output "Überschwemmungskarte". The visualization of ingo@1189: this output is a map. One of the map's layers is a WMS layer that ingo@1189: displays the calculation result of WSPLGEN (external C++ tool). ingo@1189: ingo@1189: * Improved the rendering process of chart themes: the styles configured ingo@1189: for themes are now used. ingo@1189: ingo@1189: * Improved the DistanceInfoService: it supports filters to filter the ingo@1189: type of items returned by this service (reduces the number of returned ingo@1189: items of course). ingo@1189: ingo@1189: * Introduced a CSV export for "W-Differenzen". ingo@1189: ingo@1189: * Downgraded GNU Trove to 1.1-beta-5 (later versions have been removed ingo@1189: from maven repositories). ingo@1189: ingo@1189: ingo@1189: FIXES: ingo@1189: ingo@1189: * flys/issue135 (Diagramm: Trotz abgeschalteter Themen bleiben Beschriftungen bestehen) ingo@1189: ingo@1189: * flys/issue159 (WINFO: Radiobutton - Ortsauswahl bei "W für ungleichwertigen Abflusslängsschnitt" entfernen) ingo@1189: ingo@1189: * flys/issue160 (WINFO: Auswahltabelle Orte bei Modus Strecke nach Step-Back) ingo@1189: ingo@1189: * flys/issue176 (Diagramm: Benennung eines Abflusses bei gewählter Höhe am Pegel) ingo@1189: ingo@1189: * flys/issue180 (WINFO: Zeilen der Tabelle können nach der Markierung in die Zwischenablage kopiert werden.) ingo@1189: ingo@1189: * flys/issue181 (Erstes Thema in der Themenliste wählt sich automatisch wieder an) ingo@1189: ingo@1189: * flys/issue191 (AT-Export: Längsten monoton steigenden Bereich exportieren.) ingo@1189: ingo@1189: * flys/issue219 (W-INFO: Abflusskurvenberechnung / keine Themen im Diagramm) ingo@1189: ingo@1189: * flys/issue254 (Datenkorb: Klonen von Artefakten in anderen Collections + Facettenfilter zum Ausblenden) ingo@1189: ingo@1189: * flys/issue256 (Datenkorb: XXX Issue festhalten) ingo@1189: ingo@1189: * flys/issue258 (Datenkorb: Outs statt States führen) ingo@1189: ingo@1189: * flys/issue259 (Daten aus Datenkorb in Diagramm einladen) ingo@1189: ingo@1189: * flys/issue260 (Datenkorb: Masterartefakt in View aufführen) ingo@1189: ingo@1189: * flys/issue262 (Datenkorb: Vereinigung der beiden Konfigurations-Templates) ingo@1189: ingo@1189: * flys/issue279 (WINFO: Elbe Wasserspiegellage - Index Out of Bounds) ingo@1189: ingo@1189: * flys/issue280 (BoundingBoxen von Streckenfavoriten und Haupt- und Extremwerten unsichtbar machen) ingo@1189: ingo@1189: * flys/issue281 (Karte: Auswahl der berechnten Wasserspiegellage über Inline-Datenkorb) ingo@1189: ingo@1189: * flys/issue282 (Karte: Abstand interpolierte Profile - Default wert) ingo@1189: ingo@1189: * flys/issue290 (Karte: Eingabe von Differenzen zw. WSP und Gelände findet keine Ausprägung in der Karte) ingo@1189: ingo@1189: * flys/issue303 (Keine Streckenfavoriten, wenn nur Q im Längsschnittdiagram ausgewählt) ingo@1189: ingo@1189: * flys/issue309 (Querprofil: Manuelle Eingabe funktioniert nicht nach Return (nur nach Tab)) ingo@1189: ingo@1189: * flys/issue310 (Querprofil: Farben der Themen) ingo@1189: ingo@1189: * flys/issue311 (Querprofil: i18n) ingo@1189: ingo@1189: ingo@1189: ingo@746: 2011-06-27 RELEASE 2.4 ingo@746: ingo@746: NEW: ingo@746: ingo@746: * Finalized the Facet concept: output modes and the output generation ingo@746: are now based on facets. Facets are created dynamically by an Artifact ingo@746: based on the results of a calculation. ingo@746: ingo@746: * Introduced a report mechanism that gives feedback of calculation ingo@746: problems. ingo@746: ingo@746: * Introduced output modes that generate XML document with calculation ingo@746: report information. ingo@746: ingo@746: * Introduced deactivated themes in charts: such themes are not rendered. ingo@746: ingo@746: * Introduced a cache to store distance info per river. ingo@746: ingo@746: * Introduced output modes that generate XML documents which contain meta ingo@746: information of charts as axes ranges, data ranges and a transformation ingo@746: matrix that allows to transform image coordinates into chart ingo@746: coordinates. ingo@746: ingo@746: * Added support for zoom values in Chart output modes. ingo@746: ingo@746: * Added support for min/max values in DESCRIBE documents. ingo@746: ingo@746: * Added "Oberkante" and "Unterkante" columns to distance info service. ingo@746: ingo@746: * Added a new export mode to save data in AT format. ingo@746: ingo@746: * Improved performance while storing/loading Q values of WST columns. ingo@746: ingo@746: * Improved the WQ values validation for calculation 1 & 4. ingo@746: ingo@746: * Improved calculations to work independent of "from"/"to" order of ingo@746: kilometer ranges. ingo@746: ingo@746: * Improved the input of WQ values for calculation 1. We distinguish ingo@746: between a selected Q at a given gauge or a selected Q that doesn't ingo@746: base on a given gauge. ingo@746: ingo@746: * Allow "from" to be greater than "to" in kilometer ranges. ingo@746: ingo@746: * Write default values of the user into the Artifact's DESCRIBE ingo@746: document (flys/issue40). ingo@746: ingo@746: ingo@746: FIXES: ingo@746: ingo@746: * flys/issue62 Artifacts no longer share their data with each other. ingo@746: ingo@746: * flys/issue77 Added titles for themes in duration curve charts. ingo@746: ingo@746: * flys/issue81 ingo@746: ingo@746: * flys/issue82 Fixed NPE after a calculation has taken place. ingo@746: ingo@746: * flys/issue84 ingo@746: ingo@746: * flys/issue85 Fixed location input for calculation 1 & 4. ingo@746: ingo@746: * flys/issue86 Fixed Q determination based on a given W. ingo@746: ingo@746: * flys/issue90 Removed space between chart axes and chart area. ingo@746: ingo@746: * flys/issue93 Renamed calculation 4. ingo@746: ingo@746: * flys/issue103 Append values selected by the user in the correct format ingo@746: to the DESCRIBE document of Artifacts (uses i18n). ingo@746: ingo@746: * flys/issue147 ingo@746: ingo@746: * flys/issue150 Invert the X axis correctly for charts of type ingo@746: calculation 1 & 4. ingo@746: ingo@746: * flys/issue154 Repaired computed discharge curve that broke after the ingo@746: facets had been finalized. ingo@746: ingo@746: * flys/issue157 Discharge curve charts (computed an static) will now ingo@746: have a lower x value set to "1". ingo@746: ingo@746: * flys/issue161 Longitudinal section chart's second Y axis will ingo@746: initially start at Q=0. ingo@746: ingo@746: * flys/issue164 Improved input validation for WQ input of calculation 4. ingo@746: ingo@746: * flys/issue172 Duration curve charts will now have a lower x value set ingo@746: to "0". ingo@746: ingo@746: * flys/issue173 Fixed broken gauge determination in calculation 4. ingo@746: ingo@746: * flys/issue174 Repaired broken upper margin between chart data and ingo@746: chart border in longitudinal section charts. ingo@746: ingo@746: * Added missing "Corrected W" facet for results of calculation 4. ingo@746: ingo@746: * Map datasets in duration curve charts to the correct axes. ingo@746: ingo@746: * Fixed broken XPath to detect output modes in an attribute document of ingo@746: a Collection. ingo@746: ingo@746: * Feed operation will no longer save data if the validation of the given ingo@746: values failed. ingo@746: ingo@746: ingo@746: ingo@619: 2011-05-19 RELEASE 2.3.1 ingo@619: ingo@619: NEW: ingo@619: ingo@619: * New export format for waterlevels: WST. ingo@619: ingo@619: * Added descriptions for the curves of the following charts: ingo@619: - discharge curves (dt. 'Abflusskurven am Pegel') ingo@619: - computed discharge curves (dt. 'berechnete Abflusskurven') ingo@619: - longitudinal section curves (dt. 'Längsschnitt') ingo@619: - discharge longitudinal section curves (dt. 'Abflusslängsschnitt') ingo@619: ingo@619: * Number formatting is done in a central place/class. ingo@619: ingo@619: FIXES: ingo@619: ingo@619: * flys/issue47 (Diagramm: Farbliche Unterscheidung von Abfluß und Wasserstand) ingo@619: ingo@619: * flys/issue52 (WINFO: W-Längsschnitt - Wasser jeweils von links nach rechts laufen lassen) ingo@619: ingo@619: * flys/issue53 (WINFO/Berechnungsausgabe: Kilometerierung und Wasserstände werden zum Teil mit vielen Nachkommastellen angezeigt) ingo@619: ingo@619: * flys/issue66: (i18n: Untertitel bei Längsschnitten - Bereich der Strecke enthält "double") ingo@619: ingo@619: * flys/issue67 (WINFO: Längsschnitt - Wasser fließt bergauf) ingo@619: ingo@619: * flys/issue72: (WINFO: Q/W/D-Info liefert selten eine Antwort) ingo@619: ingo@619: ingo@619: ingo@425: 2011-05-13 RELEASE 2.3 ingo@425: ingo@425: NEW: ingo@425: ingo@425: * Initial release of the artifacts for FLYS. Currently there is a single ingo@425: WINFO artifact for the following computations: ingo@425: - waterlevels ingo@425: - discharge curves ingo@425: - duration curves ingo@425: - discharge longitudinal section curves ingo@425: ingo@425: * Configuration is placed in doc/conf/conf.xml ingo@425: ingo@425: * WINFO Artifact specific configuration is placed in ingo@425: doc/conf/artifacts/winfo.xml ingo@425: ingo@425: * So called 'OutGenerators' produce different types of output. ingo@425: Currently, the flys-artifacts are able to produce charts and exports. ingo@425: Each output type has to be configured in conf.xml. ingo@425: ingo@425: * New chart types: ingo@425: - discharge curves (dt. 'Abflusskurven am Pegel') ingo@425: - computed discharge curves (dt. 'Abflusskurve') ingo@425: - longitudinal section curves (dt. 'Längsschnitte') ingo@425: - duration curves (dt. 'Dauerlinie') ingo@425: - discharge longitudinal section curve (dt. 'W bei ingo@425: ungleichmäßigem Abflusslängsschnitt') ingo@425: ingo@425: * New exports: ingo@425: - csv of waterlevels ingo@425: - csv of duration curves ingo@425: - csv of computed discharge curves ingo@425: - csv of discharge longitudinal section ingo@425: ingo@425: * New services that provides: ingo@425: - supported rivers ingo@425: - main values of a gauge ingo@425: - range information of a river ingo@425: - meta information of a river ingo@425: ingo@425: * Caching of computation relevant values ingo@425: ingo@425: * Initial model to support chart specific themes (theme.xml) ingo@425: ingo@425: ingo@425: LIMITATIONS: ingo@425: ingo@425: * Charts are not rendered using the themes in theme.xml ingo@425: ingo@425: ingo@425: !!! ingo@425: ingo@425: The version number of this release depends on an existing desktop variant of ingo@425: this software that is in version 2.1. ingo@425: ingo@425: !!! ingo@425: ingo@425: ingo@425: 2011-03-30 RELEASE 0.1