Punto de restauración.
This commit is contained in:
@@ -122,6 +122,7 @@ def getElevationFromOE(coordinates):
|
||||
try:
|
||||
r = get(query, timeout=20, verify=certifi.where()) # <-- Corrección aquí
|
||||
except RequestException as e:
|
||||
print(f"Error en la solicitud: {str(e)}")
|
||||
points = []
|
||||
for i, point in enumerate(coordinates):
|
||||
c = utm.from_latlon(point[0], point[1])
|
||||
|
||||
Reference in New Issue
Block a user