Skip to content
Snippets Groups Projects
Commit bd6f9493 authored by Jay's avatar Jay Committed by Jason R Laura
Browse files

Error in edge fixed and extra imports in graph views removed.

parent 44d107f5
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment