project_sf: Convert simple feature to data frame with a different...

View source: R/spatial.R

project_sfR Documentation

Convert simple feature to data frame with a different coordinate reference system (CRS).

Description

Convert simple feature to data frame with a different coordinate reference system (CRS).

Usage

project_sf(sf, crs)

Arguments

sf

A simple feature object.

crs

The new coordinate reference system (CRS).

Value

A data frame with projected coordinates X and Y.

Examples

project_sf(sf_obj, crs = 4326)

kstierhoff/atm documentation built on Jan. 30, 2025, 11:21 p.m.