Skip to content

b4l/datafusion-spatial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpatialDataFusion

WIP: Spatial extension for DataFusion

Supported SQL Routines

Routines on all Geometry Types

  • ST_Dimension
  • ST_GeometryType
  • ST_AsText
  • ST_AsBinary
  • ST_SRID
  • ST_IsEmpty
  • ST_IsSimple
  • ST_Boundary
  • ST_Envelope

Spatial Relationships

  • ST_Equals
  • ST_Disjoint
  • ST_Intersects
  • ST_Touches
  • ST_Crosses
  • ST_Within
  • ST_Contains
  • ST_Overlaps and ST_Relate

Distance

  • ST_Distance

Set Theoretic and Constructive Operations

  • ST_Intersection
  • ST_Difference
  • ST_Union
  • ST_SymDifference
  • ST_Buffer
  • ST_ConvexHull

Aggregation Operations

  • ST_Extent

About

WIP: Spatial extension for DataFusion

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published