Skip to content

Handle hierarchical layers of toponyms

Created by: famuvie

Use case: need to match both province and district names for two sources.

  1. Match province names
  2. Match district names, within provinces. (this functionality is missing)

Idea: additional argument to topomatch() that performs matches by corresponding groups given two vectors of corresponding province names. This is a bit fragile. Think about it.