Skip to content

Commit f37a852

Browse files
jirhikerCopilot
andauthored
Update transfers/well_transfer.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 41dd2e2 commit f37a852

1 file changed

Lines changed: 0 additions & 23 deletions

File tree

transfers/well_transfer.py

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)