This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a commit to branch website
in repository https://gitbox.apache.org/repos/asf/sedona.git
The following commit(s) were added to refs/heads/website by this push:
new dfc0d136e Deployed 33ace6f1b to latest-snapshot with MkDocs 1.5.2 and
mike 1.1.2
dfc0d136e is described below
commit dfc0d136e7ea4f794b2fde9e18b8c7802082ed21
Author: Jia Yu <[email protected]>
AuthorDate: Sat Jan 20 16:46:51 2024 -0800
Deployed 33ace6f1b to latest-snapshot with MkDocs 1.5.2 and mike 1.1.2
---
latest-snapshot/.DS_Store | Bin 8196 -> 8196 bytes
latest-snapshot/search/search_index.json | 2 +-
latest-snapshot/setup/docker/index.html | 2 +-
latest-snapshot/setup/install-python/index.html | 25 +++++++++++----------
latest-snapshot/setup/maven-coordinates/index.html | 6 ++++-
latest-snapshot/sitemap.xml.gz | Bin 127 -> 127 bytes
6 files changed, 20 insertions(+), 15 deletions(-)
diff --git a/latest-snapshot/.DS_Store b/latest-snapshot/.DS_Store
index 4cb00db24..c662964c6 100644
Binary files a/latest-snapshot/.DS_Store and b/latest-snapshot/.DS_Store differ
diff --git a/latest-snapshot/search/search_index.json
b/latest-snapshot/search/search_index.json
index 594a15438..485022c47 100644
--- a/latest-snapshot/search/search_index.json
+++ b/latest-snapshot/search/search_index.json
@@ -1 +1 @@
-{"config":{"lang":["en"],"separator":"[\\s\\-]+","pipeline":["stopWordFilter"]},"docs":[{"location":"","title":"Home","text":""},{"location":"#01172024-sedona-151-released-it-adds-spark-35-support-snowflake-support-and-many-more-raster-and-vector-functions","title":"01/17/2024:
Sedona 1.5.1 released. It adds Spark 3.5 support, Snowflake support, and many
more raster and vector
functions!","text":""},{"location":"#10122023-sedona-150-released-it-adds-comprehensive-raster-data-etl-and-anal
[...]
\ No newline at end of file
+{"config":{"lang":["en"],"separator":"[\\s\\-]+","pipeline":["stopWordFilter"]},"docs":[{"location":"","title":"Home","text":""},{"location":"#01172024-sedona-151-released-it-adds-spark-35-support-snowflake-support-and-many-more-raster-and-vector-functions","title":"01/17/2024:
Sedona 1.5.1 released. It adds Spark 3.5 support, Snowflake support, and many
more raster and vector
functions!","text":""},{"location":"#10122023-sedona-150-released-it-adds-comprehensive-raster-data-etl-and-anal
[...]
\ No newline at end of file
diff --git a/latest-snapshot/setup/docker/index.html
b/latest-snapshot/setup/docker/index.html
index 54a85c07b..b3f62874f 100644
--- a/latest-snapshot/setup/docker/index.html
+++ b/latest-snapshot/setup/docker/index.html
@@ -3906,7 +3906,7 @@ Driver memory and executor memory are optional. If their
values are not given, t
<small>
Last update:
- <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-datetime">January 18, 2024 08:46:35</span>
+ <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-datetime">January 18, 2024 15:53:25</span>
</small>
diff --git a/latest-snapshot/setup/install-python/index.html
b/latest-snapshot/setup/install-python/index.html
index 0799cb4f9..09b4e4940 100644
--- a/latest-snapshot/setup/install-python/index.html
+++ b/latest-snapshot/setup/install-python/index.html
@@ -887,8 +887,8 @@
</li>
<li class="md-nav__item">
- <a href="#prepare-sedona-spark-shaded-jar" class="md-nav__link">
- Prepare sedona-spark-shaded jar
+ <a href="#prepare-sedona-spark-jar" class="md-nav__link">
+ Prepare sedona-spark jar
</a>
</li>
@@ -3602,8 +3602,8 @@
</li>
<li class="md-nav__item">
- <a href="#prepare-sedona-spark-shaded-jar" class="md-nav__link">
- Prepare sedona-spark-shaded jar
+ <a href="#prepare-sedona-spark-jar" class="md-nav__link">
+ Prepare sedona-spark jar
</a>
</li>
@@ -3663,23 +3663,24 @@
<div class="highlight"><pre><span></span><code><span class="nb">cd</span><span
class="w"> </span>python
python3<span class="w"> </span>setup.py<span class="w"> </span>install
</code></pre></div>
-<h3 id="prepare-sedona-spark-shaded-jar">Prepare sedona-spark-shaded jar<a
class="headerlink" href="#prepare-sedona-spark-shaded-jar" title="Permanent
link">¶</a></h3>
-<p>Sedona Python needs one additional jar file called
<code>sedona-spark-shaded</code> to work properly. Please make sure you use the
correct version for Spark and Scala.</p>
+<h3 id="prepare-sedona-spark-jar">Prepare sedona-spark jar<a
class="headerlink" href="#prepare-sedona-spark-jar" title="Permanent
link">¶</a></h3>
+<p>Sedona Python needs one additional jar file called
<code>sedona-spark-shaded</code> or <code>sedona-spark</code> to work properly.
Please make sure you use the correct version for Spark and Scala.</p>
<ul>
-<li>For Spark 3.0 to 3.3 and Scala 2.12, it is called
<code>sedona-spark-shaded-3.0_2.12-1.5.1.jar</code></li>
-<li>For Spark 3.4+ and Scala 2.12, it is called
<code>sedona-spark-shaded-3.4_2.12-1.5.1.jar</code>. If you are using Spark
versions higher than 3.4, please replace the <code>3.4</code> in artifact names
with the corresponding major.minor version numbers.</li>
+<li>For Spark 3.0 to 3.3 and Scala 2.12, it is called
<code>sedona-spark-shaded-3.0_2.12-1.5.1.jar</code> or
<code>sedona-spark-3.0_2.12-1.5.1.jar</code></li>
+<li>For Spark 3.4+ and Scala 2.12, it is called
<code>sedona-spark-shaded-3.4_2.12-1.5.1.jar</code> or
<code>sedona-spark-3.4_2.12-1.5.1.jar</code>. If you are using Spark versions
higher than 3.4, please replace the <code>3.4</code> in artifact names with the
corresponding major.minor version numbers.</li>
</ul>
<p>You can get it using one of the following methods:</p>
<ol>
-<li>Download <a
href="https://repo.maven.apache.org/maven2/org/apache/sedona/">sedona-spark-shaded
jar</a> and <a
href="https://repo.maven.apache.org/maven2/org/datasyslab/geotools-wrapper/">geotools-wrapper
jar</a> from Maven Central, and put them in SPARK_HOME/jars/ folder.</li>
-<li>Call the <a href="../maven-coordinates">Maven Central coordinate</a> in
your python program. For example,
+<li>If you run Sedona in Databricks, AWS EMR, or other cloud platform's
notebook, use the <code>shaded jar</code>: Download <a
href="https://repo.maven.apache.org/maven2/org/apache/sedona/">sedona-spark-shaded
jar</a> and <a
href="https://repo.maven.apache.org/maven2/org/datasyslab/geotools-wrapper/">geotools-wrapper
jar</a> from Maven Central, and put them in SPARK_HOME/jars/ folder.</li>
+<li>If you run Sedona in an IDE or a local Jupyter notebook, use the
<code>unshaded jar</code>. Call the <a href="../maven-coordinates">Maven
Central coordinate</a> in your python program. For example,
<mark>Sedona >= 1.4.1</mark></li>
</ol>
<div class="highlight"><pre><span></span><code><span class="kn">from</span>
<span class="nn">sedona.spark</span> <span class="kn">import</span> <span
class="o">*</span>
<span class="n">config</span> <span class="o">=</span> <span
class="n">SedonaContext</span><span class="o">.</span><span
class="n">builder</span><span class="p">()</span><span class="o">.</span> \
<span class="n">config</span><span class="p">(</span><span
class="s1">'spark.jars.packages'</span><span class="p">,</span>
- <span
class="s1">'org.apache.sedona:sedona-spark-shaded-3.0_2.12:1.5.1,'</span>
+ <span
class="s1">'org.apache.sedona:sedona-spark-3.0_2.12:1.5.1,'</span>
<span
class="s1">'org.datasyslab:geotools-wrapper:1.5.1-28.2'</span><span
class="p">)</span><span class="o">.</span> \
+ <span class="n">config</span><span class="p">(</span><span
class="s1">'spark.jars.repositories'</span><span class="p">,</span>
<span
class="s1">'https://artifacts.unidata.ucar.edu/repository/unidata-all'</span><span
class="p">)</span><span class="o">.</span> \
<span class="n">getOrCreate</span><span class="p">()</span>
<span class="n">sedona</span> <span class="o">=</span> <span
class="n">SedonaContext</span><span class="o">.</span><span
class="n">create</span><span class="p">(</span><span
class="n">config</span><span class="p">)</span>
</code></pre></div>
@@ -3718,7 +3719,7 @@ python3<span class="w"> </span>setup.py<span class="w">
</span>install
<small>
Last update:
- <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-datetime">January 1, 2024 09:17:53</span>
+ <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-datetime">January 21, 2024 00:44:05</span>
</small>
diff --git a/latest-snapshot/setup/maven-coordinates/index.html
b/latest-snapshot/setup/maven-coordinates/index.html
index a2bf9861e..7fe98f67b 100644
--- a/latest-snapshot/setup/maven-coordinates/index.html
+++ b/latest-snapshot/setup/maven-coordinates/index.html
@@ -3890,6 +3890,10 @@
</div>
<h3 id="netcdf-java-542">netCDF-Java 5.4.2<a class="headerlink"
href="#netcdf-java-542" title="Permanent link">¶</a></h3>
<p>This is required only if you want to read HDF/NetCDF files using
<code>RS_FromNetCDF</code>. Note that this JAR is not in Maven Central so you
will need to add this repository to your pom.xml or build.sbt, or specify the
URL in Spark Config <code>spark.jars.repositories</code> or spark-submit
<code>--repositories</code> option.</p>
+<div class="admonition warning">
+<p class="admonition-title">Warning</p>
+<p>Due to a bug in Sedona 1.5.1, the jar becomes a required dependency. You
will need to specify the URL of the repository.</p>
+</div>
<p>Under BSD 3-clause (compatible with Apache 2.0 license)</p>
<div class="admonition abstract">
<p class="admonition-title">Add HDF/NetCDF dependency</p>
@@ -4109,7 +4113,7 @@
<small>
Last update:
- <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-datetime">January 18, 2024 00:00:28</span>
+ <span class="git-revision-date-localized-plugin
git-revision-date-localized-plugin-datetime">January 21, 2024 00:44:05</span>
</small>
diff --git a/latest-snapshot/sitemap.xml.gz b/latest-snapshot/sitemap.xml.gz
index acfe7c5fe..972d072c9 100644
Binary files a/latest-snapshot/sitemap.xml.gz and
b/latest-snapshot/sitemap.xml.gz differ