• Stars
    star
    119
  • Rank 297,930 (Top 6 %)
  • Language
    R
  • Created over 8 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details



Fast raster extraction and manipulation in R

velox is an R package for performing fast extraction and manipulation operations on geospatial raster data. velox is fast because:

  • All raster operations are performed in C++.
  • Geometric operations are implemented with the Boost Geometry libraries.
  • All data is held in memory.

velox is fully interoperable with the raster, sp, and sf packages.

Travis-CI Build Status codecov CRAN Version CRAN Downloads


Features

velox currently offers the following features:

  • Raster value extraction given polygons, lines, or points
  • Focal value calculation (i.e.ย moving window filters)
  • Rasterization of polygons or lines
  • Raster aggregation
  • Cropping
  • Image patch flattening and reconstruction

For more information, see the velox project website.