comparison gnv-artifacts/Changes @ 875:5e9efdda6894

merged gnv-artifacts/1.0
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 28 Sep 2012 12:13:56 +0200
parents 0e458a4271c4
children e7efbded1367
comparison
equal deleted inserted replaced
722:bb3ffe7d719e 875:5e9efdda6894
1 2010-04-28 RELEASE 1.0
2
3 NEW:
4
5 * Support for renaming wms layers (#198)
6
7 * Support for Contis, Nauthis and Marine Features (#92, #205)
8
9 * Support for exporting/importing artifacts (#208)
10 Before an artifact is exported, the cleanup() method is called to do
11 relevant things before an export.
12
13 * Improved the matrix for parameter-measurement selection. The user can
14 choose between different depths only without relation to a specific
15 parameter (#210)
16
17 * ODV export of a 'Profilschnitt' is possible now (#217)
18
19 * The MapServer can be called without explicitly declaration of the
20 mapfile path (#235, #220). A wrapper script is used - located in the
21 cgi directory of apache - to export the mapfile path.
22
23 * The transition model can be plotted as pdf or svg (#262) with the help
24 of an xsl sheet contained in the contrib directory.
25
26 * Added a template mechanism for 'Layer' product. A default layer is
27 used if there is no specific template for a layer.
28
29 * Support for MapViewer call. A MapViewer call feeds an artifact
30 initially with parameters that are used if the artifact reaches states
31 which require these parameters. These states are called
32 AutoResumeStates and leads the artifact to the next state immediately.
33
34
35 Fixed:
36
37 * Date changes have no effect on wms output (#201)
38 * The subtitle of a horizontalprofile chart contains its beginning
39 coordinate (#120)
40 * Limit rendering of floating point numbers to 3 decimals in
41 MapServer (#209)
42 * Improvements respective to csv exports (#122)
43 * Improvements respective to odv exports (#215)
44 * Display the the time to live of an artifact / wms layer in gui (#197)
45 * Avoid race-conditions while chart creation (#211)
46 * Remove shapefile directories if an artifact reaches its end of
47 life (#164)
48 * Avoid cut axes labels with a gap between data area and chart
49 border (#192, #163)
50 * Wrong time intervals inserted by a user don't cause NPE anymore (#212)
51 * User inserted wkt string are validated (#214, #251)
52 * The geometry type used for wms publishing is fetched from database (#213)
53 * Improved gap detection in timeseries charts (#175)
54 * Selection of layer without items not possible anymore (#200)
55 * Improved chart creation for product type SST (#232)
56 * Added the station name to the subtitle of timeseries charts (#226)
57 * Added the timeinterval to the subtitle of timeseries charts (#152)
58 * Calculate the x-range of verticalprofile charts correct (#229)
59 * Calculate the y-range of horizontalprofile charts correct (#233)
60 * The width of a class in histograms can be specified by a floating
61 point number (#231)
62 * Added label for y-axes in histograms (#243)
63 * 'Profilschnitte' can be exported as png-image (#216)
64 * I18N support for statistic output (#228)
65 * Improved subtitles of horizontalprofile charts (#138)
66 * Removed a duplicated path to the mapfile in the configuration (#220)
67 * The layer selection in the product 'Layer' is no longer limited to
68 a single layer (#252)
69 * Added missing units into class templates that are displayed when
70 calling WMS GetLegendGraphic operation on 'Horizontalschnitten' (#246)
71 * The Restlet server uses the same log4j configuration as the rest of
72 the application (#6)
73 * Files used by artifact-database and cache are written to an own
74 directory - no longer into the conf directory (#218)
75
76
77 2010-03-08 RELEASE 0.5
78
79
80 2010-01-27 RELEASE 0.4
81
82 New:
83
84 * Added entire infrastructure for interpolation pipeline:
85 * Rasterizers on a configurable grid resolution (x and y).
86 * Vectorizer producing geoemetries from rasterized data
87 (introducting dependency to GNU Trove 2.2.1)
88 * Color palette handling
89 * Support for using DEM (seabed) in interpolation
90 * helper script for converting color palettes to
91 QGIS 1.4 styling format
92
93 * Diagrams:
94
95 * 'Profilschnitte' (via JFreeChart compatible Vectorizer output)
96 * 'Horizontalschnitte' (via JTS compatible Vectorizer output)
97 * Multi-polygons: Classes determined by palette values
98 * Multi-linestrings: Iso lines determined with rules of #108
99
100 * Support for 2D diagrams with multi-polygons (with shells and holes)
101 and multi-linestrings (essentially what is called "Simple Feature")
102 * Improved labeling (heading, subheading) of all diagrams
103
104 * Added support for ProxyArtifact to support access to history of states
105 * Added support for writing Shapefiles with GeoTools (introducing
106 dependency to GeoTools 3.5.8)
107
108 Fixed:
109
110 * Generation of vertical profiles failed on Marnet (#142)
111 * Using correct MIME-type for SVG-Export in configuration (#148)
112 * Enabling/Disabling points in GUI (#105)
113 * Reanming values for selcting the direction of an axis (#129)
114 * Adapting granularity for labels for timeseries (#152)
115 * adapting range of values for data series with identical name
116 and different time ranges (#136/137)i
117 * Corrected interpolation based on horizontal cross-section (#153)
118 * Enabling/Disabling points in diagrams with PDF export (#156)
119 * Harmonized background color in 2D diagrams (#157)
120 * Adding label for axis for 2D diagrams (#158)
121
122
123 2009-12-17 RELEASE 0.3
124
125 New:
126
127 * SVG export for charts (introducing Apache Batik dependency)
128 * PDF export for charts. (introducing iText dependency)
129 * style templating for charts via XML.
130 * Units are now localized and added to the charts
131 * Gap detection for horizontal and vertical profile charts.
132
133 * 'Horizontale Schnittprofile'
134
135 * Added region filters
136
137 Fixed:
138
139 * Various i18n messages. (Issue 129)
140 * problems with verticalprofile charts.
141 * TG_0030.008: "Unterscheidung bei Farben wechselt
142 zwischen verschiedenen Ausgabeprodukten bei gleicher Parameterwahl"
143 * TG_0030.004: "Jahreszahlen an der Abszisse werden nicht angezeigt"
144 * TG_0030.004 : i18n funktioniert an Abzissenbeschriftung noch nicht (Issue 104)
145
146 Changed:
147
148 * The configuration system to define the workflows
149 with artifacts. Cleaner separation states vs. transistions.
150
151 * Default configuration of ttl of artifacts is more realistic now.
152
153 * Used more recent versions of JFreeChart and Apache Common Math.
154
155 * Local caching of data is now used more consequently
156
157 Removed:
158
159 * Old conterra charting code.
160
161 2009-11-13 RELEASE 0.2
162
163 * Adding support for relative pathnames relating to central
164 config document (issue 59)
165
166 * Splitting of configuration documents (Issue 40)
167
168 * Corrected data model of artifacs (issue 3)
169
170 * Added FIS Sea State, SEACAT, Current Meter, Ice Station Reports
171
172 * Implemented gaps for spatial and temportal gaps (issue 45)
173
174 * TG_0040.005: Added a first ODV support
175
176 * Added more input validation to make it more user-friendly
177
178 * Added a first documentation of configuration documents
179
180
181 2009-10-07 RELEASE 0.1
182
183 * Initial release of the artifacts special for the
184 BSH Generic Viewer. They are to be configured to live
185 inside an artifact database via conf.xml.
186
187 * The collection of parameters is modelled by transistions
188 inside the XML.
189
190 * src/test/ressources/conf.xml gives a setup to use all
191 the provided artifacts.
192
193 * Products can be produced for following FIS:
194 Marnet, IMIS, STAUN, Modeldata, Delphin, Thermosalinograph,
195 Chemusurvey, GTS, CTD, CBT in form of time series,
196 vertical profiles and horizontal profiles on meshes
197 and instantaneous points.

http://dive4elements.wald.intevation.org