mapbox/node-srs

srs.parse should be async

springmeyer opened this issue · 1 comments

This function should be made async in the C++ module so that it runs in the libeio thread pool.

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.