forked from Reading-eScience-Centre/ncwms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
executable file
·148 lines (125 loc) · 4.4 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
2.2.12
======
Updated to EDAL 1.2.12
2.2.11
======
Updated to EDAL 1.2.11
2.2.10
======
Updated to EDAL 1.2.10
2.2.9
=====
Updated to EDAL 1.2.9
2.2.8
=====
Updated to EDAL 1.2.8
Bug fixes
2.2.7
=====
Updated to EDAL 1.2.7
2.2.6
=====
Updated to EDAL 1.2.6
2.2.5
=====
Updated to EDAL 1.2.5
2.2.4
=====
Updated to EDAL 1.2.4
2.2.3
=====
Updated to EDAL 1.2.3
Added Godiva3 config servlet
2.2.2
=====
Updated to EDAL 1.2.2
The following entries contain changes to both ncWMS and the EDAL libraries - prior to release 2.2.2, ncWMS and EDAL were part of the same project.
1.2.1
=====
Bugfixes:
Fixed issue with NcML + SNAPSHOT NetCDF libs
Handle single-item collection in CoverageJSON as a coverage, not a collection
Fixed trailing slash issue on URI in CoverageJSON
1.2.0
=====
Moved configuration to web.xml where it can be overridden so that it persists across deployments
Moved User Guide into source tree, and setup gitbooks.com to automatically generate it on push.
Added examples module for example code using EDAL
Moved PlottingDomainParameters to the graphics module
Implemented CoverageJSON as output format for WMS GetMap (disabled by default)
Bugfixes:
WMS deals with out-of-range TIME/ELEVATION values properly (i.e. with an XML ServiceException)
Moved to (specific) SNAPSHOT version of NetCDF Java libs - the old ones were only in the repo by mistake
1.1.2
=====
Updated licence conditions to require use of ReSC logo in Godiva3
Bugfixes:
Remove data from cache when (if) it refreshes periodically - this was causing no data update
Correct handling of NaN in EN3/4 datasets
Fixed NullPointerException when dataset title is missing from admin interface
Godiva3 works properly on HTTPS
Made http://server/ncWMS2/admin redirect to http://server/ncWMS2/admin/
Fixed redirect issue on config update with Tomcat 8+
Fixed TRANSPARENT/BGCOLOR clash - TRANSPARENT always implies BGCOLOR=transparent
1.1.1
=====
Changed default palette back to blues
Added face-based grids for UGRID conventions
Added workaround for 2D depth axes in UGRID
Optimised UGRID data reading - was previously not fast enough to work with OPeNDAP reliably
Bugfixes:
Fixed KDTree range search (didn't account for longitude wrapping)
Removed duplicate copyright messages from CSV download
1.1.0
=====
Support for unstructured grids which follow the UGRID conventions - includes refactor of dataset hierarchy
Support for categorical datasets, including plotting, legend, and GetFeatureInfo
Added more perceptually linear colour palettes
Optimisation of Polygon.contains()
Uses new background map server
Re-added datetime label on animations
Support for explicitly-specified axis bounds (i.e. "bounds" attribute in NetCDF)
Bugfixes:
Animations respect log scale
Metadata filters on ImageLayers now only get applied to the relevant layers (not all layers)
Border around extraction area now only applies to glyph layers
Handles environments where the user's home directory is non-writable
Handles curvilinear cells which cross the dateline
Changed title for EN3/4 extracted features
Widened clickable box for GFI on continuous domain. Rounding errors meant that the current one was a little too small
Arrow plots now use BGCOLOR parameter
Arrow plots have a default style
Changed default vector legend graphic to not include arrows
1.0.4
=====
Modified AbstractPointDataset to make it simpler to extend
Preliminary support for WaterML
Made it possible to specify dataset as part of the URL
Access to specific datasets in Godiva3 (incl. dynamic datasets)
Better error handling in Godiva3
Support for named colours
Fixed bug where a parsing error on a style can cause ncWMS not to start
Preliminary support for MODIS land cover
1.0.3
=====
Added CHANGELOG
Use latest version of JFreeChart
Bugfixes:
Geographic bounding boxes were not always working in GetCapabilities
Time values were not read correctly in aggregations when they were stored as floats
Title generation for dynamic datasets
Return numerical data in same type as underlying storage
1.0.2
=====
Update docs
Bugfixes:
Layer names were not appearing in capabilities document
Last update times were not appearing in ncWMS admin interface
Only show messages from exceptions if present
1.0.1
=====
Updated docs
Fixed bug where pcolor library was not being included in edal-graphics
1.0
===
First release of EDAL 1.0 / ncWMS 2.0