Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GIS capabilities #467

Open
wants to merge 525 commits into
base: master
Choose a base branch
from
Open

GIS capabilities #467

wants to merge 525 commits into from

Conversation

danylokravchenko
Copy link
Member

Summary

Provide GIS capabilities for Polypheny: #462

Incorporate Spatial Data Types, e.g. Point, Polygon, LineString, collections, etc.
As well as essential spatial function for querying properties and relations, e.g. ST_Distance, ST_Within, and ST_Intersection
Extend the existing query languages with new GIS features.
Combine GIS with exising data models and underlying data stores.
With this, the aim is to offer a unique solution supporting diverse GIS applications.

Changes

GIS capabilities in three data models: relational, document and graph.


Features

  • Spatial data types
  • Spatial functions

Tests

Changes are tested via unit-testing of separate features (e.g. geoFunctions), and tested in integration with Polypheny (e.g. geo functions inside query languages)

datomo and others added 30 commits October 4, 2023 00:45
@danylokravchenko danylokravchenko added the C-enhancement Category: An issue proposing an enhancement label Feb 27, 2024
@danylokravchenko danylokravchenko self-assigned this Feb 27, 2024
Base automatically changed from refactor to master March 14, 2024 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: An issue proposing an enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants