Skip to content

Releases: apache/sedona

GeoSpark v0.5.2-Spark-1.x

03 Mar 07:33
Compare
Choose a tag to compare

GeoSpark 0.5.2 is a maintenance release on GeoSpark 0.5.X. This release is compatible with Apache Spark 1.X line.

Bug fix: Fix Issue #58 and Issue #60; Performance enhancement: (1) Deprecate all old Spatial RDD constructors. See the JavaDoc here. (2) Recommend the new SRDD constructors which take an additional RDD storage level and automatically cache rawSpatialRDD to accelerate internal SRDD analyze step

GeoSpark v0.5.2

03 Mar 07:17
Compare
Choose a tag to compare

GeoSpark 0.5.2 is a maintenance release on GeoSpark 0.5.X. This release is compatible with Apache Spark 2.X line.

Bug fix: Fix Issue #58 and Issue #60; Performance enhancement: (1) Deprecate all old Spatial RDD constructors. See the JavaDoc here. (2) Recommend the new SRDD constructors which take an additional RDD storage level and automatically cache rawSpatialRDD to accelerate internal SRDD analyze step

GeoSpark v0.5.1-Spark-1.x

15 Feb 22:08
Compare
Choose a tag to compare

GeoSpark 0.5.1 is a maintenance release on GeoSpark 0.5.X. This release is compatible with Apache Spark 1.X line.

Bug fix: (1) GeoSpark: Fix inaccurate KNN result when K is large (2) GeoSpark: Replace incompatible Spark API call Issue #55; (3) Babylon: Remove JPG output format temporarily due to the lack of OpenJDK support

GeoSpark v0.5.1

15 Feb 21:11
Compare
Choose a tag to compare

GeoSpark 0.5.1 is a maintenance release on GeoSpark 0.5.X. This release is compatible with Apache Spark 2.X line.

Bug fix: (1) GeoSpark: Fix inaccurate KNN result when K is large (2) GeoSpark: Replace incompatible Spark API call Issue #55; (3) Babylon: Remove JPG output format temporarily due to the lack of OpenJDK support

GeoSpark v0.5.0

19 Jan 14:31
Compare
Choose a tag to compare

GeoSpark 0.5.0 is the fifth release on GeoSpark 0.X line. It contains Major updates: We are pleased to announce the initial version of Babylon a large-scale in-memory geospatial visualization system extending GeoSpark. Babylon and GeoSpark are integrated together. You can just import GeoSpark and enjoy! More detials are available here: Babylon GeoSpatial Visualization

GeoSpark v0.4.0

22 Dec 18:02
Compare
Choose a tag to compare

GeoSpark 0.4.0 is the fourth release on GeoSpark 0.X line. It contains Major updates: (Example) 1. Refactor constructor API usage. 2. Simplify Spatial Join Query API. 3. Add native support for LineStringRDD; Functionality enhancement: 1. Release the persist function back to users. 2. Add more exception explanations.

GeoSpark v0.3.2

26 Oct 08:37
Compare
Choose a tag to compare

GeoSpark 0.3.2 is a maintenance release containing functionality enhancement: 1. JTSplus Spatial Objects now carry the original input data. Each object stores "UserData" and provides getter and setter. 2. Add a new SpatialRDD constructor to transform a regular data RDD to a spatial partitioned SpatialRDD.

The precompiled GeoSpark jar uses Apache Spark 2.0.1 as a dependency but it should work for other Apache Spark 2.X versions.

GeoSpark v0.3.1

07 Oct 00:13
Compare
Choose a tag to compare

GeoSpark 0.3.1 is a maintenance release containing bug fixes: support Apache Spark 2.X version, fix a bug which results in inaccurate results when doing join queries, add more unit test cases

The precompiled GeoSpark jars use Apache Spark 2.0.1 or Apache Spark 1.6.2 as a dependency. Please change it in "Pom.xml" if you are using different Spark.

GeoSpark v0.3

18 Aug 02:25
Compare
Choose a tag to compare

This version contains load balanced spatial partitioning techniques (R-Tree and Voronoi); global and local index; optimized range, join and KNN for iterative spatial data mining.

The precompiled GeoSpark jar uses Spark 1.6.1 as a dependency. Please change it in "Pom.xml" if you are using different Spark.

GeoSpark_SourceCode_v0.2

30 Oct 20:51
Compare
Choose a tag to compare

This release includes PointRDD, RectangleRDD, PolygonRDD, CircleRDD as well as corresponding IndexRDD. Regarding SpatialRDD API usage, please refer GeoSpark Java API Doc.