Skip to content
Snippets Groups Projects
Commit 735905bd authored by ImmaSerra's avatar ImmaSerra
Browse files

changes function coord

parent 8abcbdf3
No related branches found
No related tags found
No related merge requests found
......@@ -27,9 +27,6 @@ import json
#fileTemporal = sys.argv[2] #txt file
def bbox():
coord = ARG['bbox'].split(',')
return coord
def main():
......@@ -82,7 +79,14 @@ def main():
coord = ARG['bbox'].split(',')
print(coord[0])
env_coord = coord
"""
def bbox():
coord = ARG['bbox'].split(',')
return coord
env_coord = bbox()
"""
#print(ARG['bbox'][0]) #Error 4 primer digit
#print(ARG['bbox'][1]) #Error 3 segon digit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment