fc2sf: Convert ESRI .gdb feature class to 'sf'

View source: R/fc2sf.R

fc2sfR Documentation

Convert ESRI .gdb feature class to 'sf'

Description

Converts an ESRI geodatabase (.gdb) feature class to the 'sf' spatial object format.

Usage

fc2sf(fc_path, quiet = FALSE)

Arguments

fc_path

character; Path to the feature class (e.g., "C:/folder/geodatabase.gdb/feature_dataset/feature_class").

quiet

logical; suppress info on name, driver, size and spatial reference, or signaling no or multiple layers (sf::st_read)

Value

An 'sf' object.


FluvialGeomorph/fluvgeo documentation built on April 12, 2024, 5:35 p.m.