get_final_map: Retrieve Final Basemap

View source: R/fun_project_management.R

get_final_mapR Documentation

Retrieve Final Basemap

Description

This function loads the final basemap saved for a project and prepares it in order to run ecosystem service models.

Usage

get_final_map(
  folder = NULL,
  filename = "final.RDS",
  projectLog = parent.frame()$projectLog
)

Arguments

folder

Folder in which the final version of the basemap is saved (by default the "final" subfolder in the project's folder)

filename

A character string to match to file names in the folder and identify the file to load. Default to "final.RDS"

projectLog

The project log file which will be used to find the files on disk

Value

the classified basemap, as a list of sf tiles


ecoservR/ecoserv_tool documentation built on April 5, 2025, 1:49 a.m.