File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -396,29 +396,6 @@ def _get_dfs(self):
396396 #
397397 # return
398398 #
399- # assoc = LocationThingAssociation(
400- # effective_start=datetime.now(tz=ZoneInfo("UTC"))
401- # )
402- #
403- # assoc.location = location
404- # assoc.thing = well
405- # session.add(assoc)
406- #
407- # if isna(row.AquiferType):
408- # if self.verbose:
409- # logger.info(
410- # f"No AquiferType for {well.name}. Skipping aquifer association."
411- # )
412- # else:
413- # if self.verbose:
414- # logger.info(f"Trying to associate aquifer for {well.name}")
415- # try:
416- # self._add_aquifers(session, row, well)
417- # except Exception as e:
418- # logger.critical(
419- # f"Error creating aquifer association for {well.name}: {e}"
420- # )
421-
422399 def _extract_well_purposes (self , row ) -> list [str ]:
423400 cu = row .CurrentUse
424401
You can’t perform that action at this time.
0 commit comments