age |
author |
description |
2013-03-26 |
Babis Nikolaou |
[maven-release-plugin] copy for tag v3.2.8 |
2013-03-26 |
Babis Nikolaou |
[maven-release-plugin] prepare release v3.2.8v3.2.8 |
2013-03-26 |
Babis Nikolaou |
updated ChangeLog for release |
2013-03-25 |
Babis Nikolaou |
updated ChangeLog file |
2013-03-25 |
Babis Nikolaou |
added very very naive CRS to SRID mapping in wktLiteral parsing (addresses bug #31) |
2013-03-25 |
Babis Nikolaou |
commented handling of MultiGeometry case that I assume was using when we were stylying the KML output and now was causing an OutOfBound exception for empty geometries (i.e., MULTIGEOMETRY EMPTY) |
2013-03-25 |
Babis Nikolaou |
default CRS for GeoSPARQL geometries should be http://www.opengis.net/def/crs/OGC/1.3/CRS84 (or EPSG:3857 -- not very sure for this srid though) |
2013-03-25 |
Babis Nikolaou |
added URIs for WGS 84 lat-lon and lon-lat, and also the corresponding srids |
2013-03-25 |
Babis Nikolaou |
a bit of cleaning |
2013-03-25 |
Babis Nikolaou |
fixed a bug in StoreOp that in case of a NullPointer exception the connection was not shut down and also the "locked" table was not deleted |
2013-03-25 |
Babis Nikolaou |
addresses bug #31 (empty literals with wktLiteral datatype are regarded as empty geometries, i.e., MULTIPOLYGON EMPTY) |
2013-03-24 |
Babis Nikolaou |
GeoJSONWriter now checks also for geometries with wktLiteral datatype |
2013-03-24 |
Babis Nikolaou |
KMLWriter now checks also for geometries with wktLiteral datatype |
2013-03-24 |
Babis Nikolaou |
added query alias "all" for returning all triples |
2013-03-24 |
Babis Nikolaou |
implemented store of geometries with wktLiteral datatype |
2013-03-23 |
Babis Nikolaou |
added class AbstractWKT for generalizing WKT given either in strdf:WKT or geo:wktLiteral. This class shall be used instead of WKTHelper for getting all information about WKT literals (WKT value, datatype, srid) except for the actual geometry that is handled by JTSWrapper as usual |
2013-03-23 |
Babis Nikolaou |
now isWKTDatatype checks also the wktLiteral datatype |
2013-03-23 |
Babis Nikolaou |
a bit more cleaning |
2013-03-23 |
Babis Nikolaou |
beautification and some warning removals |
2013-03-23 |
Kostis Kyzirakos |
Commented out one line that crashes the ROOT application of Tomcat7 |
2013-03-22 |
Kallirroi Dogani |
organized namespaces and uris of GeoConstants |
2013-03-22 |
Kallirroi Dogani |
added some GeoSPARQL classes and properties in GeoConstants (as comments) |
2013-03-22 |
Kostis Kyzirakos |
fixes bug #22 |
2013-03-22 |
Kostis Kyzirakos |
changeset 904:e0e85317a1c4 fixes bug #22 |
2013-03-22 |
Kallirroi Dogani |
changed names of geosparql functions to follow OGC Standard |
2013-03-22 |
Stella Giannakopoulou |
fixes ticket #22 |
2013-03-22 |
Kallirroi Dogani |
changed geof namespace in tests |
2013-03-22 |
Kallirroi Dogani |
added some URIs and namespaces in GeoConstants, changed geof namespace for geometry function of GeoSPARQL (OGC 11-052r4) |
2013-03-21 |
Panayiotis Smeros |
Every test class creates a temp database (that does not already exists), runs the test and then drops the database. |
2013-03-20 |
Babis Nikolaou |
added --force-delete as an option to *query* command in strabon script. It should be modified to go as a flag to the strabon script so as to be universal for all strabon commands (store, describe, etc.), but this needs some work in files StoreOp, DescribeOp, etc. in order to accept another boolean argument |
2013-03-20 |
Babis Nikolaou |
added extra argument after query string in QueryOp (both in postgis and monetdb) for forcing deletion of \"locked\" table |
2013-03-10 |
Kostis Kyzirakos |
Modified version from 3.2.8-SNAPSHOT to 3.2.8-EXPERIMENTS-SNAPSHOTexperiments-2 |
2013-03-09 |
George Garbis |
geo:sf* functions are evaluated the same way as strdf:* functionsexperiments-2 |
2013-03-08 |
George Garbis |
Strabon supports geo:wktLiteral instead of strdf:WKTexperiments-2 |
2013-03-08 |
George Garbis |
add result format for experiments - 2 |
2013-03-08 |
George Garbis |
add result format for experiments |
2013-03-07 |
Babis Nikolaou |
moved misleading logger message "Clearing Successful" from generaldb.Strabon to postgis.Strabon |
2013-03-06 |
Babis Nikolaou |
reverted INFO level in endpoint logging |
2013-03-06 |
Panayiotis Smeros |
By the way, merged with default.temporals |
2013-03-06 |
Panayiotis Smeros |
Reverted the reverted revision.temporals |
2013-03-05 |
Panayiotis Smeros |
Revert in store.temporals |
2013-03-05 |
Babis Nikolaou |
made formats in store case insensitive |
2013-03-05 |
Babis Nikolaou |
removed styling from KML writer (we are not doing fashion here) |
2013-03-05 |
Panayiotis Smeros |
Reverted some files to revision 874.temporals |
2013-02-28 |
Konstantina Bereta |
"caching"temporals |
2013-02-27 |
Konstantina |
using batches to store large nquad filestemporals |
2013-02-27 |
Panayiotis Smeros |
Merge with default branch.temporals |
2013-02-26 |
Konstantina |
fixed minor issue with nquadstemporals |
2013-02-20 |
Panayiotis Smeros |
Strabon endpoint (script) now supports storing quads.temporals |
2013-02-19 |
Panayiotis Smeros |
Strabon endpoint now supports storing quads both from direct and URI input.temporals |
2013-02-22 |
Babis Nikolaou |
changed option -MM to take an argument MULT that specifies a multiple of ${BASE_MEMORY} (currrently 1024). |
2013-02-22 |
Babis Nikolaou |
added option -MM to strabon script for much much more memory (3072) |
2013-02-22 |
Babis Nikolaou |
changed debug level to info for some output in storeURL |
2013-02-22 |
Babis Nikolaou |
revert log level to INFO |
2013-02-21 |
Babis Nikolaou |
added namespace for the RDFi framework (rdfi) and URIs for the RCC-8 relations of the RDFi framework |
2013-02-15 |
Panayiotis Smeros |
Added nquads format in strabon script.temporals |
2013-02-08 |
Konstantina Bereta |
resolved merge issuestemporals |
2013-02-08 |
Konstantina Bereta |
merge with defaulttemporals |
2013-02-07 |
Konstantina Bereta |
added some more tests and modified storeURL function to test the performance of the system when storing files with over a million quadstemporals |
2013-01-30 |
George Garbis |
Search Query for TELEIOS system |