datafusion-geo

Crates.iodatafusion-geo
lib.rsdatafusion-geo
version0.1.0
sourcesrc
created_at2024-03-06 07:09:53.105442
updated_at2024-03-06 07:09:53.105442
descriptionAdd geo functionality extension to datafusion query engine.
homepagehttps://github.com/systemxlabs/datafusion-geo
repositoryhttps://github.com/systemxlabs/datafusion-geo
max_upload_size
id1164440
size64,673
张林伟 (lewiszlw)

documentation

README

datafusion-geo

Add geo functionality extension to datafusion query engine.

Goals

  1. Support multiple wkb dialects
  2. Provide DataFusion user defined functions
  3. Prefer using geos library if feature flag enabled

Useful Links

  1. Ewkb format: https://github.com/postgis/postgis/blob/master/doc/ZMSgeoms.txt
  2. PostGIS functions: https://postgis.net/docs/manual-dev/PostGIS_Special_Functions_Index.html
Commit count: 0

cargo fmt