[Raster-commits] r211 - www

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Jan 29 13:07:26 CET 2009


Author: rhijmans
Date: 2009-01-29 13:07:26 +0100 (Thu, 29 Jan 2009)
New Revision: 211

Modified:
   www/index.php
Log:


Modified: www/index.php
===================================================================
--- www/index.php	2009-01-29 12:00:58 UTC (rev 210)
+++ www/index.php	2009-01-29 12:07:26 UTC (rev 211)
@@ -43,10 +43,17 @@
 
 <!-- end of project description -->
 
-<p> 'raster' deals with low level raster (grid) data manipulation. It is used by the other packages, so you need to install it first if you want to use the others. 
-raster depends on a number of packages, notably sp and rgdal. We hope this package to CRAN before the end of this year (2008). 
-We are looking for beta-testers...
- </p>
+<p> The purpose of the 'raster' package is to provide easy to use functions for raster manipulation and analysis. These include high level functions such as overlay, merge, aggregate, projection, resample, distance, polygon to raster conversion. All these functions work for very large raster datasets that cannot be loaded into memory. In addition, the package provides lower level functions such as row by row reading and writing (to many formats via rgdal) for building other functions. 
+</br>
+In the current version we are developing the basic functions (nearly complete). The design has emphasised simplicity over speed. In later versions we will work on improving speed, which can be very important given the very large size of raster datasets.
+</br>
+Currently all code is written in R, for is clarity, and ease of adapation. However, in some future version we would like to also implement C functions to speed up processing of very large datasets. The package is build around a number of S4 classes of which the RasterLayer and RasterStack classes are the most important. Many generic methods are implemented for RasterLayers (arithmic, logical, plot, hist, ...)
+</br>
+The raster package is used in a number of other packages, including <a href="http://gdistance.r-forge.r-project.org/">gdistance</a> for matrix based (cost, resistance) distance calculations; and RemoteSensing and geodata (both currently part of the <a href="http://r-forge.r-project.org/R/?group_id=249">Rgis</a> project.
+</br>
+One of the main reasons for developing this package is that we would like to build a bridge to - the powerful statistics and modeling of - R for the "GIS" community. Our perspective is that standard GIS is too map-centric, and that proper data-analysis needs tools that are more model and data centric. 
+</br>
+</p>
 
 <p>Go to the <a href="http://<?php echo $domain; ?>/projects/<?php echo $group_name; ?>/"><strong>development pages</strong></a> to download the package, to report bugs, ask for features, and more. </p>
 



More information about the Raster-commits mailing list