rOpenGov / geofi

R package for accessing Finnish geospatial data
https://ropengov.github.io/geofi/
Other
19 stars 6 forks source link

Mappings of municipalities to other region types for history data #28

Open jukop opened 4 years ago

jukop commented 4 years ago

It would be useful in many cases to have mappings of municipality -> region and municipality -> subregion(seutukunta) from years much earlier than now. E.g. register-based data from HILMO care register contains municipality data from early 1970s, while currently geofi contains mappings for the 2013-2020.

I wonder if some resource/database already holds the borderline data of municipalities for 1970/1972-2012. Personally I had to use data from here in my past study: Kuntaliitokset wikipedia.

For weighting the study data with population data the borderline data are not necessarily needed so it would be useful to have more rough data (=no borderlines) available as well. That kind of mapping tables could be build based on the link I provided.

antagomir commented 4 years ago

Yes. If these are not readily available from established official sources, it would be justified to construct them manually and share as part of the package. Also good to check if we could/should utilize avoindata.fi portal.

@teelmo also has some stuff nicely collected in Github but not really historical ones.

pitkant commented 1 year ago

I think this would be useful as well. I added functionalities and datasets related to this into the sorvi package 0.8.20.9000 experimental version:

https://github.com/rOpenGov/sorvi/

It is based on work done in FinnONTO on the Finnish Spatio-temporal Ontology, I have translated the RDF/Turtle files into a clean dataset that is easy to use in R. I think this, along with mappings to other types of administrative divisions such as lääni, kihlakunta, tuomioistuinpiiri etc., would be very useful if it could be adopted in some form into the geofi package!

antagomir commented 1 year ago

Interesting! To be tested & discussed in more detail.

pitkant commented 1 year ago

Should this be considered to be more part of a hypothetical "geofi-data" package / repository (as referred in #13 ) instead of geofi core package?

antagomir commented 1 year ago

Sounds feasible. However, it could make sense to develop and plan publications jointly