We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can we create a list of the required parameters for map2loop and the optional parameters.
The text was updated successfully, but these errors were encountered:
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", }#}
Sorry, something went wrong.
AngRodrigues
No branches or pull requests
Can we create a list of the required parameters for map2loop and the optional parameters.
The text was updated successfully, but these errors were encountered: