srs.parse should be async
springmeyer opened this issue · 1 comments
springmeyer commented
This function should be made async in the C++ module so that it runs in the libeio thread pool.
springmeyer commented
not actionable, or even likely possible, because internally ogr makes all sorts of file access calls for csv files on disk. This is very unlikely to work within a thread.