[ https://issues.apache.org/jira/browse/SEDONA-125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17787802#comment-17787802 ]
Jia Yu commented on SEDONA-125: ------------------------------- [~juanmendez] [~dersteppen] What error still persist? We will not add the support of EPSG:9377 because GeoTools does not support it anyway. However, as mentioned in this PR, we did add the support of WKT CRS. Can you try to add your custom WKT CRS string? > Allows customized CRS in ST_Transform > ------------------------------------- > > Key: SEDONA-125 > URL: https://issues.apache.org/jira/browse/SEDONA-125 > Project: Apache Sedona > Issue Type: New Feature > Reporter: JUAN MENDEZ > Priority: Major > Labels: pull-request-available > Fix For: 1.3.0, 1.5.0 > > Time Spent: 2h > Remaining Estimate: 0h > > Is it possible to add a custom CRS? > > The following query: > _st_transform(st_geomFromWKT(u.SHAPE),'EPSG:9377', 'EPSG:4326' )_ > raises this error: > _org.opengis.referencing.NoSuchAuthorityCodeException: No code "EPSG:9377" > from authority "European Petroleum Survey Group" found for object of type > "CoordinateReferenceSystem"._ > > > This can be improved by better support (e.g., WKT CRS) for Geotools CRS: > https://docs.geotools.org/latest/userguide/library/referencing/crs.html -- This message was sent by Atlassian Jira (v8.20.10#820010)