mapshader
mapshader copied to clipboard
numba-ize mercator.py
- [ ] add tests for mercator.py (using
pytest mapshader/tests/test_mercator.py -sv -k <optional_grep> - [ ] benchmark performance of current functions (using
pytest-benchmark) - [ ] add numba decorators and see what performance improvements we can achieve
https://numba.pydata.org/