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

coordin

parent 2103309f
No related branches found
No related tags found
No related merge requests found
......@@ -80,11 +80,15 @@ ymin=5029144.969318298
xmax=389259.48050923366
ymax=5059673.797540059
"""
#File "S2_Calc_2.py", line 84, in <module>
#xmin= dti.bbox(coord[0])
#AttributeError: module 'snap' has no attribute 'bbox'
xmin= dti.bbox(coord[0])
ymin= dti.bbox(coord[1])
xmax= dti.bbox(coord[2])
ymax= dti.bbox(coord[3])
xmin= dti.main.bbox(coord[0])
ymin= dti.main.bbox(coord[1])
xmax= dti.main.bbox(coord[2])
ymax= dti.main.bbox(coord[3])
""""
xmin=429770,
......
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