You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sedona.apache.org by ji...@apache.org on 2020/09/02 03:35:38 UTC

[incubator-sedona] branch master updated: Add the temporary readme and website

This is an automated email from the ASF dual-hosted git repository.

jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-sedona.git


The following commit(s) were added to refs/heads/master by this push:
     new d72d7ba  Add the temporary readme and website
d72d7ba is described below

commit d72d7bae560ee39682e166a9d1de7ff0f9e956f8
Author: Jia Yu <ji...@gmail.com>
AuthorDate: Tue Sep 1 20:03:25 2020 -0700

    Add the temporary readme and website
---
 README.md          |  27 ++++++++++-----------------
 incubator_logo.png | Bin 0 -> 30207 bytes
 sedona_logo.png    | Bin 0 -> 586724 bytes
 3 files changed, 10 insertions(+), 17 deletions(-)

diff --git a/README.md b/README.md
index 0649edb..86dd98d 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,17 @@
-## On 07/19/2020, GeoSpark has been accepted to the Apache Software Foundation under the new name Apache Sedona (incubating). The code in this repository will be imported to the ASF Git repository. Old contributors please read [this GitHub issue](https://github.com/DataSystemsLab/GeoSpark/issues/391#issuecomment-660855207) and submit your CLA at your earliest convenience.
+<img src="./sedona_logo.png" width="400">
+
+## We are working on importing GeoSpark to Apache Sedona infra. The structure of this repo may change frequently in the weeks to come.
 
-![GeoSpark Logo](https://github.com/DataSystemsLab/GeoSpark/blob/master/GeoSpark_logo.png?raw=true)
 
 |     Stable    | Latest | Source code|
 |:-------------:|:------|:------:|
 |[![Maven Central with version prefix filter](https://img.shields.io/maven-central/v/org.datasyslab/geospark.svg)](http://datasystemslab.github.io/GeoSpark/download/GeoSpark-All-Modules-Maven-Central-Coordinates/) | [![Sonatype Nexus (Snapshots)](https://img.shields.io/nexus/s/https/oss.sonatype.org/org.datasyslab/geospark.svg)](http://datasystemslab.github.io/GeoSpark/download/GeoSpark-All-Modules-Maven-Central-Coordinates/) | [![Build Status](https://travis-ci.org/DataSystemsLab/GeoSpa [...]
 
-[GeoSpark@Twitter](https://twitter.com/GeoSpark_ASU) || [GeoSpark Discussion Board](https://groups.google.com/forum/#!forum/geospark-discussion-board) || [![Join the chat at https://gitter.im/geospark-datasys/Lobby](https://badges.gitter.im/geospark-datasys/Lobby.svg)](https://gitter.im/geospark-datasys/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
+[Sedona@Twitter](https://twitter.com/ApacheSedona) || [Sedona Discussion Board](https://groups.google.com/forum/#!forum/geospark-discussion-board) || [![Join the chat at https://gitter.im/geospark-datasys/Lobby](https://badges.gitter.im/geospark-datasys/Lobby.svg)](https://gitter.im/geospark-datasys/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
 
-GeoSpark is a cluster computing system for processing large-scale spatial data. GeoSpark extends Apache Spark / SparkSQL with a set of out-of-the-box Spatial Resilient Distributed Datasets (SRDDs)/ SpatialSQL that efficiently load, process, and analyze large-scale spatial data across machines.
+Apache Sedona (incubating) is a cluster computing system for processing large-scale spatial data. Sedona extends Apache Spark / SparkSQL with a set of out-of-the-box Spatial Resilient Distributed Datasets (SRDDs)/ SpatialSQL that efficiently load, process, and analyze large-scale spatial data across machines.
 
-### GeoSpark contains several modules:
+### Sedona contains several modules:
 
 | Name  |  API |  Spark compatibility|Introduction|
 |---|---|---|---|
@@ -19,21 +20,13 @@ GeoSpark is a cluster computing system for processing large-scale spatial data.
 |Viz |  RDD, SQL/DataFrame | RDD - Spark 2.X/1.X, SQL - Spark 2.1+|Visualization for Spatial RDD and DataFrame.|
 |Zeppelin |  Apache Zeppelin | Spark 2.1+, Zeppelin 0.8.1+|GeoSpark plugin for Apache Zeppelin|
 
-### GeoSpark supports several programming languages: Scala, Java, SQL, Python and R.
+### Sedona supports several programming languages: Scala, Java, SQL, Python and R.
 
-# Please visit [GeoSpark website](http://datasystemslab.github.io/GeoSpark/) for detailed documentations
+# Please visit [Apache Sedona website](https://jiayuasu.github.io/sedona/) for detailed documentations
 
 ## News!
 * GeoSpark 1.3.1 is released. This version provides a complete Python wrapper to GeoSpark RDD and SQL API. It also contains a number of bug fixes and new functions from 12 contributors. See [Python tutorial: RDD](https://datasystemslab.github.io/GeoSpark/tutorial/geospark-core-python/), [Python tutorial: SQL](https://datasystemslab.github.io/GeoSpark/tutorial/geospark-sql-python/), [Release note](https://datasystemslab.github.io/GeoSpark/download/GeoSpark-All-Modules-Release-notes/)
 
-## Orignial Contributors
-* (Mo)hamed Sarwat (Twitter: [@MoSarwat](https://twitter.com/MoSarwat))
-* Jia Yu
-
-## Impact
-
-### GeoSpark Downloads on Maven Central
-
-GeoSpark ecosystem has around 10K downloads per month.
+## Powered by
 
-<img src="docs/image/geospark-stat.png" width="500"/>
+<img src="./incubator_logo.png" width="400">
diff --git a/incubator_logo.png b/incubator_logo.png
new file mode 100644
index 0000000..338169e
Binary files /dev/null and b/incubator_logo.png differ
diff --git a/sedona_logo.png b/sedona_logo.png
new file mode 100644
index 0000000..befb982
Binary files /dev/null and b/sedona_logo.png differ