kopia lustrzana https://github.com/OpenDroneMap/ODM
rodzic
06aeb1d121
commit
779d48d272
|
@ -33,6 +33,9 @@ def extract_utm_coords(photos, images_path, output_coords_file):
|
||||||
|
|
||||||
coords.append(coord)
|
coords.append(coord)
|
||||||
|
|
||||||
|
if utm_zone is None:
|
||||||
|
raise Exception("No images seem to have GPS information")
|
||||||
|
|
||||||
# Calculate average
|
# Calculate average
|
||||||
dx = 0.0
|
dx = 0.0
|
||||||
dy = 0.0
|
dy = 0.0
|
||||||
|
|
Ładowanie…
Reference in New Issue