Strabon

log

age author description
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)
2013-03-27 Kostis Kyzirakos Modified the version of each artifact from xx.xx.xx-SNAPSHOT to xx.xx.xx-BranchName-SNAPSHOT.MonetDB
2013-03-27 Kostis Kyzirakos Modified the version of each artifact from xx.xx.xx-SNAPSHOT to xx.xx.xx-BranchName-SNAPSHOT.temporals
2013-03-26 Babis Nikolaou corrected identation in runChain.sh script
2013-03-26 Babis Nikolaou fixed bug #33
2013-03-26 George Garbis merge with default for full GeoSPARQL supportexperiments-2
2013-03-26 Babis Nikolaou [maven-release-plugin] prepare for next development iteration
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
2013-01-30 Stella Giannakopoulou Added refinement in group by
2013-01-30 Stella Giannakopoulou Changed refineTimePersistence so that the triple "?h noa:refinedBy ?refined" is inserted,
2013-01-29 George Garbis TimePersistence creates different URI for each virtual hotspost
2013-01-23 Babis Nikolaou minor changes to README file
2013-01-23 George Garbis merge
2013-01-23 George Garbis Fix runChain.sh to run by default in teleios3
2013-01-23 George Garbis Correct uris of ContainsFunc and CrossesFunc
2013-01-23 George Garbis Update teleios queries after to conform to function renaming
2013-01-23 George Garbis Correct gag namespace in endpoint prefixes
2013-01-15 Konstantina Bereta completed temporal relation tests.temporals
2013-01-15 Konstantina Bereta added the actual files and did some refactoringtemporals
2013-01-14 Konstantina Bereta Added junit tests to test the temporal relations between periodstemporals
2013-01-11 Konstantina Bereta temporal functions period_start and period_end are now fully implemented using postgres temporal. Also added the following:temporals
2013-01-09 Konstantina Bereta wrapped temporal constructs with text_in(period_out))temporals
2013-01-09 Konstantina Bereta added the temporal unary constructs period_start and period_end that will be evaluated using postgresql temporal. These constructs return the starting and te endingtemporals
2013-01-10 George Garbis More updating of ChangeLog according to release
2013-01-09 Babis Nikolaou updated ChangeLog according to release
2013-01-09 George Garbis [maven-release-plugin] prepare for next development iteration
2013-01-09 George Garbis [maven-release-plugin] copy for tag v3.2.7
2013-01-09 George Garbis [maven-release-plugin] prepare release v3.2.7v3.2.7
2013-01-09 Babis Nikolaou the line length of the ChangeLog file should be 80 except when a link is involved that cannot be broken into pieces
2013-01-09 Konstantina Bereta added temporal features to changelog
2013-01-08 Konstantina Bereta modified GeneralDBSelectQueryOptimizer so that the temporal functions succeeding_period and preceding_period are evaluated only in Java, as they are not supported in temporal postgrestemporals
2013-01-08 Babis Nikolaou to build Strabon using maven version <3.0 include also the following option that disables running of shade plugin: -Dshade.skip
2013-01-08 George Garbis merge with DiffDateTime
2013-01-08 Konstantina Bereta fixed. Now the following temporal constructs: period_intersect, period_union and period_minus are implemented in postgres temporal as welltemporals
2013-01-07 Konstantina Bereta 1 fix (to be continued)temporals
2013-01-07 Konstantina Bereta fixing implementation for temporal constructs in postgres temporal (the respective java implementation has been completed)temporals
2013-01-04 Konstantina Bereta adding two more construct functions..temporals
2013-01-04 Konstantina Bereta fixed issues in procedingPeriod and succeedindPeriod functionstemporals
2013-01-04 Konstantina Bereta added functions:precedingPeriod, SucceedingPeriod, period(constructs a period given 2 dateTime arguments) to be used in the select part of an stSPARQL querytemporals
2013-01-04 Konstantina Bereta Fixed functions: peridUnion, periodIntersection and minusPeriod when used in the select clause of the querytemporals
2013-01-04 Konstantina Bereta renamed beforePeriod functiontemporals
2013-01-04 Konstantina Bereta added cases which are not covered by the jtemporal libarytemporals
2013-01-04 Konstantina Bereta added StrabonTemporalElement class to handle temporal elements (periods and instants in a uniform way). Fixing incompatibilities between the jtemporal and postgres temporal implementations of temporal functionstemporals
2013-01-03 George Garbis fix logging and add comment for example commandDiffDateTime
2013-01-03 George Garbis Background data from httpDiffDateTime
2013-01-03 George Garbis runChain takes hotspots from server and minor changes in comments and printingsDiffDateTime
2013-01-02 Konstantina Bereta Added strabonInstant class. This implements the instant interface of jtemporal. The instant is currently implemented as a GregorianCalendar instance in java,temporals
2013-01-02 Konstantina Bereta 1) forgot to add some files in the previous committemporals
2012-12-24 Kostis Kyzirakos Added an <endpoint-exec> module. This module builds an executable jar file with an embedded Apache Tomcat 7.
2012-12-21 George Garbis endpoint script can handle queries with newlines and commentsDiffDateTime
2012-12-21 George Garbis New version of runChain.shDiffDateTime
2012-12-21 George Garbis Some corrections in queriesDiffDateTime
2012-12-19 George Garbis Rename fileDiffDateTime
2012-12-21 Konstantina Bereta Added four more temporal relation functions:temporals
2012-12-20 Konstantina Bereta renamed temporal functions to comply with the respective functions of Allen's interval algebratemporals
2012-12-20 Konstantina Bereta added "Until Changed support" to the query enginetemporals
2012-12-19 Konstantina Bereta modified again the query engine as follows: Temporal instants are returned as xsd:dateTime values (instead of periods with the same starting and ending points as implemented in Postgres Temporal)temporals
2012-12-19 Konstantina Bereta changed datatype from strdf:validTime to strdf:period for periodstemporals
2012-12-19 Konstantina Bereta modified storage manager to parse and store periods with beginning and ending points of type xsd:DateTime formattemporals
2012-12-19 Konstantina Bereta Now the starting and the ending time points of a period will follow the xsd:DateTime format. Modified the query engine accordingly.temporals
2012-12-19 Konstantina Bereta removing hardcoded strings for temporal datatypetemporals
2012-12-19 Konstantina Bereta fixed bug encountered when projecting a temporal variable that takes part in a temporal jointemporals
2012-12-18 Konstantina Bereta partial bug fixtemporals
2012-12-18 Konstantina Bereta implemented createTemporalValuetemporals
2012-12-17 Konstantina Bereta removed execution from pom because it caused build errors. validTime datatype is deprecatedtemporals
2012-12-18 Babis Nikolaou updated README file adding publication for TerraCognita
2012-12-18 Babis Nikolaou restructured ChangeLog (to reflect the releases, but being out of sync with the actual commits/dates)
2012-12-18 Babis Nikolaou modified ChangeLog
2012-12-17 Babis Nikolaou modified StoreOp to accept another optional argument for storing RDF files in given named graphs.
2012-12-16 George Garbis Fixing runChain.sh...DiffDateTime
2012-12-14 George Garbis This version of the query is quick enoughDiffDateTime
2012-12-14 George Garbis diffDateTime function can now take constants as argumentsDiffDateTime
2012-12-14 George Garbis Add some more commentsDiffDateTime
2012-12-11 Kostis Kyzirakos [maven-release-plugin] prepare for next development iteration
2012-12-11 Kostis Kyzirakos [maven-release-plugin] copy for tag v3.2.6
2012-12-11 Kostis Kyzirakos [maven-release-plugin] prepare release v3.2.6v3.2.6
2012-12-11 Kostis Kyzirakos * Removed the strdf:anyInteract extension function (end of an era).
2012-12-11 Kostis Kyzirakos updated readme and changelog
2012-12-11 Kostis Kyzirakos [maven-release-plugin] prepare for next development iteration
2012-12-11 Kostis Kyzirakos [maven-release-plugin] copy for tag v3.2.5
2012-12-11 Kostis Kyzirakos [maven-release-plugin] prepare release v3.2.5v3.2.5
2012-12-11 Kostis Kyzirakos pom.xml clean up
2012-12-10 Kostis Kyzirakos * Modified stSPARQL extension function to comply with the OGC Simple Features Access
2012-12-10 Kostis Kyzirakos Added a test suite
2012-12-10 George Garbis A somehow faster query for discovering firesDiffDateTime
2012-12-10 George Garbis remove a debug printingDiffDateTime
2012-12-07 George Garbis add parameters to instansiate.sh for query discoverFires.rqDiffDateTime
2012-12-07 George Garbis correct xsd:datetime to xsd:dateTimeDiffDateTime
2012-12-07 George Garbis minor changes in commentsDiffDateTime
2012-12-07 George Garbis Insert a working query for discovering firesDiffDateTime
2012-12-05 George Garbis example and query files for discoveryFiresDiffDateTime
2012-12-04 George Garbis Add files for new NOA refinement operation "DeleteReflections"DiffDateTime
2012-12-07 George Garbis At last a working version of diffDateTime. It still doesn't work in selection but for joins it's ok :)DiffDateTime
2012-12-06 George Garbis small change to previous parent changesetDiffDateTime
2012-12-05 George Garbis NOT WORKING: SQL query is now being formated, but datetime cannot be handled properly because it is stored in label_values with every literalDiffDateTime
2012-12-05 George Garbis NOT WORKING but TupleExpr with diffDateTime is produces correctly.DiffDateTime
2012-12-04 George Garbis NOT WORKING: Down down down to postgres...DiffDateTime
2012-12-04 George Garbis NOT WORKING: keep trying to implement diffDateTime for postgresDiffDateTime
2012-11-30 George Garbis NOT WORKING: trying to implement diffDateTime for postgresDiffDateTime
2012-11-30 George Garbis add java implementation of diffDateTimeDiffDateTime
2012-12-10 George Garbis Replace strdf:inside with strdf:within in SpatialTests.java
2012-12-08 Panayiotis Smeros Commented some printouts.temporals
2012-12-07 Kostis Kyzirakos fix (it runs!)temporals
2012-12-07 Kostis Kyzirakos Fix (iteration)temporals
2012-12-07 Kostis Kyzirakos fixtemporals
2012-12-07 Babis Nikolaou reverted strabon.conf. This is only a template file that has to be copied in "$HOME/.strabon" and be read by the "strabon" script
2012-12-07 Kostis Kyzirakos mergetemporals
2012-12-07 Kostis Kyzirakos added class and scripts for experimentstemporals
2012-12-06 Konstantina Bereta did the same for the storeURL casetemporals
2012-12-06 Konstantina Bereta now valid time instants are used as typed literals without the use of brackets (as in the case of periods)temporals
2012-12-05 Stella Giannakopoulou Created junit test to test the limitation of query results.
2012-12-05 Stella Giannakopoulou Improved addLimit function to take into account some more cases.
2012-12-04 Babis Nikolaou made strabon-endpoint-client jar executable. Now you can query a Strabon Endpoint with command line as follows:
2012-12-04 Babis Nikolaou updated endpoint client to use the newest version of httpclient (4.2) and added a main method to StrabonEndpoint, thus the respective jar in endpoint-client/target can be used in command line as well
2012-12-01 Konstantina Bereta storing metadata before the datatemporals
2012-12-01 Konstantina Bereta various changestemporals
2012-11-30 Stella Giannakopoulou Merge
2012-11-30 Stella Giannakopoulou When the connection to the endpoint is done by localhost, then no authentication is needed for store or update operations.
2012-11-30 Babis Nikolaou updated ChangeLog
2012-11-29 Babis Nikolaou removed printing of connection details in Strabon Endpoint when connection establishes successfully
2012-11-29 Babis Nikolaou ignore file "endpoint-client/dependency-reduced-pom.xml" produced by shade maven plugin
2012-11-29 Babis Nikolaou added Strabon.isLocked() method for checking whether the database is locked and in such a case not creating a Strabon instance
2012-11-29 Babis Nikolaou merge
2012-11-29 Babis Nikolaou remove lock on connection close in Strabon
2012-11-29 Babis Nikolaou fixed packaging in one jar for endpoint-client using the maven shade plugin
2012-11-12 Babis Nikolaou made "checkForLocks and remove them" false (disabled) in Strabon. This makes Strabon not interefere with Strabon Endpoint if the second is running
2012-11-12 Babis Nikolaou made "checkForLocks and remove them" false (disabled) in endpoint. This makes endpoint do not interefere with Strabon if the second is running
2012-11-29 Konstantina Bereta Four more temporal relation functions are now supported: strdf:overrightPeriod, strdf:overleftPeriod, strdf:equalsPeriod, strdf:nequalsPeriodtemporals
2012-11-29 Kallirroi Dogani changed default prefix for gag
2012-11-29 Konstantina Did the same for the query processing: Instants supported as constant arguments in temporal extension functionstemporals
2012-11-29 konstantina Valid instants are now supported, apart from valid periodstemporals
2012-11-28 Konstantina Bereta Added support for "NOW" when used in temporal functionstemporals
2012-11-28 Panayiotis Smeros merge...temporals
2012-11-28 Panayiotis Smeros Comments can be everywhere! (believe me)temporals
2012-11-28 Konstantina Bereta Now periods as constant typed literal values are supported as welltemporals
2012-11-28 Panayiotis Smeros Comments can be everywhere!temporals
2012-11-27 Konstantina Bereta Temporal joins are now perfomed correctly. Tested with simple queries containing strdf:AfterPeriod, strdf:BeforePeriod, strdf:PeriodContains, strdf:containedByPeriod and strdf:PeriodOverlaps in the FILTER clause of the query.temporals
2012-11-26 Stella Giannakopoulou Changed browsing when a # is contained, because it was not displayed correctly.
2012-11-26 Konstantina Bereta name handling for temporal variablestemporals
2012-11-26 Konstantina Bereta Now strdf:within will be used instead of strdf:inside
2012-11-26 Konstantina changes in filter(StatementPattern) method of GeneralDBSelectQueryOptimizertemporals
2012-11-24 Konstantina trying to get rid of extra joinstemporals
2012-11-24 Konstantina fixed error in FunctionRegistrytemporals
2012-11-23 Panayiotis Smeros Fixed a bug in queryRewriting.temporals
2012-11-23 Konstantina Bereta continue support for stSPARQL temporal relation functionstemporals
2012-11-23 Stella Giannakopoulou Added a TD tag that was missing when a variable was not bound.