I do not know the setting, but mapping is a problem I often run into when world building, and though I think it's a very nice problem, it often defeats me.
If the result is not intended to look like a map, you can determine a fixed point and define directions, or define a coordinate system that can be two dimensional (planet surface) or three dimensional (accounting for elevation or depth). Finding a fixed point to leverage a planet can be an interesting task in itself. Once you have your framework, note the coordinates relative the the fixed point, or in the coordinate system.
For two dimensional (surface-only), distance and direction from the fixed point will ususally suffice to find some spot again. A coordinate system would give you something similar to GPS data.
Calculation of distances between points requires some spherical geometry, unless they are close enough to each other (for space rubble sized planets, that would be very close).
Actually drawing a two-dimensional planetary map that sets the points in the right locations has been a challenging task for cartographers since people realised that the Earth is round. It will be even more fun with less-round planets, I guess.
I've been looking for some online tool to help with three-dimensional mapping a while ago, but did not find a sufficiently easy to handle one for my purpose.
If you cannot define directions relative to the planet because it tumbles through space without an axis or a magnetic field, you can still define a coordinate system using landmarks. In the end it's all triangles anyway.
(no subject)
Date: 2025-05-14 11:08 am (UTC)If the result is not intended to look like a map, you can determine a fixed point and define directions, or define a coordinate system that can be two dimensional (planet surface) or three dimensional (accounting for elevation or depth). Finding a fixed point to leverage a planet can be an interesting task in itself. Once you have your framework, note the coordinates relative the the fixed point, or in the coordinate system.
For two dimensional (surface-only), distance and direction from the fixed point will ususally suffice to find some spot again. A coordinate system would give you something similar to GPS data.
Calculation of distances between points requires some spherical geometry, unless they are close enough to each other (for space rubble sized planets, that would be very close).
Actually drawing a two-dimensional planetary map that sets the points in the right locations has been a challenging task for cartographers since people realised that the Earth is round. It will be even more fun with less-round planets, I guess.
I've been looking for some online tool to help with three-dimensional mapping a while ago, but did not find a sufficiently easy to handle one for my purpose.
If you cannot define directions relative to the planet because it tumbles through space without an axis or a magnetic field, you can still define a coordinate system using landmarks. In the end it's all triangles anyway.