We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 796cbbd commit 99ba0e8Copy full SHA for 99ba0e8
ships_hybrid_algorithm/config/README.md
@@ -34,7 +34,5 @@ You need x,y to have the same ratio aspect as the lon,lat of your map. For exemp
34
2. Decide height of the map in grid coordinates (eg, 500)
35
3. Get the "mean latitude" of your map (eg, $\phi_0$).
36
4. Ratio is :
37
-$$
38
-R \approx \cos(\phi_0)\cdot \frac{\Delta lon}{\Delta lat}
39
+$R \approx \cos(\phi_0)\cdot \frac{\Delta lon}{\Delta lat}$
40
5. Now you have : $x = y \times R$
0 commit comments