search for: automap

Displaying 20 results from an estimated 28 matches for "automap".

Did you mean: automat
2008 Dec 23
4
Windows 2003 Cygwin Netapp remote filesystem
...un an rsync daemon on a windows 2003 server with cygwin installed. It works fine, except that I can't seem to get the daemon to chdir to any file that is remotely mounted from my Netapp. Other windows shares or local disks chdir just fine. very weird. I think it has something to do with the automapping of shares in cygwin. Any help would be appreciated.
2013 Mar 19
1
Cokriging
...r this? Any advice regarding this highly appreciated. Note: same error message gave when I was using krige function . Then I changed the code and add a loop to estimate the one by one. It worked. But this technique not work for cokiriging it gives the same error message. require(gstat) require(automap) data_c <- read.csv("cu_s_data.csv", header=T) grid<- read.csv("grid.csv", header=T) coordinates(data_c) <- ~X+Y+Z coordinates(grid) <- ~x+y+z proj4string(grid)=CRS("+init=epsg:28992") proj4string(data_c)=CRS("+init=epsg:28992") g <- gstat(id...
2006 Apr 10
1
SIP channel unavailable/busy/really not there
...en a SIP address which hasn't registered (but is within sip.conf) and one that's not there at all (i.e. not in sip.conf) using a straight dialplan. I'd like to differentiate actions depending the state of a SIP device and whether it's in my config or not (if that makes sense, basic automap of dial-in lines to sip phones, but if they've turned it off, different error from a line not mapped to a phone). Asterisk-1.2.6 ... Steve -- NetTek Ltd UK mob +44-(0)7775 755503 UK +44-(0)20 79932612 / US +1-(310)8577715 / Fax +44-(0)20 7483 2455 Skype/GoogleTalk/AIM/Gizmo stevekennedyuk...
2004 Mar 13
1
Home directories not mounting under 3.0.2a
...3.0.2a on Solaris 8 and have issues with home directory mounting. We previously had two servers each Solaris 8 running 2.2.8a, one as a pdc, the other as a bdc. Our users have their home directories split across the two servers, and the home directory was under 2.2.8a mounted by way of the NIS automap feature. They could log on to a WinXP machine (which was a member of the samba domain), and they would have their h: home mapped on log in through "net use h: /home". But since the upgrade to 3.0.2a, WinXP will not map the home drive. I compiled 3.0.2a with --with-automount, and a l...
2008 Aug 20
1
pdf filenames in while loop
Dear R users, I am a remote sensing researcher currently studying the use of LiDAR data for quantifying tree height, in particular I would like to determine the sample size needed to capture and quantify canopy height variability. To do this I have employed the use of automap(), which automatically calculates variograms including reporting the range of the variogram. The program is easy to use and I have had much success with it. However, I have run into a slight problem. My analysis consists of 60 independent plots located in our study area and I wish to run the vario...
2009 Jun 10
2
plot two variograms on a same graph
Hi, I would know how to plot two variograms on a same graph. I can plot one by one but I would draw both on the same one. Is it possible? Do i need any special package? Thanks! Cordialement Damien Landais
1997 Aug 11
3
Samba errors?
Hello there folks, I have been using the latest alpha version, I believe it is 5 , which proves to be a bit better than the previous work, but I do face some serious problems. This is my first time installing samba on a SunOS 4.1.4 and I do have some concern about samba works. Assuming the existance of 2 Unix systems that are exporting filesystems between them, and 1 PC that requests home
2004 Feb 10
4
Auto mapping to windows home drives?
This could be quite simple but I don't know how to do it. Does anyone know how I can automatically mount a users home drive (which is located on a windows server) when they log in? Is there a pam module for that? Thanks very much, Sapan
2010 Oct 18
0
new packages: hydroTSM 0.2-0 and hydroGOF 0.2-0
...and application of hydrological models. Missing values in observed and/or simulated values can be removed before computations. ################ # Installation # ################ *) From the R console: > # Required packages: > install.packages(c("zoo", "gstat", "automap")) > # Suggested packages: > install.packages(c("sp", "maptools", "e1071", "rgdal")) > # hydroTSM > install.packages("hydroTSM") > # hydroGOF > install.packages("hydroGOF") ################ # Links # #####...
2010 Oct 18
0
new packages: hydroTSM 0.2-0 and hydroGOF 0.2-0
...and application of hydrological models. Missing values in observed and/or simulated values can be removed before computations. ################ # Installation # ################ *) From the R console: > # Required packages: > install.packages(c("zoo", "gstat", "automap")) > # Suggested packages: > install.packages(c("sp", "maptools", "e1071", "rgdal")) > # hydroTSM > install.packages("hydroTSM") > # hydroGOF > install.packages("hydroGOF") ################ # Links # #####...
2011 Mar 09
0
intamap plot : specifying cutoffs
...Using the example : data(meuse) meuse$value = log(meuse$zinc) data(meuse.grid) coordinates(meuse) = ~x+y coordinates(meuse.grid) = ~x+y object = interpolate(meuse,meuse.grid,outputWhat = list(mean = TRUE, variance = TRUE, excprob = 7, excprob = 8, quantile = 0.9, quantile = 0.95),methodName = "automap") plot(object) What arguments can I pass to plot(object) to modify the default cutoffs that define the color changes on the polts ? I have tried the 'at' and 'cuts' arguments but to no avail. Thanks very much for your help. ATTENTION : ARVALIS La Minière a déménagé. Merci de...
2013 Jul 04
3
odd inconsistency with nfs
...e do not. I've spent most of the day trying to debug this and I cannot for the life of me tell why one share works and the rest don't. Nothing seems to be special about that share versus the rest. Here are notes on how things are set up. on duke: (nis server) vi /etc/ypfiles/automap scrs1_bolt -soft,intr,retrans=1 boltzmann:/scrs1_bolt summit_bolt -soft,intr,retrans=1 boltzmann:/summit_bolt scrs1.mirror -soft,intr,retrans=1 goblin:/scrs1.mirror summit.mirror -soft,intr,retrans=1 goblin:/summit.mirror ( cd /var/yp ; make )...
2006 Sep 06
1
Bash/perl: how to know if a samba directory is mounted?
Hi, I am writing an Perl application that automatically mounts a samba directory. But I would like to know if that directory is already mounted by samba (i.e. in multiple logins, that directory could be mounted only on the first login) ?
2013 Apr 04
5
help with kriging interpolation
All, I am new to using R and know some basics. I wish to use kriging in R to do the following: given data Y =f(X1,X2,X3,.....,Xn) --1000+ irregular measured data set. I would like to be able to get a single value y given sinle input set (x1,x2,x3,...xn) A google search on this takes me lierally to the same example on involving analysis with soil sampling and I cannot figure out how to
2011 Oct 05
2
kriging shapefiles
Hi! Im new to R and I need to interpolate a shapefile using kriging. I've been able to plot/read the shapefile using the package maptools or rgdal. I've searched the internet for sample codes but most of the kriging codes that I've found done in R is done using txtfiles or CSVs.  An example could be of great help. Thanks. [[alternative HTML version deleted]]
2000 Feb 29
0
automount, samba, desktop.ini issues
...d the server will attempt to mount the directory several times per each request. This results in a windows machine pulling up the directory in around 15 or 20 minutes! Solution: I came up with an idea. I made a directory called '/samba_links'. I wrote this script to go through ALL the automaps and create directories and links back to the correct location for all the directories that the server can mount. This way if a client will never request a desktop.ini file from a folder that is unmountable to the samba server. Instalation: This has ONLY been tested with NIS, not NIS+. This has...
2010 Jul 16
2
Recommended way of requiring packages of a certain version?
What is the recommended way of requiring a certain version when loading a package (or, indeed, from R itself)? Perl has the require module version use module version require version use version constructs which is kind of what I am looking for (especially 'use' which is evaluated at compile time), but R seems to have lost the version= argument to require(). The best I have been able
2011 Aug 23
1
Passing parameters
...(cmd) #### Execute Command #### OS.system(cmd) #################################################### And here is the opening of my R script: ##################### load all of the required packages print("Loading Libraries??") library(intamap) # also loads sp, gstat, rgdal, akima, automap, mvtnorm, MASS, evd, lattice library(extremevalues) library(fBasics) library(geoR) library(graphics) library(plotrix) ################### get arguments Args = commandArgs(trailingOnly=TRUE) print(Args) currentWS_RCMD = Args[1] indata_RCMD = sub(".shp","",Args[2], ignore.cas...
2013 Apr 24
2
How to make a raster image in R from my own data set
Hi R-user, I was trying to make a raster map with WGS84 projection in R, but I could not make it. I found one data set in Google that data is almost the same format as of mine. I wanted to make a raster map of temperature with 1 degree spatial resolution for the global scale. I could make it in GIS software but I do have many variables (to be many raster images) and ultimately I am importing them
2006 Feb 22
1
[Fwd: New Unix user and group domain]
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Some people might find this discussion about upcoming changes in 3.0.22 interesting. It might also be helpful to get some feedback from the field on the ramifications of the changes. cheers, jerry ===================================================================== I live in a Reply-to-All world ----------------------- Samba