GitHub user cuent opened a pull request:
https://github.com/apache/marmotta/pull/14
Marmotta 584
Implementation of GeoSPARQL.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cuent/marmotta MARMOTTA-584
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/marmotta/pull/14.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #14
----
commit e074cb161e61a48975cd2d889597589071d2d940
Author: cuent <[email protected]>
Date: 2015-06-18T21:46:03Z
Add geosparql vocabulary
commit 480e7243f95584719dd63ea861c35525c9eb5247
Author: cuent <[email protected]>
Date: 2015-06-18T21:46:59Z
Functions geosparql, added 10 functions.
commit 4a68e351270c022460ac92e4de80406b8c56da7a
Author: cuent <[email protected]>
Date: 2015-06-22T02:01:42Z
Using String.format() to improve readability.
commit 2e14b1a802c148e67e478b875911bec8ad75ef10
Author: cuent <[email protected]>
Date: 2015-06-25T05:30:38Z
Implemented intersection function.
commit 796c598e05c8480d5a5c73491b9d86ab1e83e262
Author: cuent <[email protected]>
Date: 2015-07-23T15:38:36Z
Modify create_base_tables.sql -> version 5, create spatial database (
Add, "gtype" for geometry data )
create upgrade_base_004_005 -> to migrate of version 4 to version 5
modify statements.properties -> add SELECT and STORE SQL to GEOMETRY COLUM
commit 7faf37929f299787465c6fde4e140d11a2ec01c1
Author: cuent <[email protected]>
Date: 2015-07-23T15:52:59Z
Modify create_base_tables.sql -> version 5 of h2.
commit d46029a8663710679d420b4b08c4701a2dfe9d32
Author: cuent <[email protected]>
Date: 2015-07-23T16:03:22Z
Add GeoSPARQL Functions
commit 0acf49b46f8d7b754d0ec6bb9e0a95e8dba567d5
Author: cuent <[email protected]>
Date: 2015-08-10T23:50:16Z
Implemented Functions:
Boundary
Difference
Distance
Envelope
Relate
SymDifference
Union
commit d3c5e0b476f2774e95694dff5a927d2b44313949
Author: cuent <[email protected]>
Date: 2015-08-11T06:04:38Z
modified script to upgrade 4 to 5 db version.
commit 1831400548d75cfb99d9ab9bc5a6c48eb4aa5991
Author: cuent <[email protected]>
Date: 2015-08-11T06:05:51Z
format code
commit d8710c93c9642b143aa5d7b7f5d60cc9e8da9429
Author: cuent <[email protected]>
Date: 2015-08-12T03:44:44Z
Add GeoSparql Namespace
commit 2ec3e91472007a23f61ac8dac2b324e63b59713d
Author: cuent <[email protected]>
Date: 2015-08-13T03:24:31Z
Add SRID support.
Updated max and min of args in SfIntersectsFunction
commit 85d33616bcc873cf18bfba257532c4261877f195
Author: cuent <[email protected]>
Date: 2015-08-13T05:12:23Z
Add SRID support
Modify load geometry literal in statements.properties
commit 73cf2a751d58fd20d73a3bb9ec651d29d969a4ea
Author: cuent <[email protected]>
Date: 2015-08-13T05:18:26Z
Add SRID support
commit 4b69a29179c2af974f842c99a4b96f4d0d059893
Author: cuent <cuent@mbp-de-xavier>
Date: 2015-08-13T22:34:26Z
Updated max and min args for functions.
commit 4cc6fd140d9fffbfbccb4c59f4ee176e6c78d084
Author: cuent <cuent@mbp-de-xavier>
Date: 2015-08-14T15:25:42Z
Updated max and min args for functions
Fixed comments.
Added getSRID, EH and RCC8 functions.
commit f621a84a3cc70e68d9a59022e1002a071ab7cf22
Author: cuent <cuent@mbp-de-xavier>
Date: 2015-08-14T15:54:27Z
Added String.format() to:
SfWithinFunction
DistanceFunction
Added units to:
BufferFunction
commit f889f4ac6cff00d56b9246acc490b4c6388e589f
Author: cuent <[email protected]>
Date: 2015-08-15T03:42:28Z
Added unit "metre" to buffer and distance function.
Fixed buffer function.
commit eef29ef0c0e58aa75100cfa63dbf0cc634c096ff
Author: cuent <[email protected]>
Date: 2015-08-16T00:55:29Z
Added Test Cases for SF and non topological functions.
commit 51fefe3a59e6dc4bd7cb395cb78ef8b70d501aff
Author: cuent <[email protected]>
Date: 2015-08-16T01:04:46Z
Added drop extension postgis to drop_base_tables file.
commit f33f8eb992c97c3d5181dca6ec68e7c6819d20b4
Author: cuent <[email protected]>
Date: 2015-08-16T02:03:56Z
Insert Direct Geometry in Functions Support
commit 060dfc31c8234e7e51621cd55e9ebd444c251c40
Author: cuent <[email protected]>
Date: 2015-08-16T02:13:39Z
Added degrees and radians units supported for distance and buffer functions.
commit 52188c0c14bd54c074b670f9a1e0144ed04c404d
Author: cuent <[email protected]>
Date: 2015-08-16T20:29:46Z
Added wktLiteral as data type to new geometries calculated
(KiwiEvaluationStrategy):
-buffer, convexHull, etc
Direct support Insertion of geometries in functions:
-example: geof:union(?geom1, "POLYGON(( -7 43, -2 43, -2 38, -7
38, -7 43))"^^geo:wktLiteral))
-example: geof:union(?geom1, geof:buffer(?geom2, 50,
units:meter))
commit 934078370330ce93ff1006bf00cafa07cbceddc8
Author: cuent <[email protected]>
Date: 2015-08-16T21:49:45Z
Added test Cases of GeoSPARQL functions.
Fixed getSRID function.
commit 7bb01ae14c5ed2b4ce8f41406239108df6e7559a
Author: cuent <[email protected]>
Date: 2015-08-17T04:42:21Z
Added test Cases of GeoSPARQL functions.
Fixed ehMeet function.
commit 8759f875abce27d998ca8d78c0588ca4bd6ecfbc
Author: cuent <[email protected]>
Date: 2015-08-17T06:34:49Z
Improve documentation in upgrade file.
commit d27424af7781d640bb067e49f205eeecd776668a
Author: cuent <[email protected]>
Date: 2015-08-17T15:58:53Z
FIxed drop file.
commit 206a01a179db37ef29720ed32c5f07ce29d0b180
Author: Sergio Fernández <[email protected]>
Date: 2015-08-20T09:50:05Z
added new metadata value to keep track when the schema has been updated
commit ce75997e96fca35e3e03f2d63c0ee70c52a05b09
Author: cuent <[email protected]>
Date: 2015-08-20T18:56:08Z
Added support for MULTIPOINT, LINESTRING AND POLYGON in isGeometry condition
commit 498265077af240956b9caea090ae9895eac35c54
Author: cuent <[email protected]>
Date: 2015-08-20T19:03:49Z
MARMOTTA-584: applied patch by Xavier Sumba
Submitted by: Xavier Sumba <[email protected]>
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---