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
Joseph Siddons
GeoSpatialTools
Commits
ad6d4952
Commit
ad6d4952
authored
5 months ago
by
Joseph Siddons
Browse files
Options
Download
Email Patches
Plain Diff
fix: remove debug message
parent
585acc0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
GeoSpatialTools/octtree.py
GeoSpatialTools/octtree.py
+0
-2
No files found.
GeoSpatialTools/octtree.py
View file @
ad6d4952
...
...
@@ -201,8 +201,6 @@ class SpaceTimeRectangle:
def
contains
(
self
,
point
:
SpaceTimeRecord
)
->
bool
:
"""Test if a point is contained within the SpaceTimeRectangle"""
if
point
.
datetime
>
self
.
end
or
point
.
datetime
<
self
.
start
:
print
(
"DATETIME FAILS"
)
print
(
point
.
datetime
)
return
False
return
self
.
_test_north_south
(
point
.
lat
)
and
self
.
_test_east_west
(
point
.
lon
...
...
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