fortyninemaps / karta

A tidy Python package for geospatial computation
https://karta.fortyninemaps.com
MIT License
100 stars 11 forks source link

CoordString.getX and .getY are slow #43

Open njwilson23 opened 7 years ago

njwilson23 commented 7 years ago

These methods are intended to provide an interface to CoordString data for functions on the C side, but they're slow. Performance improvements would reduce the temptation to use the CoordString array pointer in external functions.