File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33import os
44
55from PyQt5 .QtWidgets import QMessageBox , QWidget
6+ from qgis .core import QgsProject
67from qgis .PyQt import uic
78
89from loopstructural .toolbelt .preferences import PlgOptionsManager
Original file line number Diff line number Diff line change 1-
21import pandas as pd
32from map2loop .contact_extractor import ContactExtractor
43from map2loop .sampler import SamplerDecimator , SamplerSpacing
1211from map2loop .thickness_calculator import InterpolatedStructure , StructuralPoint
1312from osgeo import gdal
1413
15-
16-
1714from ..main .vectorLayerWrapper import qgsLayerToDataFrame , qgsLayerToGeoDataFrame
1815from .debug .export import export_debug_package
1916
@@ -101,8 +98,8 @@ def extract_basal_contacts(
10198 try :
10299 if debug_manager and getattr (debug_manager , "is_debug" , lambda : False )():
103100
104- layers = {"geology" : geology , "faults" : faults }
105- pickles = {"contact_extractor" : contact_extractor }
101+ _layers = {"geology" : geology , "faults" : faults }
102+ _pickles = {"contact_extractor" : contact_extractor }
106103 # export layers and pickles first to get the actual filenames used
107104 _exported = export_debug_package (
108105 debug_manager ,
You can’t perform that action at this time.
0 commit comments