Learn R Programming

⚠️There's a newer version (1.0-17) of this package.Take me there.

sf (version 0.2-2)

Simple Features for R

Description

Support for simple features, a standardized way to encode spatial data, in R.

Copy Link

Version

Install

install.packages('sf')

Monthly Downloads

709,175

Version

0.2-2

License

GPL-2 | MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

October 31st, 2016

Functions in sf (0.2-2)

st_as_sfc

convert foreign geometry object to an sfc object
Ops.sfg

S3 Ops Group Generic Functions (multiply and add/subtract) for affine transformation
st_as_binary

convert sfc object to an WKB object
crs

retrieve coordinate reference system from object
sfc

create simple feature collection object of class sfc from list
geos

Geometric operations on (pairs of) simple feature geometries
st_as_sf

convert foreign object to an sf object
st_as_grob

convert sf* object to a grob
plot

plot sf object
sf

create sf object
st_drivers

get GDAL drivers
st_as_text

Return Well-known Text representation of simple feature geometry
st_drop_zm

drop Z and/or M dimensions from feature geometries
st_bbox

Return bounding of a simple feature or simple feature set
st_is_longlat

assert whether simple feature coordinates are longlat degrees
st_read

read simple features from file or database
st_transform

transform or convert coordinates of simple feature
st_viewport

create viewport from sf, sfc or sfg object
st_geometry_type

return geometry type of an object
st_geometry

get, set, or replace geometry from an sf object
tibble

summarize simple feature type for tibble
st_write

write simple features object to file or database
st_write_db

write simple feature table to a spatial database
summary.sfc

summarize simple feature column
st

Create simple feature from a numeric vector, matrix or list