similar to: Using GRASS/R interface with an xy location

Displaying 20 results from an estimated 400 matches similar to: "Using GRASS/R interface with an xy location"

2001 Mar 30
1
session request to *SMBSERVER failed (Called name not present)
Hi, I am trying to list the shares on a windows ME machine and I am getting the following [root]# smbclient -L 192.168.0.253 added interface ip=192.168.0.1 bcast=192.168.0.255 nmask=255.255.255.0 session request to 192.168.0.253 failed (Called name not present) session request to 192 failed (Called name not present) session request to *SMBSERVER failed (Called name not present) I have also tried
2003 Oct 13
1
NA's from GRASS-package
Hello, I run R inside GRASS and tried to obtain values of a raster file inside GRASS but this raster image contains only a few relevant pixel and approx. 1.5 Mill. NA's, I did G <- gmeta() sites1 <- rast.get(G, "sites1") df.sites1 <- data.frame(east(G), north(G), sites1, na.action=na.omit) Error in as.data.frame.default(x[[i]], optional = TRUE) : can't
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
2005 Jun 22
0
load history does not work on OS X
I am running R 2.1 on OSX 10.4 using the precompiled binaries/ Raqua.app. loadhistory() nor load history (from the history 'drawer') do NOT work. I can save history files and even see them in a text editor just fine, but cannot load any information (even after loading library(utils)). Google and list-searches have been to no avail. Thanks in advance for any insight ... Steve
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]
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
2005 May 06
4
How to understand packages, namespaces, environments
I would be very glad of pointers to information on how the concepts of packages, namespaces and environments are interrelated in R. I am trying to get a handle on this both so I can delve further into understanding other people's code and so I can organize my own in a more coherent manner. From my reading about environments it seems they function as what I would intuitively call
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
2003 Dec 13
1
Mapping CIFS/Samba problem
All, The Windows 2000 client is on my side of the firewall (the error message is: "remote computer is not available"), the Windows XP client is on the other side of the firewall, (the error message is: "The specified network name is no longer available"). I am able to ping both the IP address and server name of the CIFS/Samba server. I cannot perform the mapping, via Map
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
2009 Jul 01
0
The step before interfacing to GRASS
Dear all, A very basic terrain calculated as a matrix from Spatial Points Patterns: #interpolate using the akima package library(akima) terrain=interp(ppoints$x,ppoints$y,ppoints$marks,xo=x0,yo=y0, linear=F) > class(terrain) [1] "list" > class(terrain$x) #these are the x-coord i.e: [1...1000] [1] "numeric" > class(terrain$y)#these are the y-coord i.e: [1...1000] [1]
2006 Jun 19
2
Asterisk 1.07 crash under Debian Sarge
I have just finished implementing an Asterisk system for my place of business (first one), and after three days of flawless usage, Asterisk seems to have crashed. I wasn't running with '-g', so I don't have a core dump. Here's the sequence of events leading up to the crash: 1. call comes in on our TDM2400P 2. all of our phones (about 26 Polycoms) ring. (it's after
2003 Jul 24
1
geoR size limit problem
Hi all, I tried to produce some kriged surfaces with geoR (latest version). The size of the grid should be around 900 x 650 cells (what I find is not a very big grid), and the number of points is around 2500. The command krige.conv stopped after arround 5 min saying it can not allocate a vector with around 1.5 billion units. Sounds reasonable. Is there a workaround? How would I partition the
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
1998 Oct 27
2
browser problem
The browsing capability in Network Neighborhood disppears periodically. Usually, double-clicking on Network Neighborhood gives us a list of all the NT and Unix/samba boxes on the network segment (i.e. in the Workgroup). When browsing disppears, all we see is *Entire Network*, which has nothing in it. We run a unix/NT network with 6 unix servers and about 80 NT clients. We are running NT
2002 Apr 16
0
still have problem with krige and border option
Dear all, I would like to estimate rainfall with the krige function. First, I produce a polygon of my region of interest (where poly_test.txt is a x,y suite of points defining a polygon, obtained with the grass v.out.ascii command) : user>border_limite<-read.table("/home/lionel/rwork/poly_test.txt",header=FALSE) user>polygone<-list(x=border_limite[,1],y=border_limite[,2])
2012 Oct 30
0
Error em plot.xy(xy.coords(x, y), type = type, ...) : objeto 'membros' não encontrado
Hi, I'm trying to plot a map with the location of the stations that I am using require(MASS)require(maps) mapaBrasil <- read.table("BASE_BR.txt",sep="") latlonRS <- read.csv2("coordenadas.txt",h=F,sep="") png(filename="mapa_grupos.png",width=600,height=800) # criating a map for RSmap(xlim=c(-80,-35),ylim=c(-45,10),
2011 Aug 08
0
Re: STALKER Clear Sky bugs: red grass, stretched textures, etc.
This is a very interesting and rathers impressive rundown. I have never known about these facts....Thanks for sharing it...
2010 Apr 11
0
STALKER Clear Sky bugs: red grass, stretched textures, etc.
Wine 1.1.40, Nvidia 7900GS I'm running the game with a static lighting, had to do winetricks d3dx9, since it didn't start without native libraries (xrEngine.exe crashed with an irresponsible bug report window and "wine: Call from 0x7edd1137 to unimplemented function d3dx9_36.dll.D3DXDeclaratorFromFVF, aborting" message in the wine log). Not sure if it is a correct solution. The
2010 Aug 10
0
Using R in combination with GRASS for image classification
Hello everybody! For my academic project work I intend to use only open-source software. My objective is to carry out classification of satellite digital images using Geostatistics. I found out GRASS is a good software for image processing. Also a good geostatistics software is R. It is also known that R can be used in combination with GRASS. But I am not able to confirm that satellite digital