cynkra / munch

Functions for working with the historicized list of communes of Switzerland.
https://munch.cynkra.com
6 stars 2 forks source link

Add new function: get_mun_hist_lookup(mID_to, year_from, year_to) #11

Open ThomasKnecht opened 4 years ago

ThomasKnecht commented 4 years ago

Generates a lookup table for the mapping of the municipality id's which were involved in the time series between year_from and year_to.

mID_to can be a vector of mID's.

output columns: mID_from, name_from, mID_to, name_to, year_from, population, area

krlmlr commented 4 years ago

Is this solved with swc_get_merger_mapping_table() ?