You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like starting from pyproj>=3.1+ crs and transformers are made thread-safe internally in pyproj by delegating to lazily constructed thread-local C++ objects. pyproj4/pyproj#793
We are caching
pyproj.CRS
objects here:odc-geo/odc/geo/_crs.py
Lines 31 to 32 in 202cd8a
And
pyproj
transformers here:odc-geo/odc/geo/_crs.py
Lines 47 to 48 in 202cd8a
The text was updated successfully, but these errors were encountered: