ossama-othman / MaRC

MaRC - Map Reprojections and Conversions
GNU Lesser General Public License v2.1
1 stars 0 forks source link

Prepare code base for "test source image" #46

Closed ossama-othman closed 6 years ago

ossama-othman commented 6 years ago

It is currently not easy to tell if MaRC's projections, particularly the conformal and equal area ones, are working as expected. A test source image should be created that generates data on-the-fly that makes it easier to tell how well MaRC's projections are working.

This pull request splits off the PhotoImage viewing geometry into a separate class so that it may be leveraged by a new TestImage class.

ossama-othman commented 6 years ago

Superseded by PR #47 due rebasing conflicts. It was easier just to create a new branch off master and apply the test-image differences as a whole.