`prepare_typology()` creates weight files for each extent in `path[["extent"]]` according to the "guideline.csv" and "correspondance.<>.<>.csv" of these same extents.

prepare_typology(path, classification = NULL)

Arguments

path

list describing where to find useful paths.

classification

character, name of classification to be used to assure coherence between the wished classification and the correspondance files of each extent. Default to NULL.

Value

.csv files of weights to be used in `calculate_damaging()`, `combine_damaging()` and `prepare_action_value()`

Details

If no guideline is found for an `extent` in `path[["extent"]]` nothing is done.