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.

EDIT: To be clear, i know about projections already. I’m not worried about picking a projection. What i’m asking about is the process is for taking a physical globe and projecting that globe’s surface onto a flat rectangle. I don’t know how to turn an imaginary cylinder or cone sitting on my globe into a tangible physical or digital map. I don’t have the means to cut up and unfold my globe until it’s flat. What is the actual process for making a map from a globe, for any projection? I know this isn’t how maps are traditionally made, but surely there must be a good way to do this.

  • Successful_Try543@feddit.org
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    35 minutes ago

    The process of actually projecting the contours on the globe onto a flat (cylindrical) map is by either putting a strong light source inside the globe and place the paper cylinder around it. This projects the contours onto the cylinder. The contours then need to be traced onto the cylinder using a pen. The other option, e.g. if the globe isn’t translucent, is to paint a longitude/latitude grid onto it and start with an empty rectangular map with the same grid structure. Then, for every trapezoid on the globe, its content needs to be transferred to a the coresponding rectangle on the map.

  • StellarExtract@lemm.ee
    link
    fedilink
    arrow-up
    4
    ·
    edit-2
    16 hours ago

    I’m not a cartographer, but the way I’d tackle this is to drill a small hole in the globe and spray paint in through it, so that the inner surface is opaque white. Then I would put together a cheap turntable-style 3D scanner using an off-the-shelf camera (there are open source designs available for this that you can buy as a kit or print using a 3D printer, then assemble following step-by-step instructions). Then, after scanning the globe and obtaining a textured 3D model of it, it should be relatively easy to convert the globe’s texture from a spherical shape to a standard map projection using software. I don’t know what software that would be offhand, but I’m sure it exists.

  • Zotora
    link
    fedilink
    arrow-up
    6
    arrow-down
    1
    ·
    edit-2
    20 hours ago

    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. 😄

        • Womble@lemmy.world
          link
          fedilink
          English
          arrow-up
          2
          ·
          9 hours ago

          That’s interesting, though their own map benefits from their definition of B (the number of boundary cuts an arbitrary line segment needs to cross), because this metric does not take into account how far away the elements on the map are from each other. E.g. the cuts going from northern to southern Africa count as much as a “distortion” as the ones separating Indonesia and South America.

          Ultimately, “objective” best depends on the metric you choose and that is a subjective decision.