NoBa Land Cover Retriever (NoBa LCR) is a web application for retrieving CORINE Land Cover (CLC) data (EEA, 2022) needed in the statistical assessment and planning of quarantine pest surveys. The countries currently included in the app are Estonia, Finland, Lithuania, Norway and Sweden.
NoBa LCR has been tailored for retrieving the data needed for analyzing and planning risk-based surveys in which a) the relative risk of each administrative region is calculated based on the area or number of entry sites in the region, or b) the target population is divided into risk areas that are close to entry sites and baseline areas that are further away from entry sites.
NoBa LCR can be used to retrieve:
The results can be explored on an interactive map and downloaded in the following formats:
NoBa Land Cover Retriever was developed in the Risk Assessment Unit of the Finnish Food Authority in 2022 as part of a project 'Assessing the confidence in pest freedom gained in the past pine wood nematode surveys'. The project is a co-operation between the Finnish Food Authority, the Estonian Agriculture and Food Board (EAFB), the State Plant Service under the Ministry of Agriculture of the Republic of Lithuania (SPSMoA), the Norwegian Scientific Committee for Food and Environment (VKM), and the Swedish University of Agricultural Sciences (SLU). The project is co-funded by the European Food Safety Authority (EFSA) Partnering grant (GP/EFSA/ENCO/2020/03), yet EFSA is not responsible for any use that may be made of the information contained in the app.
1. Programming language
NoBa LCR web application is done with R version 4.2.2 ( R Core Team, 2024 ) and its package ‘shiny’ ( Chang et al., 2022 ). R packages ‘terra’ ( Hijmans, 2025 ) and ‘sf’ ( Pebesma, 2018 ) are used for retrieving and analyzing the GIS data. R package ‘leaflet’( Cheng et al., 2022 ) and its extensions 'leaflet.extras' ( Gatscha et al., 2024 ) and 'leaflet.extras2' ( Gatscha 2025 ) are used to create an interactive map for visual exploration of the results.
2. GIS data used
2.1. CORINE Land Cover (CLC) data
NoBa LCR is tailored to retrieve CLC data ( EEA, 2022 ). CLC is the European land cover database of the Copernicus Land Monitoring Service (CLMS). CLMS is implemented by the European Environment Agency (EEA) and the European Commission DG Joint Research Centre (JRC). See the CLC user manual for more information about the CLC data.
NoBa LCR application uses the CLC 2018, version 2020_20u1 dataset (CLC2018) in a 100m GeoTIFF format. The CLC2018 dataset is described here .
The CLC2018 data includes 44 classes of land cover, but in the NoBa LCR only 31 land cover classess, that were considered potentially relevant in the statistical assessment and planning of quarantine pest surveys, are included.
2.2. User’s own data
NoBa LCR enables the addition of user's own data on entry sites. The added data can be used instead or together with the CLC data. The added data should represent point locations of the entry sites as WGS84 coordinates and should be uploaded to the application as a csv file.
2.3. Data on administrative regions
For Lithuania, Norway and Sweden, data on counties was derived from the GADM database of Global Administrative Areas ( GADM, 2020 ).For Estonia, data on counties was derived from the Estonian Geoportal ( Estonian Land Board, 2021 ).For Finland, data on the Centres for Economic Development, Transport and the Environment of Finland and on the Regions were derived from Statistics Finland ( Statistics Finland, 2025a; 2025b ). The data on the Regions was further modified to match Economic Development Centres in Finland. All data on administrative regions was derived in a shapefile format. For all data the map projection was converted into ‘Lambert Azimuthal Equal Area’, and the coordinate system to ‘ETRS89-extended LAEA Europe’.
3. Spatial resolution
NoBa LCR uses 100m resolution for spatial operations with two exceptions.
Update in September 2025: NoBa LCR 2.0
The first major update to the NoBa LCR application in September 2025 addressed the outdated 'rgdal' library, which has been removed from the CRAN repository due to lack of maintenance. Since the 'raster library relies on 'rgdal', all spatial operations in the app were reconstructured to use 'terra' and 'sf' libraries. This transition enables smoother future development of the app.
Additionally, data on the Centres for Economic Development, Transport and the Environment in Finland were updated ( Statistics Finland, 2025a ). The Economic Development Centres were also added as new administrative regions, allowing calculation of entry sites and target populations for these areas. The borders of the Economic Development Centres were defined using the data on Regions in Finland ( Statistics Finland, 2025b )
New functionality was also introduced to the interactive maps using the 'leaflet.extras' and 'leaflet.extras2' libraries.
The source code for NoBa LCR 2.0 is available here , while the original version of the application can be accessed here .
Entry site = A site where the probability of pest entry (to the country) is elevated.
Risk area = Area where the probability of pest infestation is elevated, normally around entry sites.
Risk-based survey design = A survey design in which the target population is divided into subpopulations that differ in their relative risk, and the survey efforts are divided among those subpopulations.
Risk factor = A biotic or an abiotic factor that affects the probability of infestation by the pest.
Target population = The population to which the results of the survey will be generalized.
Bivand RS, Pebesma E, Gomez-Rubio V (2013). Applied spatial data analysis with R, Second edition. Springer, NY. https://asdar-book.org/
Bivand R, Keitt T, Rowlingson B (2022). rgdal: Bindings for the 'Geospatial' DatabAbstraction Library. R package version 1.5–32. https://CRAN.R-project.org/package=rgdal
Chang W, Cheng J, Allaire J, Sievert C, Schloerke B, Xie Y, Allen J, McPherson J, Dipert A, Borges B (2022). shiny: Web Application Framework for R. R package version 1.7.2. https://CRAN.R-project.org/package=shiny
Cheng J, Karambelkar B, Xie Y (2022). leaflet: Create Interactive Web Maps with the JavaScript 'Leaflet' Library. R package version 2.1.1. https://CRAN.R-project.org/package=leaflet
GADM (2020). GADM database of Global Administrative Areas, version 4.1. URL: www.gadm.org (Accessed 14th September 2022)
Gatscha S, Karambelkar B, Schloerke B (2024). leaflet.extras: Extra Functionality for 'leaflet' Package. R package version 2.0.1. https://CRAN.R-project.org/package=leaflet.extras
Gatscha S (2025). leaflet.extras2: Extra Functionality for 'leaflet' Package_. R package version 1.3.1. https://CRAN.R-project.org/package=leaflet.extras2
EEA (2022). Copernicus Land Monitoring Service 2022, European Environment Agency (EEA)
Estonian Land Board (2021). Administrative and settlement units, Estonian Land Board. URL: https://geoportaal.maaamet.ee/eng/Spatial-Data/Administrative-and-Settlement-Division-p312.html (Accessed 1st December 2021)
Hijmans R (2022). raster: Geographic Data Analysis and Modeling. R package version 3.5–29. https://CRAN.R-project.org/package=raster
Hijmans R (2025). terra: Spatial Data Analysis. R package version 1.8-50. https://CRAN.R-project.org/package=terra
Pebesma E (2018). Simple Features for R: Standardized Support for Spatial Vector Data. The R Journal 10 (1), 439-446. https://doi.org/10.32614/RJ-2018-009
Pebesma EJ and Bivand RS (2005). Classes and methods for spatial data in R. R News 5 (2). https://cran.r-project.org/doc/Rnews/
R Core Team (2024). R: A language and environment for statistical computing. R Foundation for Statistical Computing, Vienna, Austria. URL https://www.R-project.org/
Statistics Finland (2025a). Centres for Economic Development, Transport and the Environment (ELY) 2025 (1:4 500 000). Statistics Finland. The material was downloaded from Statistics Finland's interface service on 27 August 2025 with the license CC BY 4.0
Statistics Finland (2025b). Regions 2025 (1:4 500 000). Statistics Finland. The material was downloaded from Statistics Finland's interface service on 27 August 2025 with the license CC BY 4.0
The source code for NoBa Land Cover Retriever is available at Zenodo under the GNU General Public License version 3 license.
Please cite the NoBa Land Cover Retriever as:
Tuomola J, Marinova-Todorova M, Hannunen S (2025) NoBa Land Cover Retriever 2.0 - A tool for retrieving land cover data needed in statistical assessment and planning of quarantine pest surveys. Finnish Food Authority, Helsinki, Finland. Available at: https://noba-lcr.2.rahtiapp.fi/