MCPcopy Create free account
hub / github.com/bsomps/OpenGeoPlotter / manage_attributes

Method manage_attributes

OGP_v11.py:5285–5293  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

5283
5284
5285 def manage_attributes(self): # for cross section
5286 if self.data_desurveyed is None:
5287 QMessageBox.warning(self, "No data", "Please load desurveyed data first")
5288 return
5289
5290 self.manage_attributes_dialog = ManageAttributesDialog(self.data_desurveyed, self.attributes_dict, self)
5291 self.manage_attributes_dialog.exec_()
5292
5293 self.attributes_dict = self.manage_attributes_dialog.get_attributes_dict()
5294
5295 def load_desurveyed_data(self): # for cross section
5296 filename, _ = QFileDialog.getOpenFileName(self, "Select desurveyed data file", "", "CSV files (*.csv)")

Callers

nothing calls this directly

Calls 2

get_attributes_dictMethod · 0.80

Tested by

no test coverage detected