jkunimune fe1ede6a50 Map enum? I barely know 'em!
I refactored everything (assuming I actually understand what the word
'refactoring' means, which I think I do, but I'm not sure. I'm too lazy
to check). There are fewer duplicate names, corresponding information is
closer together in general, the code has less redundancy, it's easier to
add new map projections, and classes are grouped more effectively and
more logically. I've now switched from using Strings to represent map
projections to using an enum (remember when I was using separate
classes? Wow, that was trash!). I was also going to combine the
MapDesigners and MapAnalyzer with some inheritance type stuff, but I
think that's content for another commit.
2017-06-25 21:36:33 -04:00
2017-06-25 21:36:33 -04:00
2016-10-09 00:18:41 -04:00
2015-12-28 08:16:38 -10:00
2016-05-12 09:26:53 -10:00
2015-11-23 12:58:38 -05:00
2017-06-08 13:16:40 -04:00
2017-06-25 21:36:33 -04:00
2017-01-12 21:04:24 -10:00

Map-Projections

A class to create custom maps of the Earth's surface. Simply run MapDesigner.jar, select your parameters, and a custom world map of your design will be created! There are thousands of combinations of color-schemes, projections, and aspects. Includes Mercator, Gall-Peters, Orthographic, Peirce-Quincuncial, and More!

For more information go to jkunimune15.github.io/Map-Projections.

Description
A suite of programs to create custom maps of the Earth's surface. https://kunimune.home.blog/2017/11/23/the-secrets-of-the-authagraph-revealed/
Readme 886 MiB
Languages
Java 88.5%
Python 11.5%