Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] - Config parameters - required/optional #66

Closed
lachlangrose opened this issue May 9, 2024 · 1 comment
Closed

[Feature Request] - Config parameters - required/optional #66

lachlangrose opened this issue May 9, 2024 · 1 comment
Assignees
Labels
high priority on top of our to do question Further information is requested

Comments

@lachlangrose
Copy link
Member

Can we create a list of the required parameters for map2loop and the optional parameters.

@AngRodrigues AngRodrigues added the high priority on top of our to do label May 23, 2024
@AngRodrigues AngRodrigues changed the title Config parameters - required/optional [Feature Request] - Config parameters - required/optional May 29, 2024
@AngRodrigues
Copy link
Member

Will add this to the documentation update in #89

At the moment, needed files are: DTM, Geology & structure.

Needed fields (absolute minimum) in the config_dictionary as follows: (R stands for required and O for optional).

config_dictionary = {
  "structure" : {
    "dipdir_column": "R",
    "dip_column": "R",
    # "orientation_type": "O",
    # "description_column": "O", 
    # "bedding_text": "O", 
    # "overturned_column": "O", 
    # "overturned_text": "O", 
    # "objectid_column": "O", 
  },
  #
  "geology" : {
    "unitname_column": "R",
    "alt_unitname_column": "R",
    # "group_column": "O", 
    # "supergroup_column": "O", 
    # "description_column": "O", 
    # "minage_column": "O", 
    # "maxage_column": "O", 
    # "rocktype_column": "O", 
    # "alt_rocktype_column": "O", 
    # "sill_text": "O", 
    # "intrusive_text": "O", 
    # "volcanic_text": "O", 
    # "objectid_column": "O", 
    # "ignore_codes": "O", 
  },
  ## all optional
  # "fault" : {
  #   "structtype_column": "O", 
  #   "fault_text": "O", 
  #   "dip_null_value": "O", 
  #   "dipdir_flag": "O", 
  #   "dipdir_column": "O", 
  #   "dip_column": "O", 
  #   "orientation_type": "O", 
  #   "dipestimate_column": "O", 
  #   "dipestimate_text": "O", 
  #   "name_column": "O", 
  #   "objectid_column": "O", 
  # },
  # ### all optional
  # "fold" : {
  #   "structtype_column": "O", 
  #   "fold_text": "O", 
  #   "description_column": "O", 
  #   "synform_text": "O", 
  #   "foldname_column": "O", 
  #   "objectid_column": "O", 
  }#}

@AngRodrigues AngRodrigues added the question Further information is requested label Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
high priority on top of our to do question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants