loadStudyArea: Load a study area from file

View source: R/studyArea.R

loadStudyAreaR Documentation

Load a study area from file

Description

Simple wrapper around sf::st_read() to load a kml or shapefile, and optionally reproject it.

Usage

loadStudyArea(path = NULL, filename = NULL, proj = NULL)

Arguments

path

path to directory containing the file

filename

the name of the file

proj

(optional) a crs projection string to reproject the study area to.

Value

An sf object.


achubaty/amc documentation built on June 10, 2025, 1:10 p.m.