Skip to content

WKB/EWKB Decoding Support( PostGIS Geometry query support), MIgration from ESRI to JTS

Compare
Choose a tag to compare
@sheinbergon sheinbergon released this 05 May 18:55
4a5086d

More work on issues brought up in #6 and in #8:

  • Geometry Implementation move from ESRI to JTS to properly support WKB/EWKB reading
  • ST_FromWKB read implemented and validated, support for reading EWKB/WKB directly from PostGIS.
  • ST_AsJson/ST_Transform removed, for the time being.
  • SRID is now passed around between functions, thanks to JTS EWKB support.
  • ST_(YMin|YMax|XMin|Xmax) Janino workarounds
  • CI procedural fixes, move to multi release branch model.
  • README updates

Full Changelog: 0.2.1...0.2.3

Dremio Compatibility: 20.1.x