From 746e3121cf1842d1c5012e88260a0a9fed473fb0 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Thu, 4 Jul 2024 12:38:36 +1000 Subject: [PATCH] [DOCS] Remove duplicate word (#1508) --- .../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 7da21b761c..ee6c4a185a 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 static Geometry convertCRSIfNeeded( // 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;