pyosmium
pyosmium copied to clipboard
Convert Location and Box to pure Python classes
When returning Location and Box to the user, a copy of the data is made anyway. So we might as well implement these classes in Python directly and avoid the overhead of crossing into C++.