Skip to content

Commit 46ec477

Browse files
author
Adam B. Smith
committed
Add splash image
1 parent 5e19b23 commit 46ec477

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# fasterRaster
22
Faster raster processing in R using GRASS GIS
33

4+
<img align="right" src="fasterRaster.png" height="190"/>
5+
46
This package uses the stand-alone installer of Open Source Geospatial's [GRASS GIS Version 7](https://grass.osgeo.org/grass7/) to speed up some commonly used raster operations. Most of these operations can be done using the **raster** package by Robert Hijmans. However, when the input raster is very large in memory, functions in that package can take a long time and fail. The **fasterRaster** package attempts to address these problems by calls to GRASS which is faster for large rasters. The successor to the **raster** package, **terra**, is also much faster and may be the better solution for functions that this package implements.
57

68
To use **fasterRaster** Version 7.8 of GRASS must be installed on the local system you are using.

fasterRaster.png

224 KB
Loading

0 commit comments

Comments
 (0)