Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
NOCSurfaceProcesses
GeoSpatialTools
Commits
72f1c331
Commit
72f1c331
authored
5 months ago
by
Joseph Siddons
Browse files
Options
Download
Email Patches
Plain Diff
fix: correct bearing for second focal point
parent
a24506f6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
GeoSpatialTools/octtree.py
GeoSpatialTools/octtree.py
+1
-1
GeoSpatialTools/quadtree.py
GeoSpatialTools/quadtree.py
+1
-1
No files found.
GeoSpatialTools/octtree.py
View file @
72f1c331
...
...
@@ -273,7 +273,7 @@ class SpaceTimeEllipse:
self
.
p2_lon
,
self
.
p2_lat
=
destination
(
self
.
lon
,
self
.
lat
,
(
180
-
self
.
bearing
)
%
360
,
(
self
.
bearing
-
180
)
%
360
,
self
.
c
,
)
...
...
This diff is collapsed.
Click to expand it.
GeoSpatialTools/quadtree.py
View file @
72f1c331
...
...
@@ -193,7 +193,7 @@ class Ellipse:
self
.
p2_lon
,
self
.
p2_lat
=
destination
(
self
.
lon
,
self
.
lat
,
(
180
-
self
.
bearing
)
%
360
,
(
self
.
bearing
-
180
)
%
360
,
self
.
c
,
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment