akva2 / waldo

Where's waldo?
Other
0 stars 1 forks source link

Establish framework for coordinate transforms #5

Open VikingScientist opened 4 weeks ago

VikingScientist commented 4 weeks ago

We can't work in (lat,lon) since these are spherical coordinates.

We can't work in UTM since they are just too big.

We need to do all GFX calculations on rescaled, translated utm coordinates. But at the end of the day we need to get back to (lat,lon) since this is the primary deliverable.