Skip to content

Commit

Permalink
[DOCS] Remove duplicate word (#1508)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton committed Jul 4, 2024
1 parent a50f35f commit 746e312
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 746e312

Please sign in to comment.