[ 
https://issues.apache.org/jira/browse/JENA-10?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13147867#comment-13147867
 ] 

Paolo Castagna commented on JENA-10:
------------------------------------

See also Apache SIS: http://incubator.apache.org/sis/
                
> GeoARQ: a geo location property function for ARQ
> ------------------------------------------------
>
>                 Key: JENA-10
>                 URL: https://issues.apache.org/jira/browse/JENA-10
>             Project: Jena
>          Issue Type: New Feature
>          Components: ARQ
>            Reporter: Paolo Castagna
>            Priority: Minor
>
> Similarly to LARQ, we can use Lucene spatial capabilities to provide a 
> geo/spatial property function for ARQ.
> An initial and experimental implementation as proof of concept is available 
> here: https://github.com/castagna/GeoARQ
> The initial implementation can provide:
>  - ?s geoarq:nearby ( lat long ) // lat and long are in WGS 84, results are 
> sorted by some "unspecified" score
>  - ?s geoarq:nearby ( lat long dist ) // restrict withing dist km from 
> (lat,long)
>  - (?s ?d) geoarq:nearby ( lat long ) // results are sorted by distance (?d) 
> which is made available to the user
>  - (?s ?d) geoarq:nearby ( lat long dist ) 
>  - ?s geoarq:within ( lat1, long1, lat2, long2 )
> GeoARQ would be better as a separate module from ARQ (same as LARQ).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to