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/sedona.git


The following commit(s) were added to refs/heads/master by this push:
     new 746e3121c [DOCS] Remove duplicate word (#1508)
746e3121c is described below

commit 746e3121cf1842d1c5012e88260a0a9fed473fb0
Author: John Bampton <[email protected]>
AuthorDate: Thu Jul 4 12:38:36 2024 +1000

    [DOCS] Remove duplicate word (#1508)
---
 common/src/main/java/org/apache/sedona/common/utils/RasterUtils.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/common/src/main/java/org/apache/sedona/common/utils/RasterUtils.java 
b/common/src/main/java/org/apache/sedona/common/utils/RasterUtils.java
index 7da21b761..ee6c4a185 100644
--- a/common/src/main/java/org/apache/sedona/common/utils/RasterUtils.java
+++ b/common/src/main/java/org/apache/sedona/common/utils/RasterUtils.java
@@ -550,7 +550,7 @@ public class RasterUtils {
     // Note that:
     // In Sedona vector, we do not perform implicit CRS transform. Everything 
must be done
     // explicitly via ST_Transform
-    // In Sedona raster, we do implicit CRS transform if the raster has a CRS. 
If the the SRID of
+    // In Sedona raster, we do implicit CRS transform if the raster has a CRS. 
If the SRID of
     // the geometry is 0, we assume it is 4326.
     if (geomSRID == 0) {
       geomSRID = 4326;

Reply via email to