Strabon

log

age author description
2013-04-05 Babis Nikolaou added SimpleFeatures class for keeping SF vocabulary
2013-04-05 Panayiotis Smeros merge.
2013-04-05 Panayiotis Smeros Started writing a Tester Guide in README.
2013-04-05 Panayiotis Smeros Replaced all the static methods from Junit with non static.
2013-04-05 Babis Nikolaou when inferring GeoSPARQL triples, store them in the same context as that of the initial RDF data
2013-04-05 Babis Nikolaou updated ChangeLog
2013-04-05 Babis Nikolaou fixed bug where a not implemented extension function would make Strabon throw a NULL pointer exception. Now we get away with it through a warning.
2013-04-05 Babis Nikolaou added support for geof:getSRID. Addresses bug #32. Notice that this implementation is the same as strdf:srid.
2013-04-05 Babis Nikolaou get rid of warnings
2013-04-05 Babis Nikolaou changed geof:symmetricDifference to geo:symDifference (addresses bug #32)
2013-04-05 Babis Nikolaou made strdf:SemiLinearPointSet deprecated
2013-04-05 Babis Nikolaou merge
2013-04-05 Babis Nikolaou tidy up GeosparqlRDFHandlerBase to reference GeoConstants. Updated GeoSPARQL URIs. Removed derivation of property geo:hasGeometry from property geo:hasDefaultGeometry (is not a requirement of GeoSPARQL). Derive "object type SpatialObject" when seeing "subject hasDefaultGeometry object". Put inferences for geo:hasDefaultGeometry as an "else if" part to the inferences from geo:hasGeometry so as not to infer the same triples when both properties are present
2013-04-05 Stella Giannakopoulou used ogcgeoconstants when parsing strdf:distance
2013-04-05 Stella Giannakopoulou added check of the unit of measure that given in strdf:distance.
2013-04-05 Babis Nikolaou added OGCConstants. Currently, it contains only units of measure. Also, made endpoint publicize the URIs of the supported units.
2013-04-05 Panayiotis Smeros merge.
2013-04-05 Panayiotis Smeros Tests can read database properties from environment variables.
2013-04-04 Babis Nikolaou removed warnings from GeneralDBConnectionFactory
2013-04-04 Panayiotis Smeros Merge.
2013-04-04 Panayiotis Smeros Finished a simple store test. It may be needed to delete and import again the project because pom.xml files have been changed.
2013-04-03 Panayiotis Smeros Checked if the results of the query are the right.
2013-04-03 Panayiotis Smeros Almost finished the test. Final check with the existing results need to be done.
2013-04-02 Panayiotis Smeros Added first test in testsuite (not ready yet).
2013-04-02 Panayiotis Smeros Added testsuite in pom.xml and disabled skipTests (enabled tests).
2013-04-02 Panayiotis Smeros Commented some tests. To be moved in testsuite.
2013-04-04 Babis Nikolaou typo in README
2013-04-03 Stella Giannakopoulou updated "4326" to String.valueOf(GeoConstants.defaultSRID) in PostGISQueryBuilder and
2013-04-02 Stella Giannakopoulou added link of MonetDB source code in README
2013-04-02 Babis Nikolaou updated ChangeLog
2013-04-02 Babis Nikolaou added new "constants" module with artifactId "spatial-temporal-constants" and moved GeoConstants there
2013-04-02 Babis Nikolaou updated ChangeLog to reflect register of URIs for extension functions to strabon endpoint capabilities
2013-04-02 Babis Nikolaou made EndpointCapabilities read the version file to get the version of Strabon
2013-04-02 Babis Nikolaou made EndpointCapabilities the default class for getting capabilities (in beans.xml) and fixed NULL pointer exception
2013-04-02 Babis Nikolaou renamed static fields of URIs of stSPARQL extension functions to start with "stSPARQL"
2013-04-02 Babis Nikolaou updated endpoint capabilities to print supported extension functions for stSPARQL and GeoSPARQL
2013-04-02 Babis Nikolaou code cleaning for getting rid of warnings
2013-04-02 Babis Nikolaou changed logger output. Now the first object that is printed is the date in the ISO8601 format
2013-04-02 Stella Giannakopoulou #23 forgot to commit a file
2013-04-02 Stella Giannakopoulou #23 Changed the definition and implementation of strdf:distance. Now it supports meters or degrees as
2013-04-02 Babis Nikolaou added file endpoint/src/main/resources/version.properties in strabon-endpoint that contains the version of Strabon. The version is updated automatically during the build process and then it can be accessed by any Java class
2013-04-01 Kostis Kyzirakos Added a section for tuning Postgres
2013-03-31 Kostis Kyzirakos Added several metadata in the main pom.xml file.
2013-03-29 Konstantina Bereta mainly updated license info ("year")temporals
2013-03-29 Konstantina Bereta completed the implementation of the new "periodIntersects" function that is mapped to the "overlaps" funtion of Postgres Temporal. Added respective test.temporals
2013-03-29 Konstantina Bereta added modified the tests for the previously mentioned functionstemporals
2013-03-29 Konstantina Bereta changed "periodOverlaps", "starts" and "finished" so that they are completely aligned with Allen definitions (In the database level, new Postgres functions have been created to map postgres temporal to allen definitions)temporals
2013-03-28 Konstantina Bereta merge with defaulttemporals
2013-03-29 Babis Nikolaou added SPARQLEndpoint that implements Endpoint<TupleQueryResultsFormat>. This class corresponds to the endpoint clients for SPARQL endpoints like Parliament, Virtuoso, etc.
2013-03-29 Babis Nikolaou removed unneeded methods that are already provided by HTTPClient from SpatialEndpoint
2013-03-29 Babis Nikolaou added an Endpoint interface moving all methods of SpatialEndpoint interface to it and used generics for the RDF format. Now SpatialEndpoint is an abstract class implementing the Endpoint interface instantiating the RDF format template with the stSPARQLQueryResultsFormat class. Replaced SpatialEndpointImpl by HTTPClient which undertakes the initialization of HttpClient which then can be used for making HTTP connections.
2013-03-28 Babis Nikolaou changed StrabonEndpoint interface in strabon-endpoint-client to accommodate the case of storing RDF data in named graphs (addresses bug #28)
2013-03-28 Konstantina Bereta In the N-Quads format, the fourth element is *optional*. Made respective modifications and added teststemporals
2013-03-28 Konstantina Bereta made the respective changes also for the endpointtemporals
2013-03-28 Konstantina Bereta 1)suspected there was an error when storing many NQUAD statements as string. It could not be reproduced but some related tests were added. 2) rewritten triples are now stored immediately as they are created to avoid the respective cost in memorytemporals
2013-03-27 Konstantina Bereta merge with defaulttemporals
2013-03-27 Konstantina Bereta mergetemporals
2013-03-27 Konstantina Bereta before mergetemporals
2013-03-28 Babis Nikolaou minor changes in runChain script
2013-03-27 Kallirroi Dogani fixed Ticket #24: sfCrosses, sfOverlaps, ehOverlaps functions follow now the same approach as stSPARQL (ST_Relate PostGIS function is not used in these cases)