Skip to content

Commit

Permalink
fix: ignore "Unknown" formation names
Browse files Browse the repository at this point in the history
  • Loading branch information
rabii-chaarani committed Aug 28, 2024
1 parent b8dbc71 commit 1ed5578
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file not shown.
6 changes: 3 additions & 3 deletions LoopDataConverter/fields/_ntgs/_ntgs_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def __init__(self):

self.geology_config = {
"unitname_column": "Formation",
"alt_unitname_column": "CODE",
"alt_unitname_column": "Formation",
"group_column": "Group",
"supergroup_column": "Supergroup",
"description_column": "LithDescn1",
Expand All @@ -48,11 +48,11 @@ def __init__(self):
"intrusive_text": "RockCat",
"volcanic_text": "RockCat",
"objectid_column": "OBJECTID",
"ignore_codes": ["cover"],
"ignore_codes": ["cover", "Unknown", 'Pertatataka_Formation'],
}

self.structure_config = {
"orientation_type": "dip direction",
"orientation_type": "DipDirectn",
"dipdir_column": "DipDirectn",
"dip_column": "Dip",
"description_column": "FeatDesc",
Expand Down
Binary file not shown.

0 comments on commit 1ed5578

Please sign in to comment.