Loading autocnet/graph/edge.py +0 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,6 @@ from collections import defaultdict, MutableMapping, Counter import numpy as np import pandas as pd import networkx as nx # import pyproj from scipy.spatial.distance import cdist from shapely.geometry import Point import sqlalchemy Loading autocnet/spatial/overlap.py +0 −1 Original line number Diff line number Diff line Loading @@ -171,7 +171,6 @@ def place_points_in_overlap(nodes, geom, cam_type="csm", height = dem.read_array(1, [px, py, 1, 1])[0][0] # Get the BCEF coordinate from the lon, lat # x, y, z = pyproj.transform(lla, ecef, lon, lat, height) x, y, z = reproject([lon, lat, height], semi_major, semi_minor, 'latlon', 'geocent') Loading Loading
autocnet/graph/edge.py +0 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,6 @@ from collections import defaultdict, MutableMapping, Counter import numpy as np import pandas as pd import networkx as nx # import pyproj from scipy.spatial.distance import cdist from shapely.geometry import Point import sqlalchemy Loading
autocnet/spatial/overlap.py +0 −1 Original line number Diff line number Diff line Loading @@ -171,7 +171,6 @@ def place_points_in_overlap(nodes, geom, cam_type="csm", height = dem.read_array(1, [px, py, 1, 1])[0][0] # Get the BCEF coordinate from the lon, lat # x, y, z = pyproj.transform(lla, ecef, lon, lat, height) x, y, z = reproject([lon, lat, height], semi_major, semi_minor, 'latlon', 'geocent') Loading