diff --git a/common/src/test/java/org/apache/sedona/common/raster/CrsRoundTripComplianceTest.java b/common/src/test/java/org/apache/sedona/common/raster/CrsRoundTripComplianceTest.java
index 11231ed3b2d..ef6e8ad5868 100644
--- a/common/src/test/java/org/apache/sedona/common/raster/CrsRoundTripComplianceTest.java
+++ b/common/src/test/java/org/apache/sedona/common/raster/CrsRoundTripComplianceTest.java
@@ -24,7 +24,6 @@
import java.util.regex.Pattern;
import org.geotools.api.referencing.FactoryException;
import org.geotools.coverage.grid.GridCoverage2D;
-import org.junit.Ignore;
import org.junit.Test;
/**
@@ -86,19 +85,11 @@ public void testProjRoundTrip_LambertAzimuthalEqualArea_Spherical_2163() throws
}
@Test
- @Ignore(
- "apache/sedona#3103: RS_CRS PROJ-string export is not idempotent for this CRS "
- + "due to a raster CRS-bridge path divergence (surfaced by the proj4sedona 0.1.0 "
- + "serialization changes; transforms are unaffected).")
public void testProjRoundTrip_AlbersEqualArea_5070() throws FactoryException {
assertProjRoundTrip(5070);
}
@Test
- @Ignore(
- "apache/sedona#3103: RS_CRS PROJ-string export is not idempotent for this CRS "
- + "due to a raster CRS-bridge path divergence (surfaced by the proj4sedona 0.1.0 "
- + "serialization changes; transforms are unaffected).")
public void testProjRoundTrip_ObliqueStereographic_28992() throws FactoryException {
assertProjRoundTrip(28992);
}
@@ -129,28 +120,16 @@ public void testProjRoundTrip_PolarStereographicA_32661() throws FactoryExceptio
}
@Test
- @Ignore(
- "apache/sedona#3103: RS_CRS PROJ-string export is not idempotent for this CRS "
- + "due to a raster CRS-bridge path divergence (surfaced by the proj4sedona 0.1.0 "
- + "serialization changes; transforms are unaffected).")
public void testProjRoundTrip_TransverseMercator_OSGB_27700() throws FactoryException {
assertProjRoundTrip(27700);
}
@Test
- @Ignore(
- "apache/sedona#3103: RS_CRS PROJ-string export is not idempotent for this CRS "
- + "due to a raster CRS-bridge path divergence (surfaced by the proj4sedona 0.1.0 "
- + "serialization changes; transforms are unaffected).")
public void testProjRoundTrip_AlbersEqualArea_Australian_3577() throws FactoryException {
assertProjRoundTrip(3577);
}
@Test
- @Ignore(
- "apache/sedona#3103: RS_CRS PROJ-string export is not idempotent for this CRS "
- + "due to a raster CRS-bridge path divergence (surfaced by the proj4sedona 0.1.0 "
- + "serialization changes; transforms are unaffected).")
public void testProjRoundTrip_LambertConformalConic2SP_Vicgrid_3111() throws FactoryException {
assertProjRoundTrip(3111);
}
diff --git a/pom.xml b/pom.xml
index 8b4be486d61..c213bbd4210 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,7 +96,7 @@
2.5.0
1.52
2.9.2
- 0.1.0
+ 0.1.1
provided