Parameter Guide
This page provides practical guidance for the most important brdr parameters.
relevant_distance
- Meaning: maximum spatial search/tolerance distance for alignment behavior.
- Typical approach: evaluate a distance range, then use
predict(...)orevaluate(...). - Start small and increase gradually.
correction_distance
- Meaning: technical cleanup tolerance used in post-processing.
- Keep this small relative to your data resolution.
- If too large, small valid features may be over-smoothed.
mitre_limit
- Meaning: controls corner behavior in buffer operations.
- Higher values keep sharper corners; lower values reduce spikes.
snap_strategy
- Meaning: controls vertex/edge preference in snapping workflows.
- Use strict vertex-based modes when reference vertices are authoritative.
- Use no-preference mode when edge proximity is equally valid.
od_strategy (Open Domain)
- Meaning: defines behavior where no reference coverage exists.
- Choose explicitly based on business semantics:
- keep as-is
- exclude
- snap to virtual/reference boundaries
Tuning workflow
- Fix a representative sample dataset.
- Sweep
relevant_distance. - Inspect stability and geometric deltas.
- Lock
od_strategyandsnap_strategy. - Validate on a larger holdout set.