Replies: 1 comment
-
|
Potentially helpful references: |
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.
-
Hi there
We're finding pyproj CRS objects very slow compared to GDAL/OSRSpatialReference objects, for some reason.
In the following script, I load 100 CRS objects using pyproj and OSR, and pyproj is 20 to 40 times slower:
script follows:
Are there any known ways to speed this up?
Beta Was this translation helpful? Give feedback.
All reactions