Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Dynamic Exposure
OpenBuildingMap
quadtreegrid
Commits
d35727b1
Commit
d35727b1
authored
Jun 10, 2021
by
Nicolas Garcia Ospina
Browse files
black
parent
859fbf25
Pipeline
#24253
failed with stage
in 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
quadtreegrid/quadtreegrid.py
View file @
d35727b1
...
@@ -50,6 +50,7 @@ parser.add_argument(
...
@@ -50,6 +50,7 @@ parser.add_argument(
)
)
args
=
parser
.
parse_args
()
args
=
parser
.
parse_args
()
def
main
():
def
main
():
if
args
.
in_bounds
:
if
args
.
in_bounds
:
sw_lon
,
sw_lat
,
ne_lon
,
ne_lat
=
args
.
in_bounds
sw_lon
,
sw_lat
,
ne_lon
,
ne_lat
=
args
.
in_bounds
...
@@ -90,5 +91,6 @@ def main():
...
@@ -90,5 +91,6 @@ def main():
# Leave the program
# Leave the program
sys
.
exit
()
sys
.
exit
()
if
__name__
==
"__main__"
:
if
__name__
==
"__main__"
:
main
()
main
()
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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