Add UTMCoordinate class
- the class is a utility to abstract working with latitude-longitude coordinates in their UTM representation (~ "cartesian plane") - the class's .x and .y properties enable working with simple x-y coordinates where the (0, 0) origin is the lower-left of a city's viewport
This commit is contained in:
parent
755677db46
commit
6f9935072e
5 changed files with 347 additions and 0 deletions
1
tests/db/utils/__init__.py
Normal file
1
tests/db/utils/__init__.py
Normal file
|
|
@ -0,0 +1 @@
|
|||
"""Test the utilities for the ORM layer."""
|
||||
Loading…
Add table
Add a link
Reference in a new issue