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:
Alexander Hess 2021-01-02 14:31:59 +01:00
commit 6f9935072e
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
5 changed files with 347 additions and 0 deletions

View file

@ -0,0 +1 @@
"""Test the utilities for the ORM layer."""