You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Fabian Hueske (JIRA)" <ji...@apache.org> on 2015/02/13 16:31:11 UTC

[jira] [Created] (FLINK-1538) Spatial Data Processing Library

Fabian Hueske created FLINK-1538:
------------------------------------

             Summary: Spatial Data Processing Library
                 Key: FLINK-1538
                 URL: https://issues.apache.org/jira/browse/FLINK-1538
             Project: Flink
          Issue Type: New Feature
            Reporter: Fabian Hueske
            Priority: Minor


Processing of geo-spatial data is compute intensive. If done on a large scale as for example when joining millions of GPS traces with huge spatial data sets such as OpenStreetMap, spatial processing can benefit from massively parallel processing platforms such as Apache Flink. 

We propose a project to draft and bootstrap a geo-spatial processing library for Apache Flink.

The focus of this project lies on the design of the library. Key features should be a good integration with other Flink APIs, good extensibility, and compatibility with existing data formats. The library could include a variety of processing functionality such as:

* import of common data formats
* fuzzy spatial join for different applications
** containment in area
** minimum distance to object
** intersection of polygons
** ...
* spatial partitioning techniques
* ...




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)