Learn R Programming

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

fasterize (version 1.0.4)

Fast Polygon to Raster Conversion

Description

Provides a drop-in replacement for rasterize() from the 'raster' package that takes 'sf'-type objects, and is much faster. There is support for the main options provided by the rasterize() function, including setting the field used and background value, and options for aggregating multi-layer rasters. Uses the scan line algorithm attributed to Wylie et al. (1967) .

Copy Link

Version

Install

install.packages('fasterize')

Monthly Downloads

3,523

Version

1.0.4

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Michael D. Sumner

Last Published

December 6th, 2022

Functions in fasterize (1.0.4)

raster,sf-method

Create a raster from an sf object
plot

raster::plot
fasterize

Rasterize an sf object of polygons