-
Notifications
You must be signed in to change notification settings - Fork 695
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #65 from jiayuasu/GeoSpark-for-Spark-1.X
GeoSpark bumps to 0.5.2
- Loading branch information
Showing
12 changed files
with
617 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,9 +20,11 @@ GeoSpark artifacts are hosted in Maven Central: [**Maven Central Coordinates**]( | |
|
||
| Version | Summary | | ||
|:----------------: |----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
|0.5.2| **Bug fix:** Fix [Issue #58](https://github.com/DataSystemsLab/GeoSpark/issues/58) and [Issue #60](https://github.com/DataSystemsLab/GeoSpark/issues/60); **Performance enhancement:**: (1) Deprecate all old Spatial RDD constructors. See the JavaDoc [here](http://www.public.asu.edu/~jiayu2/geospark/javadoc/0.5.2/). (2) Recommend the new SRDD constructors which take an additional RDD storage level and automatically cache rawSpatialRDD to accelerate internal SRDD analyze step| | ||
|0.5.1| **Bug fix:** (1) GeoSpark: Fix inaccurate KNN result when K is large (2) GeoSpark: Replace incompatible Spark API call [Issue #55](https://github.com/DataSystemsLab/GeoSpark/issues/55); (3) Babylon: Remove JPG output format temporarily due to the lack of OpenJDK support| | ||
| 0.5.0| **Major updates:** We are pleased to announce the initial version of [Babylon](https://github.com/DataSystemsLab/GeoSpark/tree/master/src/main/java/org/datasyslab/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 details are available here: [Babylon GeoSpatial Visualization](https://github.com/DataSystemsLab/GeoSpark/tree/master/src/main/java/org/datasyslab/babylon)| | ||
|
||
|
||
# Important features ([more](https://github.com/DataSystemsLab/GeoSpark/wiki/GeoSpark-Important-Features)) | ||
## Spatial Resilient Distributed Datasets (SRDDs) | ||
Supported Spatial RDDs: PointRDD, RectangleRDD, PolygonRDD, LineStringRDD | ||
|
@@ -44,9 +46,10 @@ Inside, Overlap, DatasetBoundary, Minimum Bounding Rectangl, Polygon Union | |
## Spatial Operation | ||
Spatial Range Query, Spatial Join Query, and Spatial K Nearest Neighbors Query. | ||
|
||
# GeoSpark Tutorial ([more](https://github.com/DataSystemsLab/GeoSpark/wiki/GeoSpark-Tutorial)) | ||
# GeoSpark Tutorial ([more](https://github.com/DataSystemsLab/GeoSpark/wiki)) | ||
GeoSpark full tutorial is available at GeoSpark GitHub Wiki: [https://github.com/DataSystemsLab/GeoSpark/wiki](https://github.com/DataSystemsLab/GeoSpark/wiki) | ||
|
||
#Babylon Visualization Framework on GeoSpark | ||
# Babylon Visualization Framework on GeoSpark | ||
Babylon is a large-scale in-memory geospatial visualization system. | ||
|
||
Babylon provides native support for general cartographic design by extending GeoSpark to process large-scale spatial data. It can visulize Spatial RDD and Spatial Queries and render super high resolution image in parallel. | ||
|
@@ -81,11 +84,9 @@ Please refer to [JTS Topology Suite website](http://tsusiatsoftware.net/jts/main | |
|
||
* Email us! | ||
|
||
## Contributors | ||
## Contact | ||
* [Jia Yu](http://www.public.asu.edu/~jiayu2/) (Email: [email protected]) | ||
|
||
* [Jinxuan Wu](http://www.public.asu.edu/~jinxuanw/) (Email: [email protected]) | ||
|
||
* [Mohamed Sarwat](http://faculty.engineering.asu.edu/sarwat/) (Email: [email protected]) | ||
|
||
## Project website | ||
|
@@ -96,4 +97,3 @@ GeoSpark is one of the projects under [Data Systems Lab](http://www.datasyslab.o | |
|
||
# Thanks for the help from GeoSpark community | ||
We appreciate the help and suggestions from GeoSpark users: [**Thanks List**](https://github.com/DataSystemsLab/GeoSpark/wiki/GeoSpark-Community-Thanks-List) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.