rev |
line source |
charnik@1334
|
1
|
charnik@1334
|
2
|
charnik@1334
|
3 * Version 3.2.10 released.
|
charnik@1334
|
4
|
sgian@1340
|
5 * Fixed a bug in queries that contain variables that exist inside
|
sgian@1340
|
6 spatial functions in select and do not exist in the where clause
|
sgian@1340
|
7 made Strabon throw a NULL pointer exception.
|
sgian@1340
|
8 (bug #51 https://bug.strabon.di.uoa.gr/ticket/51)
|
sgian@1340
|
9
|
charnik@1334
|
10 * Various changes in the interface and behavior of Strabon Endpoint:
|
charnik@1334
|
11 - Revised the logos and the sample queries.
|
charnik@1334
|
12 - Results query limit is set to zero (unlimited).
|
charnik@1334
|
13 - Users can now store RDF data that is present in a file on the
|
charnik@1334
|
14 client side (the file is uploaded to the server).
|
charnik@1334
|
15 - Credentials are now required for uploading files or executing
|
charnik@1334
|
16 UPDATE queries, unless Strabon Endpoint runs locally (localhost).
|
charnik@1334
|
17 - When viewing the results of queries in HTML, any URI is now an
|
charnik@1334
|
18 active link to itself. Previously, that URI was being DESCRIBEd
|
charnik@1334
|
19 and one was being transferred to a page viewing the result of the
|
charnik@1334
|
20 DESCRIBE query.
|
charnik@1334
|
21 - The DESCRIBE functionality can now be accessed through the menu bar.
|
charnik@1334
|
22
|
sgian@1329
|
23 * Fixed a bug where strdf:intersection function did not work as an
|
sgian@1329
|
24 aggregate when used without 'GROUP BY'.
|
sgian@1329
|
25 (bug #46 https://bug.strabon.di.uoa.gr/ticket/46)
|
sgian@1329
|
26
|
charnik@1280
|
27 Sat Oct 19 23:37:23 2013 Pyravlos Team
|
charnik@932
|
28
|
charnik@932
|
29 * Version 3.2.9 released.
|
charnik@932
|
30
|
Konstantina@1235
|
31 * Added support for the following google chart types: PieChart,
|
Konstantina@1235
|
32 AreaChart and ColumnChart to strabon endpoint.
|
Konstantina@1235
|
33
|
Konstantina@1265
|
34 * Added Timemap as new results format in Strabon endpoint. This
|
Konstantina@1265
|
35 option displays results in a map and a timeline on the same time,
|
Konstantina@1265
|
36 using the Timemap js library (http://code.google.com/p/timemap/).
|
Konstantina@1265
|
37 The KMLWriter has been extended for that purpose, by transforming
|
Konstantina@1265
|
38 dateTime values that are included in the result set into the respective
|
Konstantina@1265
|
39 TimeStamp KML primitive (https://developers.google.com/kml/documentation/time).
|
Konstantina@1265
|
40 In the "temporals" branch, the values of the strdf:period datatype
|
Konstantina@1265
|
41 are converted into the respective KML TimeSpan primitive.
|
Konstantina@1265
|
42
|
charnik@1117
|
43 * Added extension function <http://postgis.net/ST_Centroid> which is
|
charnik@1117
|
44 mapped to the ST_Centroid(geometry) extension function of PostGIS.
|
charnik@1117
|
45 See also: <http://postgis.org/docs/ST_Centroid.html>.
|
charnik@1117
|
46
|
charnik@1115
|
47 * Added extension function <http://postgis.net/ST_MakeLine> which is
|
charnik@1115
|
48 mapped to the ST_MakeLine(geometry, geometry) extension function of
|
charnik@1115
|
49 PostGIS. See also: <http://postgis.org/docs/ST_MakeLine.html>.
|
charnik@1115
|
50
|
charnik@1115
|
51 * Added PostGIS vocabulary class.
|
charnik@1115
|
52
|
charnik@1012
|
53 * Added support of all SPARQL result types provided by Sesame (json,
|
charnik@1012
|
54 xml, csv, tsv, binary). To get the respective writer, just prepend the
|
charnik@1012
|
55 string "SPARQL/", e.g., "SPARQL/JSON". This is to ensure that we
|
charnik@1012
|
56 support all SPARQL result formats of the SPARQL Protocol.
|
charnik@1012
|
57
|
charnik@990
|
58 * Fixed a bug where a non-implemented extension function would make
|
charnik@990
|
59 Strabon throw a NULL pointer exception. Now we get away with it
|
charnik@990
|
60 through a warning.
|
charnik@990
|
61
|
charnik@990
|
62 * Strabon endpoint now publishes the URIs of the supported units of
|
charnik@990
|
63 measure for use in strdf:distance and geof:distance functions of
|
charnik@990
|
64 stSPARQL and GeoSPARQL, respectively. The URIs are those defined by
|
charnik@990
|
65 OGC Units of Measure 1.0 specification which may be found at
|
charnik@990
|
66 http://www.opengis.net/def/uom/OGC/1.0/. Strabon endpoint publishes
|
charnik@990
|
67 the URIs at http://localhost:8080/endpoint/Capabilities.
|
charnik@990
|
68
|
charnik@1004
|
69 * Created new module with name 'vocab` and artifactId
|
charnik@1004
|
70 'strabon-vocabulary` and moved GeoConstants.java there. Other
|
charnik@1004
|
71 vocabularies have been added as well, such as Simple Features, and
|
charnik@1004
|
72 GeoSPARQL.
|
charnik@966
|
73
|
charnik@964
|
74 * Strabon endpoint now publishes the URIs of the supported extension
|
charnik@964
|
75 functions for stSPARQL and GeoSPARQL. One should access them by
|
charnik@964
|
76 hitting the link http://localhost:8080/endpoint/Capabilities.
|
charnik@964
|
77
|
charnik@932
|
78 * Support for parsing EPSG URIs in geometry literals with datatype
|
charnik@932
|
79 geo:wktLiteral.
|
charnik@932
|
80 (bug #33: http://bug.strabon.di.uoa.gr/ticket/33)
|
charnik@932
|
81
|
kallirroi@1273
|
82 * Endpoint Client now supports querying of Virtuoso and Parliament endpoints.
|
kallirroi@1273
|
83
|
kallirroi@1273
|
84 * Endpoint Client now supports store and update operations, but only
|
kallirroi@1273
|
85 for Strabon Endpoints.
|
kallirroi@1273
|
86
|
kallirroi@1143
|
87 * GeoSPARQL functions sfCrosses, sfOverlaps, ehOverlaps do not use the
|
kallirroi@1143
|
88 ST_Relate PostGIS function (bug #24: http://bug.strabon.di.uoa.gr/ticket/24)
|
kallirroi@1143
|
89
|
kallirroi@1143
|
90 * All Simple Features functions of GeoSPARQL do not use the ST_Relate
|
kallirroi@1143
|
91 PostGIS function
|
psmeros@1176
|
92
|
Konstantina@1174
|
93 * Added diffTime function. This function performs the difference
|
Konstantina@1174
|
94 between two literals of xsd:time datatype and returns a literal of
|
Konstantina@1174
|
95 the xsd:time datatype as well.
|
psmeros@1175
|
96
|
psmeros@1175
|
97 * Added a testsuite package in default branch. Full tester guide can be found
|
psmeros@1175
|
98 in README. Among other, most of GeoSPARQL compliance tests
|
psmeros@1175
|
99 (https://portal.opengeospatial.org/files/?artifact_id=47664, pg. 53) have been
|
psmeros@1175
|
100 implemented.
|
kallirroi@1143
|
101
|
sgian@1267
|
102 * Changed the definition and implementation of strdf:distance function, by
|
sgian@1267
|
103 adopting the definition of GeoSPARQL.
|
sgian@1267
|
104 (bug #23: http://bug.strabon.di.uoa.gr/ticket/23)
|
sgian@1267
|
105
|
sgian@1268
|
106 * Changed the definition and implementation of strdf:buffer function, by
|
sgian@1268
|
107 adopting the definition of GeoSPARQL.
|
sgian@1268
|
108 (bug #35: http://bug.strabon.di.uoa.gr/ticket/35)
|
sgian@1268
|
109
|
sgian@1269
|
110 * Added geof:distance and geof:buffer functions, which have the same definition
|
sgian@1269
|
111 with strdf:distance and strdf:buffer respectively.
|
sgian@1276
|
112 (bug #32: http://bug.strabon.di.uoa.gr/ticket/32)
|
sgian@1269
|
113
|
sgian@1270
|
114 * Added a download button when performing describe and construct queries at the
|
sgian@1270
|
115 endpoint.
|
sgian@1270
|
116 (bug #38: http://bug.strabon.di.uoa.gr/ticket/38)
|
sgian@1270
|
117
|
sgian@1270
|
118 * Fixed a bug, where XMLWriter and TSVWriter did not return geometries with the
|
sgian@1270
|
119 SRID.
|
sgian@1270
|
120 (bug #47: http://bug.strabon.di.uoa.gr/ticket/47)
|
sgian@1270
|
121
|
sgian@1266
|
122 * Fixed a bug where the GeoSPARQL construct functions did not return the datatype
|
sgian@1266
|
123 geo:wktLiteral datatype but strdf:WKT.
|
sgian@1266
|
124
|
charnik@927
|
125 Tue Mar 26 13:28:26 2013 Pyravlos Team
|
charnik@645
|
126
|
charnik@853
|
127 * Version 3.2.8 released.
|
charnik@853
|
128
|
charnik@926
|
129 * Added support for handling (storing/querying) GeoSPARQL datatypes.
|
charnik@926
|
130 (bug #31: http://bug.strabon.di.uoa.gr/ticket/31)
|
charnik@926
|
131
|
charnik@926
|
132 * Fixed a bug in StoreOp that wouldn't close the connection, neither
|
charnik@926
|
133 rollback the transaction upon an exception. This had as a side effect
|
charnik@926
|
134 the abnormal termination of StoreOp (through for example the use of
|
charnik@926
|
135 Ctrl-C signal) which was leaving the database locked.
|
charnik@926
|
136
|
charnik@926
|
137 * Fixed bug where spatial aggregates (e.g., union) didn't work as
|
charnik@926
|
138 expected when the query didn't contain a `GROUP BY' clause.
|
charnik@926
|
139 (bug #22: http://bug.strabon.di.uoa.gr/ticket/22)
|
charnik@926
|
140
|
charnik@926
|
141 * Updated GeoSPARQL namespaces and fixed function names to comply with
|
charnik@926
|
142 the GeoSPARQL specification.
|
charnik@926
|
143 (bug #25: http://bug.strabon.di.uoa.gr/ticket/25)
|
charnik@926
|
144
|
charnik@853
|
145 Wed Jan 09 18:06:41 2013 Pyravlos Team
|
charnik@853
|
146
|
kkyzir@801
|
147 * Version 3.2.7 released.
|
kkyzir@801
|
148
|
ggarbis@854
|
149 * Add an extension function
|
ggarbis@854
|
150 <http://strdf.di.uoa.gr/extensions/ontology#diffDateTime> for computing the
|
ggarbis@854
|
151 span (in milliseconds) between two timestamps.
|
ggarbis@854
|
152
|
ggarbis@854
|
153 * Added an <endpoint-exec> module. This module builds an executable jar file
|
ggarbis@854
|
154 with an embedded Apache Tomcat 7. To create and run the executable jar just
|
ggarbis@854
|
155 type:
|
ggarbis@854
|
156 $ mvn clean package
|
ggarbis@854
|
157 $ java -jar endpoint-exec/target/strabon-endpoint-executable-*.jar
|
charnik@853
|
158
|
charnik@810
|
159 * Modified strabon script and postgis/monetdb.StoreOP class to get an
|
charnik@810
|
160 option for storing a RDF file in a named graph. Moreover, the RDF
|
charnik@810
|
161 format of the input RDF file now is given as an option (still, if it
|
charnik@810
|
162 is missing, it is assumed that the input is in N-TRIPLES format). The
|
charnik@810
|
163 option for the format is -f and the option for the named graph is -g
|
charnik@810
|
164 (takes a URI as an argument).
|
charnik@810
|
165
|
kkyzir@801
|
166 * Modified the names of the stSPARQL extension functions that
|
kkyzir@801
|
167 utilize the minimum bounding boxes of the involved geometries.
|
kkyzir@801
|
168
|
charnik@811
|
169 Tue Dec 11 19:33:45 2012 Pyravlos Team
|
charnik@811
|
170
|
kkyzir@800
|
171 * Version 3.2.6 released.
|
kkyzir@800
|
172
|
kkyzir@800
|
173 * Modified the names of the stSPARQL extension functions to comply
|
kkyzir@801
|
174 with the OGC Simple Features Access standard.
|
kkyzir@800
|
175
|
charnik@811
|
176 Tue Dec 11 00:11:43 2012 Pyravlos Team
|
charnik@811
|
177
|
charnik@645
|
178 * Version 3.2.5 released.
|
charnik@645
|
179
|
charnik@811
|
180 * Added support for querying temporal information. This functionality
|
Konstantina@848
|
181 may be found in the `temporals' branch.
|
Konstantina@848
|
182
|
charnik@849
|
183 The datatypes <http://strdf.di.uoa.gr/ontology#period> and
|
charnik@849
|
184 <http://www.w3.org/2001/XMLSchema#dateTime> are used to
|
charnik@849
|
185 represent periods and instants respectively.
|
Konstantina@848
|
186
|
charnik@849
|
187 The valid time time of triples is represented using quadtruples,
|
charnik@849
|
188 with the valid time annotation(instant or period) being the
|
charnik@849
|
189 fourth element of the quad. In the same way, temporal triple
|
charnik@849
|
190 patterns are used in queries to retrieve the valid time of
|
charnik@849
|
191 triples.
|
Konstantina@848
|
192
|
charnik@849
|
193 Some functions have been renamed (their URIs have changed) to
|
charnik@849
|
194 follow the names of the respective relations of Allen's
|
charnik@849
|
195 interval algebra and other functions have been added.
|
Konstantina@848
|
196
|
Konstantina@848
|
197 The following temporal functions are supported:
|
charnik@849
|
198 during, periodOverlaps, equalsPeriod, nequalsPeriod, adjacent,
|
charnik@849
|
199 before, after, overleft, overright, meets, starts, finishes,
|
charnik@849
|
200 period_intersect, period_union, preceding_period, and
|
charnik@849
|
201 succeeding_period.
|
Konstantina@848
|
202
|
charnik@759
|
203 * Changed behaviour of Strabon and Strabon Endpoint for connecting to
|
charnik@759
|
204 a spatially-enabled database. Only one instance of Strabon is allowed
|
charnik@759
|
205 at a time.
|
charnik@759
|
206
|
charnik@688
|
207 * Implemented a Java client for Strabon Endpoint. The client should be
|
charnik@688
|
208 used only with endpoint versions >=3.2.5. The implementation may be
|
charnik@688
|
209 found int the `endpoint-client' submodule of maven. Currently, only
|
charnik@688
|
210 querying of Strabon Endpoints is supported.
|
charnik@688
|
211
|
charnik@662
|
212 * Added support for requesting the capabilities of Strabon Endpoint
|
charnik@662
|
213 (fixes Bug #20 <http://bug.strabon.di.uoa.gr/ticket/20>). See
|
charnik@662
|
214 changesets f840796400bf and ?<TBC>? for specific details and how you
|
charnik@662
|
215 can determine the capabilities of older endpoints (versions <= 3.2.4).
|
charnik@662
|
216
|
charnik@658
|
217 * Updated KML writer to include the projected variables of an stSPARQL
|
charnik@658
|
218 query in "ExtendedData" and "Data" tags. This is the proper way to
|
charnik@658
|
219 do it if we need to convert a KML to a ESRI shapefile and also include
|
charnik@658
|
220 such information as attributes for a feature. See related pages from
|
charnik@658
|
221 KML specification:
|
charnik@658
|
222 <https://developers.google.com/kml/documentation/kmlreference#extendeddata>
|
charnik@658
|
223 <https://developers.google.com/kml/documentation/extendeddata>
|
charnik@658
|
224
|
charnik@645
|
225 * Added user authentication for storing RDF data through Strabon
|
charnik@662
|
226 Endpoint. The credentials are specified in
|
charnik@662
|
227 WEB-INF/credentials.properties file.
|
charnik@645
|
228
|
charnik@645
|
229 * Strabon Endpoints now limits the number of the results to a maximum
|
charnik@645
|
230 one. The maximum number is specified in the beans.xml file. This
|
charnik@645
|
231 corresponds to parameter "maxLimit". The endpoint script has also been
|
charnik@645
|
232 updated correspondingly; the limit can be given using the option "-l".
|
charnik@645
|
233 One can disable limiting of query results, by setting the "maxLimit"
|
charnik@645
|
234 parameter to 0. Addresses Bug #6
|
charnik@645
|
235 (<http://bug.strabon.di.uoa.gr/ticket/6>).
|
charnik@645
|
236
|
charnik@645
|
237 * Added "Known Issues" section to README.
|
charnik@645
|
238
|
charnik@645
|
239 * Added -m (more memory) and -M (much more memory) options in strabon
|
charnik@645
|
240 script for out-of-memory exceptions.
|
charnik@645
|
241
|
charnik@849
|
242 * Fixed Bug #10 (<http://bug.strabon.di.uoa.gr/ticket/10>). Now
|
charnik@849
|
243 KMLWriter handles more geometric types (other than polygons). See
|
charnik@849
|
244 changeset 9a3bfee64a39.
|
charnik@645
|
245
|
charnik@645
|
246 * Menu and navigation in Strabon Endpoint has changed to use jquery.
|
charnik@645
|
247 The menu is now populated using the queries placed inside the beans.xml.
|
charnik@645
|
248
|
charnik@645
|
249 * Added BrowseBean and browse.jsp for browsing the RDF data using the
|
charnik@645
|
250 Strabon Endpoint.
|