Replies: 1 comment
-
The PROJ mailing list is a good resource for a question like this: https://lists.osgeo.org/mailman/listinfo/proj/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to recreate the EPSG example of georeferencing I=J+90 local bin grid using the P6 I=J+90 seismic bin grid coordinate operation (EPSG code 9666) but the resulting CRS can't be used to transform coordinates.
xform = Transformer.from_crs('EPSG:25832', my_crs)
fails withProjError: Input is not a transformation
.Here is the wkt string I'm using to create the crs with
my_crs = crs.CRS.from_wkt(wkt)
:Note: I asked this question on SO.
Beta Was this translation helpful? Give feedback.
All reactions