diff --git a/DESCRIPTION b/DESCRIPTION index c136dee..224249d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -6,8 +6,7 @@ Authors@R: c(person("Moritz", "Hennicke", email = "AAoritz@posteo.de", role = c( person("Werner", "Krause", email = "werner.krause@uni-potsdam.de", role = c("aut"), comment = c(ORCID = "0000-0002-5069-7964"))) Description: Motivated by changing administrative boundaries over time, this package can convert European regional data with NUTS codes between versions (2006, 2010, 2013, 2016 and 2021) and levels (NUTS 1, NUTS 2 and NUTS 3). The package uses spatial interpolation based on granular (100mx100m) population and land use data provided by the European Commission's Joint Research Center. -URL: https://AAoritz.github.io/nuts/, - https://aaoritz.github.io/nuts/ +URL: https://AAoritz.github.io/nuts/ BugReports: https://github.com/AAoritz/nuts/ License: MIT + file LICENSE Encoding: UTF-8 diff --git a/README.md b/README.md index d8de4f6..a14700c 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ and between five NUTS versions - 2016 - 2021 -These conversions can be performed in any direction based on spatial interpolation using five different weights (regional area in square kilometers, 2011 and 2018 population size, 2012 and 2018 built-up area). The weights are based on conversion matrices provided by the [Joint Research Center (JRC) of the European Commission (EC)]() that are used in their online converter. This R package permits to do the same conversion offline with additional advantages such as conversion within groups, enabling the conversion of datasets with multiple NUTS versions efficiently. +These conversions can be performed in any direction based on spatial interpolation using five different weights (regional area in square kilometers, 2011 and 2018 population size, 2012 and 2018 built-up area). The weights are based on conversion tables provided by the [Joint Research Center (JRC) of the European Commission (EC)]() that are used in their online converter. This R package permits to do the same conversion offline with additional advantages such as conversion within groups, enabling the conversion of datasets with multiple NUTS versions efficiently. ### Installation @@ -40,7 +40,7 @@ Please support the development of open science and data by citing the JRC and us - Joint Research Centre (2022) NUTS converter. -- Hennicke M, Krause W (2024). _nuts: Convert between European regional NUTS versions and levels in R_. R package version 0.0.0.9000, . +- Hennicke M, Krause W (2024). _nuts: Convert European Regional Data in R_. R package version 0.0.0.9000, . Bibtex Users: @@ -54,7 +54,7 @@ Bibtex Users: } @Manual{, - title = {nuts: Convert between European regional NUTS versions and levels in R}, + title = {nuts: Convert European Regional Data in R}, author = {Moritz Hennicke and Werner Krause}, year = {2024}, note = {R package version 0.0.0.9000},