You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Fixes#1083
# Description
When importing wells, we now make sure that when the ipf file defines 2
or more wells with the same x, y , filter_top, filter_bottom and id,
then the ID of the second well is appended with "_1", and so on for
successive findings of a well with the same characteristics (_2, _3
etc).
# Checklist
- [X] Links to correct issue
- [ ] Update changelog, if changes affect users
- [X] PR title starts with ``Issue #nr``, e.g. ``Issue #737``
- [X] Unit tests were added
- [ ] **If feature added**: Added/extended example
sometimes multiple entries with the same ID can be found in an IPF file,
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:
The text was updated successfully, but these errors were encountered: