I have a clear globe that i would like to project to a flat map. Any common projection should work, since computer programs exist for converting map projections. Where should i start?
A couple of details: First, my “globe” is an empty plastic Christmas tree ornament, so it can be hung from a string at one end but it doesn’t have a stand like a normal globe does.
Second, this is a worldbuilding thing. My globe does not represent any real planet or similar body, which is why i need to make a new map from the globe instead of finding an existing one.
Any projection is a compromise. You conserve some properties at the cost of others.
You could always start with a mercator projection. They are easy enough to make (think cylinder wrapped tightly around the ‘equator’ of your globe.
Or you could go with a conic projection (think cone sitting on a gloabe like a hat) which are also simple to make. Lambert conformal conics are common in aeronautical charts.
Both of these projections are used in different maps in the real world for navigation.
Edit: Go for a browse; there are plenty of different flavors https://en.m.wikipedia.org/wiki/List_of_map_projections If your using software, then you can kinda do whatever you want without worrying about how hard or easy it is to make. 😄
Eh.
Here is a summary.