Closed forkozi closed 5 years ago
This was caused by a parsing error, where the code expected the projection element to be in the second position, which is not always the case. Fixed to make it more flexible, and tested that your string now works.
Awesome. Thanks for the quick fix! Will the updated module become available on pip?
Now on PyPI as version 1.0.1.
Hi. I'm excited to use PyCRS, but I've run into a glitch. When I use from_ogc_wkt() on the following wkt...
...I get the following.
I 'thought' this was an OCG string, but maybe not?
Thanks for sharing your module.
Nick