Displaying 20 results from an estimated 2000 matches similar to: "NA's from GRASS-package"
2002 Mar 20
1
cannot open file .RDataTmp
Dear list,
since I have installed GRASS_0.1-8.tar.gz (devel) with R 1.4.1 on
RedHat7.1 Linux I get the following message when I want to save the
workspace image:
--------------------------------------------------
Save workspace image? [y/n/c]: y
Error in file(file, "wb") : cannot open file `.RDataTmp'
-------------------------------------------------
Where can I find the
2005 Feb 08
1
Using GRASS/R interface with an xy location
I am using GRASS 5.7 and R 2.0 for OS X. I have a simple xy location I
am doing some theoretical work with and would like to import maps into
R using the interface in order to do analyses. Yet when I attempt to
do this, I get the following error:
>G<-gmeta()
Error in gmeta() : region for current mapset is invalid
line 11: <top: 100>
run "g.region"
I traced the
2002 Jul 11
0
missing links in GRASS package for R
Dear list,
I get the following error message when installing the package GRASS.
missing link(s): interp.new
missing link(s): vgram Krig predict.Krig predict.se.Krig
See also below for the full installation message.
What does this mean exactly?
Regards, Ulrich
------------------------------------------------------------------
> R CMD INSTALL
2003 Jan 10
1
GRASS/R interface problem
Hi all,
In my version of the R package GRASS (pre-4) I only manage to export an R
object to GRASS with the name "akspl" which, if I am not wrong, is only a
sample name in the example(). It goes that way:
rast.obj->akspl
rast.put(G, akspl, lname="rast.obj", ...)
Is that a known problem or have I done something wrong anywhere?
Miha Staut
2012 Feb 20
1
readVECT6 and readRAST6 fails with R and GRASS 7 ???
Hello all,
I'm having troubles getting R to load data from GRASS 7. I suspect I have
installed something wrong, but can't figure out what. Any suggestions for
what I could look for or how to trouble shoot this? Thanks in advance for
any help!
After having other issues last week, we have upgraded Debian to the testing
version. The other problems are solved, but now I can't get
2000 Mar 13
1
check does not accept --vsize option (PR#481)
Full_Name: Markus Neteler
Version: 1.0.0
OS: Linux 2.2.10/i686
Submission from: (NULL) (130.75.72.37)
Hi,
I wanted to "check" the R.GRASS GIS interface from Roger Bivand:
http://www.geog.uni-hannover.de/grass/statsgrasslist.html
using
R CMD check --vsize=10M GRASS
but:
[error message shortened]
> G <- gmeta()
Error: heap memory (6144 Kb) exhausted [needed 1024 Kb more]
2007 May 20
4
Running an R script without running R
Is there any way to run an R script without running R?
As an example, suppose I have a tcl/tk interface that asks
for a number (in a GUI) and displays its factorial. Is there a
way to invoke this script without invoking R?
I'm using R 2.4.1 in GNU/Linux Fedora Core 4.
Alberto Monteiro
2007 Aug 07
0
warning in library(GRASS)
Hi,
With your help I've found out that library(GRASS) is the responsible for
several warnings I'm obtaining.
I've got a loop (~100 runs) and for every loop, I'm carrying out several
operations over a sequence of raster maps (12) read from the GRASS GIS.
But for every map and loop I always use RGRASS.temp as the R-workspace
name for the imported raster files, no matter the name of
2008 Dec 10
2
exporting rast from R to GRASS
Hi, everybody!
i created a imagem by kriging using geoR package. I imported points
from GRASS("zn", after converted to geodata "zn_geo"), the border
"zn_border" and a raster mask. Then i interpolated the points by
kriging and created a raster image. Now, i need export this image back
to GRASS to use it in the module r.mapcalc. I can't do it. I tried use
2006 Dec 01
1
memeory problem?!
hi,
i'm trying to perform a clustering on a big dataframe the code is this:
print("load required R packages")
require(spgrass6)
require(cluster)
gmeta6 <- gmeta6()
print("read in our 7 raster files from GRASS")
x <- readFLOAT6sp(c
("er","crosc","longc","slope","profc","minic","maxic"))
2006 Dec 01
1
memory problem
hi to all,
frustated for this error, to day i buy a 1 GB memory
slot for my laptop
now it have 1,28GB instead the old 512, but i've the
same error :-(
damn!damn!....how can i do?
repeat for a little area (about 20X20 km and res=20m)
it work fine!
have you any suggestion?
is ther a method for look if this error depend from my
ram or other....?
thanks foe any suggestion!
i need your help.
2009 Jun 11
1
GRASS raster data processing
Hi,
I just imported two raster maps into R using the SPGRASS6 package, one
containing elevation data and the other containing an erosion index:
Kar_inc <-readRAST6("Incis_Kar", plugin=FALSE)
Kar_dem <- readRAST6("DEM_Kar", plugin=FALSE)
I just wanted to make a xy plot of erosion parameter vs elevation. How does
this work? I don't get how to handle
2000 Feb 07
4
Segmentation fault, devPS.c, 0.99.0 (PR#413)
Full_Name: Roger Bivand
Version: 0.99.0
OS: RH Linux 6.1
Submission from: (NULL) (158.37.60.152)
I am working on an interface between R and the GRASS geographical information
system,
written in R, with no dynamically loaded code. I have written full examples, and
tested
then under R 0.90.1, both by entering example() for each function and R CMD
check, both
of which worked without problem.
Under
2004 Oct 27
1
Problems installing GRASS package
Hi,
I'm running R 2.0 installed from the source port on FreeBSd 4.10
and I'm having trouble installing the GRASS package. Following is the
procedure plus errors:
> options(CRAN="http://cran.us.r-project.org")
> install.packages("GRASS")
<download snipped>
downloaded 186Kb
* Installing *source* package 'GRASS' ...
** libs
cc
2008 Feb 27
2
Plan to build Package to use GRASS from R
Hi
Sorry for crossposting, but I think this can be of interest for GRASS and R
users.
I am planning to write a package to make the use of GRASS from R easier. The
idea is to wrap the system call to execute the GRASS command into an R
command of the same name.
e.g:
r.to.vect <- function(..., intern=TRUE, ignore.stderr=FALSE)
{
comm <- paste( "r.to.vect ", ...,
2007 Jun 06
1
spgrass6 and aggregation (bis)
Dear all,
I have some additionale question concerning the spgrass6 package.
* When you set a region in GRASS, does the readGRASS6 function in R only
load data contained in the zoomed region or the whole map ?
* When you have a MASK map in grass, does the readGRASS6 function in R only
load data contained inside the MASK area ?
Could this be the problem ?
Thanks,
Jessica
2003 Feb 14
2
matrix from sequences
Hi all,
I have a data frame with sequences of x and y from a map. I would like to
know it both ways:
1. How to make a matrix from that;
2. how to make a data frame of all points in a map.
Probably it is a silly question, but please tell me where to read about it
or tell me how to do it.
Miha Staut
2007 Jun 13
1
installing GRASS-R packages
Hi,
I tried to install R packages required for the GRASS-R interface by
using the following command (copied from
http://www.geog.uni-hannover.de/grass/statsgrass/grass6_r_install.html):
/install.packages (c("sp", "spgrass6","rgdal","maptools"), dependencies
=TRUE)/
rgdal package was installed successfully;
There were problems to find 'sp' and
2011 Jun 22
2
analysing a three level reponse
Hello,
I am struggling to figure out how to analyse a dataset I have inherited
(please note this was conducted some time ago, so the data is as it is,
and I know it isn't perfect!).
A brief description of the experiment follows:
Pots of grass were grown in 1l pots of standad potting medium for 1
month with a regular light and watering regime. At this point they were
randomly given 1l of one
2012 Feb 21
0
R-SIG-Debian Digest, Vol 78, Issue 3
Hi,
Does anyone use spgrass6 with GRASS 7 and R?
The documentation for spgrass6 states it is for GRASS6+, and if I recall
correctly I saw Dr. Bivand mention that it works well with GRASS7. (There
were some threads from 2009 where spgrass6 wasn't working with GRASS7 yet,
but I assumed that information was out of date.)
So I figured I was doing something wrong with the library and package