Skip to content

on import of well ipf, deal with duplication of wells #1083

Description

@luitjansl

sometimes multiple entries with the same ID can be found in an IPF file,

  • possibly with the same x and y coordinates
  • sometimes with the same or different filter top/bottom
  • sometimes with the same timeseries text file path

We distinguish exact spatial (not necessarily temporal) duplication ( of x, y, filter_top, filter_bot, ID, but not necessarily rate )
and inexact duplication where ID and possibly some but not all others of x, y, filter_top, filter_bot.

For exact duplication we want to:
-give a warning in the log file that this happened
-make the ID's unique by appending a suffix (_1, _2,..)
This should upon calling open_projectfile_data (prj)

for inexact duplication:

  • we decide not to log this for now, it is a nice to have.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Relationships

None yet

Development

No branches or pull requests

Issue actions