Building a BoundCRS with CoordinateOperation from_string #1114
GlenRice-NOAA
started this conversation in
General
Replies: 1 comment
-
So this is what I did. Is there anything offensive or done particularly inefficiently?
This is the current result:
|
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I am attempting to demonstrate building a BoundCRS using a proj string. This is what I am doing (including getting the files that support the operation):
I end up with a rather extended error, but I think the root cause seems to be that the coordinate operation is missing parameters.
(Internal Proj Error: proj_create: Missing "parameters" key)
I haven't figured out how to generate parameters and add them to the coordinate operation. Maybe I should be generating a json dict and making the coordinate operation that way?
Beta Was this translation helpful? Give feedback.
All reactions