Loading autocnet/graph/edge.py +1 −1 Original line number Diff line number Diff line Loading @@ -359,7 +359,7 @@ class Edge(dict, MutableMapping): raise AttributeError('This edge does not yet have any matches computed.') matches, mask = self._clean(clean_keys) domain = self.source.handle.raster_size domain = self.source.geodata.raster_size # Massage the dataframe into the correct structure coords = self.source.get_keypoint_coordinates() Loading autocnet/vis/graph_view.py +0 −3 Original line number Diff line number Diff line import math import numpy as np import networkx as nx from autocnet.examples import get_path from autocnet.fileio.io_gdal import GeoDataset from matplotlib import pyplot as plt import matplotlib Loading Loading
autocnet/graph/edge.py +1 −1 Original line number Diff line number Diff line Loading @@ -359,7 +359,7 @@ class Edge(dict, MutableMapping): raise AttributeError('This edge does not yet have any matches computed.') matches, mask = self._clean(clean_keys) domain = self.source.handle.raster_size domain = self.source.geodata.raster_size # Massage the dataframe into the correct structure coords = self.source.get_keypoint_coordinates() Loading
autocnet/vis/graph_view.py +0 −3 Original line number Diff line number Diff line import math import numpy as np import networkx as nx from autocnet.examples import get_path from autocnet.fileio.io_gdal import GeoDataset from matplotlib import pyplot as plt import matplotlib Loading