Scenario
I was doing the UCGO Europa Base mission, and decided to get creative with placing lights in a circle around the Arrow Freighter as a kind of temporary landing pad.
I thought I was being very clever when I jumped into a spreadsheet and whipped up some calculations with rudimentary trigonometry to figure out the lat/long points to place the lights at with a radius of whatever 0.006 degrees worked out to be.
Problem
You've probably already realized what I ran into. The base is at about 68 N and it appears the longitudinal distance equal to 0.006 degree is about 1/3 or 1/4 by eyeball of what it equals for the latitudinal distance. I got a nice ellipse with a North-South orientation. Suited the Arrow freighter since it was aligned that way, but was not what I wanted.
Attempted Solution
I figured it would be straight forward to go find one of those Great Circle distance plotter, and plug that into my spreadsheet. Get a distance for say 10 deg of lat, another for 10 deg of long, and the ratio should give me what I need to adjust my numbers, right?
Bad Math?
I found many places where formula where offered. One such, the so-called Haversine formula seemed straight forward. I found it here. Happily, they have a nice spot where I could put in my numbers and see how my spreadsheet said the same thing.
Except I don't get the same distance. Not even close. And not wrong by a factor of 10, or 0.1. No, just way too big.
I checked, checked again. Started from scratch and went to great lengths to be sure I was using the right numbers in the right places. All in radians, yes yes yes.
I have a headache now, and it still doesn't work.
Help? Maybe?
I was doing the UCGO Europa Base mission, and decided to get creative with placing lights in a circle around the Arrow Freighter as a kind of temporary landing pad.
I thought I was being very clever when I jumped into a spreadsheet and whipped up some calculations with rudimentary trigonometry to figure out the lat/long points to place the lights at with a radius of whatever 0.006 degrees worked out to be.
Problem
You've probably already realized what I ran into. The base is at about 68 N and it appears the longitudinal distance equal to 0.006 degree is about 1/3 or 1/4 by eyeball of what it equals for the latitudinal distance. I got a nice ellipse with a North-South orientation. Suited the Arrow freighter since it was aligned that way, but was not what I wanted.
Attempted Solution
I figured it would be straight forward to go find one of those Great Circle distance plotter, and plug that into my spreadsheet. Get a distance for say 10 deg of lat, another for 10 deg of long, and the ratio should give me what I need to adjust my numbers, right?
Bad Math?
I found many places where formula where offered. One such, the so-called Haversine formula seemed straight forward. I found it here. Happily, they have a nice spot where I could put in my numbers and see how my spreadsheet said the same thing.
Except I don't get the same distance. Not even close. And not wrong by a factor of 10, or 0.1. No, just way too big.
I checked, checked again. Started from scratch and went to great lengths to be sure I was using the right numbers in the right places. All in radians, yes yes yes.
I have a headache now, and it still doesn't work.
Help? Maybe?