Skip to content

Releases: harryprince/geospark

Support Geospark 1.3.1

02 Mar 03:38
Compare
Choose a tag to compare

Follow Geospark 1.3.1 Release Note:
https://datasystemslab.github.io/GeoSpark/download/GeoSpark-All-Modules-Release-notes/

GeoSpark Core

Bug fix:

GeoJSON reader cannot handle "id"
Cannot handle null value in geojson properties
Use HTTPS to resolve dependencies in Maven Build
New functions:

saveAsWKB
saveAsWKT

New functions:

ST_NPoints
ST_GeometryType
ST_SimplifyPreserveTopology
ST_MakeValid
ST_Intersection_aggr

Support Geospark 1.2.0

30 Mar 12:42
Compare
Choose a tag to compare

Follow Geospark 1.2.0 Release Note:
https://datasystemslab.github.io/GeoSpark/download/GeoSpark-All-Modules-Release-notes/

Bug fix:

Issue #224 load GeoJSON non-spatial attributes.
Issue #228 Shapefiel Reader fails to handle UNDEFINED type.
Issue #320 Read CSV ArrayIndexOutOfBoundsException
New functions:

Add GeoJSON Reader to load GeoJSON with all attributes. See GeoSpark doc for an example.
Add WktReader and WkbReader. Their usage is simialr to GeoJSON reader.

  • JTS side location conflict
  • Drop ST_Circle in 1.2.0
  • ST_isValid fails
  • ST_Point doesn't accept null user data
  • ST_Union_Aggr bug
  • Adapter doesn't handle null values

New SQL functions:

  • ST_IsValid
  • ST_PrecisionReduce
  • ST_Touches
  • ST_Overlaps
  • ST_Equals
  • ST_Crosses
  • ST_IsSimple
  • ST_AsText

Support Geospark 1.1.3

30 Mar 12:02
d13d2ae
Compare
Choose a tag to compare

This release add geospark sql as a sparklyr plugin, which support spatial join with index, including st_contains,st_within and so on.