Strabon

log

age author description
2015-02-09 Stella Giannakopoulou there is no need to call the JoinOptimizer twice (for the spatial and then for the temporal). So, I mergedtemporals
2015-01-27 Stella Giannakopoulou added tests for the temporal constructs except for period_preceding and period_succedingtemporals
2015-01-26 Stella Giannakopoulou small bug in strdf:period functiontemporals
2015-01-23 Stella Giannakopoulou added correct queries and results for the rest functions that are not supported by PostgreSQL Temporal.temporals
2015-01-23 Liza Sakellari sqlite changes. Replaced jdbc sqlite driver.sqlite
2015-01-15 Liza Sakellari local commitsqlite
2015-01-23 Giannis Vlachopoulos merge
2015-01-23 Giannis Vlachopoulos Related to bug #58; Debianized strabon runtime component. See more
2015-01-22 Stella Giannakopoulou added correct queries and results for the temporal functions that have a correspondingtemporals
2015-01-22 Stella Giannakopoulou the corresponding postgres function of the strdf:PeriodOverlaps must be the overlaps function and not the intersectstemporals
2015-01-22 Stella Giannakopoulou removed unused teststemporals
2015-01-22 Stella Giannakopoulou a missing else clause in the PostGISQueryBuilder caused a missing left argumenttemporals
2015-01-22 Stella Giannakopoulou changed the tests of the temporal relation functions in order to be compliant with thetemporals
2015-01-19 Stella Giannakopoulou Bye bye luna!
2015-01-15 Giannis Vlachopoulos #58: -Ddebian=true to create the debian package during maven
2015-01-15 Giannis Vlachopoulos #58 Added dependencies and a script for initializing the template_postgis
2015-01-14 Konstantina Bereta updated changelogtemporals
2015-01-14 Konstantina Bereta (see previous commit message)temporals
2015-01-14 Konstantina Bereta completed imlpementation of the period(timestamp,timestamp) functiontemporals
2015-01-13 Stella Giannakopoulou insert datetime literals in the period_values table in order totemporals
2015-01-13 Stella Giannakopoulou fixed a typo in the construction of the expression in the cases oftemporals
2014-12-18 Stella Giannakopoulou updated ChangeLog
2014-12-18 Stella Giannakopoulou tests for bug #78
2014-12-18 Stella Giannakopoulou bug #78: fixed also the case where spatial functions in SELECT did
2014-12-18 Stella Giannakopoulou added more checks in the arguments of the spatial functions.
2014-12-04 Stella Giannakopoulou added the units of measure in the default prefixes of the endpoint
2014-12-04 Stella Giannakopoulou #78 fixed.
2014-10-30 Babis Nikolaou updated ChangeLog
2014-10-30 Babis Nikolaou removed some print outs
2014-10-30 Babis Nikolaou adresses bug #75: now GeoJSON correctly prints a datatype literal value, instead of always printing it as a string
2014-10-30 Babis Nikolaou cleaned class XMLGSDatatypeUtil by removing unused methods and making datatype comparisons null-safe
2014-10-30 Babis Nikolaou GeoJSON writer now takes into account the default precision of the JTS library
2014-10-29 Babis Nikolaou revert DEBUG to INFO
2014-10-29 Stella Giannakopoulou fixed the call of the KML writer in the endpoint client, where the
2014-10-22 Stella Giannakopoulou updated ChangeLog
2014-10-22 Stella Giannakopoulou #74 fixed: now when a constant appears inside a spatial function, it is transformed to 4326.
2014-10-14 Babis Nikolaou merge with defaulttemporals
2014-10-14 Babis Nikolaou changed scope to protected for the other members/methods as well
2014-10-14 Babis Nikolaou merge with defaulttemporals
2014-10-14 Babis Nikolaou changed scope of variables in KML writer from private to protected, so as the writer can be extended (ggarbis has done this in Sextant for example)
2014-09-26 Stella Giannakopoulou in the case of select constructs there is no need to push the resulting geometry
2014-09-26 Babis Nikolaou corrected by name
2014-09-26 Babis Nikolaou added dependency of Strabon to testsuite and strabon-endpoint-client (in main pom.xml)
2014-09-25 Babis Nikolaou fixed bugs #49 and #65; we do not do any decode on the query that is sent through the forms of the strabon endpoint beans; this is already handlded by the container
2014-09-24 Babis Nikolaou merge with default branchtemporals
2014-09-24 Stella Giannakopoulou fixed the tests of geof:distance and geof:buffer, that had wrong results due to the
2014-09-24 Babis Nikolaou updated ChangeLog
2014-09-23 Babis Nikolaou corrected tests that were expecting a WKT in 4326 to contain also the URI of the CRS; we do not include this anymore, if the CRS is the default for that datatype
2014-09-23 Babis Nikolaou corrected another test that was expecting a WKT in 4326 to contain also the URI of the CRS; we do not include this anymore, if the CRS is the default for that datatype
2014-09-23 Babis Nikolaou it turns out that there is no simple way of having the datatype of a constant geometry available in the query builder, thus it is not easy for geof:getSRID to determine the correct datatype and return the appropriate URI for the CRS, when that has SRID 4326. Therefore, we choose to always return CRS84, even for strdf:WKT arguments. Notice, that when geof:getSRID is called evaluated in Java, we have such information available and we can return the correct result. However, we chose in changeset 1420:37792dd7041b to always push the evaluation of all spatial functions in the database. The respective tests have been updated as well.
2014-09-23 Babis Nikolaou added log4j.properties to endpoint-client; corrected test that using geof:getSRID() with a strdf:transform function with an input a geo:wktLiteral constant; in such a case we cannot return CRS84 simply because strdf:transform creates strdf:WKT datatypes for which the default CRS is EPSG:4326
2014-09-22 Babis Nikolaou CORRECT commit message: I de-activated evaluation of grounded expressions in SELECT queries in Java (see the respective #72 the reason I did so)
2014-09-22 Babis Nikolaou fixed a test that was using strdf:distance in ORDER BY clause with two arguments (expecting three arguments always) and de-activated evaluation of grounded expressions in SELECT queries in Java (see the respective #72 the reason I did so)
2014-09-22 Babis Nikolaou more type checking in extension functions in SELECT clause; added also some FIXME and TODO notes
2014-09-22 Babis Nikolaou type checking in extension functions in SELECT clause
2014-09-22 Babis Nikolaou log an info message that we do not support calculation in meters in java
2014-09-22 Babis Nikolaou refixed bug #69
2014-09-22 Babis Nikolaou fixed bug that would cause a class cast exception for grounded expressions with function nesting in the SELECT clause
2014-09-22 Babis Nikolaou buffer in meters in SELECT clauses containing only constants is not supported yet (TODO), but we log a corresponding message and we do the computation in degrees :)
2014-09-22 Babis Nikolaou corrected some tests that were expecting the default SRID (4326) for WKT literals; from now, we do not include such URI, since this is the default and is assumed
2014-09-22 Babis Nikolaou This is a merge commit that addresses the following issues:
2014-09-21 Babis Nikolaou support also geof:convexHull in grounded expressions evaluated in the SELECT clause
2014-09-21 Babis Nikolaou now StrabonPolyhedron carries information about the datatype of the underlying geometry, so as to be consistent with the presentation of results
2014-09-21 Babis Nikolaou corrected output for test that was checking computation of boundary; now that grounded expressions are evaluated using JTS, the boundary of the polygon [Polygon((0 0, 1 0, 1 1, 0 1, 0 0))] is not a Linestring any more as PostGIS was computing (in the wrong way), but LinearRing!
2014-09-21 Babis Nikolaou reverting back to dbpedia.org/sparql for testing endpoint-client on virtuoso
2014-09-21 Babis Nikolaou revert the behaviour of considering EPSG:4326 as lat/long in order to be in line with PostGIS; this is because PostGIS defines several of their functions, like ST_Buffer(Geometry, meters) on SRID 4326. Therefore, if we change this semantics, we would get 4326 lat/long and that would be chaotic
2014-09-21 Babis Nikolaou corrected a test output for getSRID that was set to returning integers (84000) instead of URIs
2014-09-21 Babis Nikolaou a lot of refactoring and cleaning in GeneralDBEvaluation.evaluate(FunctionCall, BindingSet) + support of grounded ST_Centroid in SELECT (ST_MakeLine is still missing)
2014-09-20 Babis Nikolaou Fixed bug #72. The same bug applies to other functions apart from these that return the SRID, such as all the property functions, postgis functions, etc.
2014-09-20 Babis Nikolaou fixes bug #69: better error handling
2014-09-19 Babis Nikolaou added another test for geof:getSRID (see bug #32) that looks in geometries stored in the database
2014-09-19 Babis Nikolaou added another test for geof:getSRID (see bug #32)
2014-09-19 Babis Nikolaou geof:geoSRID was returning the default SRID when argument was not a value from the database; now it returns the appropriate SRID
2014-09-19 Babis Nikolaou Fixes bug #32: implements geof:getSRID properly (now returns the URI of the corresponding SRID of the given geometry)
2014-09-19 Babis Nikolaou changed also MonetDB createGeoValue() for bug #71
2014-09-19 Babis Nikolaou Fixed bug #71
2014-09-18 Babis Nikolaou some cleaning up
2014-09-18 Babis Nikolaou when creating new WKT values in PostGISBindingIteration.createGeoValue(), use the default datatype for WKT (specified in GeoConstants.default_WKT_datatype) and not strdf:WKT
2014-09-18 Babis Nikolaou had forgotten to create typed literals in TSV writer
2014-09-18 Babis Nikolaou correctly identify CRS URIs when present in the select clause in functions like strdf:transform
2014-09-18 Babis Nikolaou removed EPSG:4326 URI from the bounding box of the zoomed map in query.jsp
2014-09-18 Babis Nikolaou corrected endpoint-client/pom.xml to point to the correct main class, so as it can be invoked from the command line
2014-09-17 Babis Nikolaou changed the URL for the DBpedia endpoint in the corresponding test
2014-09-17 Babis Nikolaou configured the output of some tests
2014-09-17 Babis Nikolaou properly construct stRDF WKT literals (CRS URI should not be placed into <> characters); greek characters in the endpoint-client where not encoded appropriately when run from the console (Unit Testin); endpoint-client was encoding the query based on the return value of "Charset.defaultCharset()". We change excplicitly to UTF-8
2014-09-17 Babis Nikolaou moved AbstractWKT.getURI_forSRID() to WKTHelper and added there also creator methods for stRDF and GeoSPARQL WKT literals
2014-09-17 Babis Nikolaou revert databases.properties (committed by mistake)
2014-09-17 Babis Nikolaou moved AbstractWKT.getURI_forSRID() to WKTHelper and added there also creator methods for stRDF and GeoSPARQL WKT literals
2014-09-17 Babis Nikolaou tests in endpoint-client were not using any assertions
2014-09-17 Babis Nikolaou changes in the URLs of publicly accessible endpoints that are used for testing the endpoint-client
2014-09-17 Babis Nikolaou missed a place that used hardcoded EPSG URIs
2014-09-17 Babis Nikolaou added method AbstractWKT.getURI_forSRID(int srid) that returns a URI for the given srid or the empty string; Whoever created such URIs manually, now creates them using this method
2014-09-17 Babis Nikolaou added configurable statement in log4j.properties for debugging queries in PostGIS
2014-09-17 Babis Nikolaou changed default SRID of PostGIS to 84000 (CRS84); changed/updated default CRSs for strdf:WKT and geo:wktLiteral (both of the use CRS84); further, Geotools do not reverse longitude/latitude, so we use the official EPSG:4326 ordering, that is, Lat/Long
2014-09-17 Babis Nikolaou now GeoJSON features encode their geometries in CRS84 (the default). This change was done because otherwise we should be referring to OGC CRS URNs and not to the EPSG:<code> style that was previously the case
2014-09-16 Babis Nikolaou some comments and formatting
2014-09-16 Babis Nikolaou introduced constant for the default SRID of MonetDB and PostGIS
2014-09-16 Babis Nikolaou MonetDB.createWellKnownTextLiteralGeoValueForSelectConstructs should create WKTLiterals instead of WKT ones
2014-09-16 Babis Nikolaou added some comments
2014-09-16 Babis Nikolaou removed some comments
2014-09-20 Babis Nikolaou fixed a bug in which postgis:ST_Centroid did not work in the SELECT clause with input geometries from the database
2014-09-20 Babis Nikolaou corrected copyright notices
2014-09-20 Babis Nikolaou added test for bug #53
2014-09-19 Babis Nikolaou updated ChangeLog with bug #53
2014-09-19 Babis Nikolaou fixed bug #53
2014-09-19 Babis Nikolaou added tests for geof:getSRID(); see bug #32 (I have fixed it, but not commited it yet)
2014-09-18 Babis Nikolaou updated README file on how to run a specific test
2014-09-17 Babis Nikolaou timestamped ChangeLog file with release date of v3.2.10
2014-09-17 Babis Nikolaou [maven-release-plugin] prepare for next development iteration
2014-09-17 Babis Nikolaou [maven-release-plugin] copy for tag v3.2.10
2014-09-17 Babis Nikolaou [maven-release-plugin] prepare release v3.2.10v3.2.10
2014-09-17 Babis Nikolaou Updated ChangeLog for next release
2014-09-13 Babis Nikolaou removed some unused variables in StrabonEndpointWrapper
2014-09-13 Babis Nikolaou removed dependency to epsg-wkt.jar since one epsg (epsg-hsql.jar) suffices and duplication might rise exceptions (according to this page: http://docs.geotools.org/latest/userguide/faq.html#q-how-to-choose-an-epsg-authority)
2014-09-11 Babis Nikolaou Fix for Bug #64: the endpoint now parses Accept headers with multiple values and uses the first mimetype corresponding to a valid stSPARQLQueryResultFormat. If preferences are attached to such values (using qvalues, i.e., text/plain;q=0.5), then these preferences are ignored.
2014-09-11 Giannis Vlachopoulos merge
2014-09-11 Giannis Vlachopoulos Bug #58 : Strabon goes debian v1. endpoint-exec/pom.xml was added
2014-09-11 Babis Nikolaou Fixes Bug #40: StrabonBeanWrapper now registers a handler for SIGTERM signal, so as if Strabon Endpoint is run from the command-line (endpoint-exec), then the closing of the connection will be ultimately called.
2014-09-10 Kostis Kyzirakos clean up the repositoriestemporals
2014-09-10 Stella Giannakopoulou made KML and XML writers output the variables in the same order as they appear in the query.