Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/Changes @ 540:80630520e25a
merged gnv-artifacts/0.4
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Fri, 28 Sep 2012 12:13:49 +0200 |
parents | 0f454d8067ca |
children | 0e458a4271c4 |
comparison
equal
deleted
inserted
replaced
415:9f4a0b990d27 | 540:80630520e25a |
---|---|
1 2010-01-27 RELEASE 0.4 | |
2 | |
3 New: | |
4 | |
5 * Added entire infrastructure for interpolation pipeline: | |
6 * Rasterizers on a configurable grid resolution (x and y). | |
7 * Vectorizer producing geoemetries from rasterized data | |
8 (introducting dependency to GNU Trove 2.2.1) | |
9 * Color palette handling | |
10 * Support for using DEM (seabed) in interpolation | |
11 * helper script for converting color palettes to | |
12 QGIS 1.4 styling format | |
13 | |
14 * Diagrams: | |
15 | |
16 * 'Profilschnitte' (via JFreeChart compatible Vectorizer output) | |
17 * 'Horizontalschnitte' (via JTS compatible Vectorizer output) | |
18 * Multi-polygons: Classes determined by palette values | |
19 * Multi-linestrings: Iso lines determined with rules of #108 | |
20 | |
21 * Support for 2D diagrams with multi-polygons (with shells and holes) | |
22 and multi-linestrings (essentially what is called "Simple Feature") | |
23 * Improved labeling (heading, subheading) of all diagrams | |
24 | |
25 * Added support for ProxyArtifact to support access to history of states | |
26 * Added support for writing Shapefiles with GeoTools (introducing | |
27 dependency to GeoTools 3.5.8) | |
28 | |
29 Fixed: | |
30 | |
31 * Generation of vertical profiles failed on Marnet (#142) | |
32 * Using correct MIME-type for SVG-Export in configuration (#148) | |
33 * Enabling/Disabling points in GUI (#105) | |
34 * Reanming values for selcting the direction of an axis (#129) | |
35 * Adapting granularity for labels for timeseries (#152) | |
36 * adapting range of values for data series with identical name | |
37 and different time ranges (#136/137)i | |
38 * Corrected interpolation based on horizontal cross-section (#153) | |
39 * Enabling/Disabling points in diagrams with PDF export (#156) | |
40 * Harmonized background color in 2D diagrams (#157) | |
41 * Adding label for axis for 2D diagrams (#158) | |
42 | |
43 | |
44 2009-12-17 RELEASE 0.3 | |
45 | |
46 New: | |
47 | |
48 * SVG export for charts (introducing Apache Batik dependency) | |
49 * PDF export for charts. (introducing iText dependency) | |
50 * style templating for charts via XML. | |
51 * Units are now localized and added to the charts | |
52 * Gap detection for horizontal and vertical profile charts. | |
53 | |
54 * 'Horizontale Schnittprofile' | |
55 | |
56 * Added region filters | |
57 | |
58 Fixed: | |
59 | |
60 * Various i18n messages. (Issue 129) | |
61 * problems with verticalprofile charts. | |
62 * TG_0030.008: "Unterscheidung bei Farben wechselt | |
63 zwischen verschiedenen Ausgabeprodukten bei gleicher Parameterwahl" | |
64 * TG_0030.004: "Jahreszahlen an der Abszisse werden nicht angezeigt" | |
65 * TG_0030.004 : i18n funktioniert an Abzissenbeschriftung noch nicht (Issue 104) | |
66 | |
67 Changed: | |
68 | |
69 * The configuration system to define the workflows | |
70 with artifacts. Cleaner separation states vs. transistions. | |
71 | |
72 * Default configuration of ttl of artifacts is more realistic now. | |
73 | |
74 * Used more recent versions of JFreeChart and Apache Common Math. | |
75 | |
76 * Local caching of data is now used more consequently | |
77 | |
78 Removed: | |
79 | |
80 * Old conterra charting code. | |
81 | |
82 2009-11-13 RELEASE 0.2 | |
83 | |
84 * Adding support for relative pathnames relating to central | |
85 config document (issue 59) | |
86 | |
87 * Splitting of configuration documents (Issue 40) | |
88 | |
89 * Corrected data model of artifacs (issue 3) | |
90 | |
91 * Added FIS Sea State, SEACAT, Current Meter, Ice Station Reports | |
92 | |
93 * Implemented gaps for spatial and temportal gaps (issue 45) | |
94 | |
95 * TG_0040.005: Added a first ODV support | |
96 | |
97 * Added more input validation to make it more user-friendly | |
98 | |
99 * Added a first documentation of configuration documents | |
100 | |
101 | |
102 2009-10-07 RELEASE 0.1 | |
103 | |
104 * Initial release of the artifacts special for the | |
105 BSH Generic Viewer. They are to be configured to live | |
106 inside an artifact database via conf.xml. | |
107 | |
108 * The collection of parameters is modelled by transistions | |
109 inside the XML. | |
110 | |
111 * src/test/ressources/conf.xml gives a setup to use all | |
112 the provided artifacts. | |
113 | |
114 * Products can be produced for following FIS: | |
115 Marnet, IMIS, STAUN, Modeldata, Delphin, Thermosalinograph, | |
116 Chemusurvey, GTS, CTD, CBT in form of time series, | |
117 vertical profiles and horizontal profiles on meshes | |
118 and instantaneous points. |