Displaying 20 results from an estimated 28 matches for "automapping".
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
Dear All,
I run following code to estimate the blocks using cokriging ( my data set has more than 50,000 data points). All the things run finely but Once I run the predict.gstat function it gave the error message - "memory.c", line 58: can't allocate memory in function m_get(). I run this code on LINUX sever but result is same. Would any one please be able to give a solution for
2006 Apr 10
1
SIP channel unavailable/busy/really not there
Is there a way to differentiate between 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
2004 Mar 13
1
Home directories not mounting under 3.0.2a
Hi
I've compiled samba 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
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
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
Dear R and hydrological community,
The first public (beta) release of two new R packages are now available
on CRAN:
############
# hydroTSM #
############
1) hydroTSM is a package for management and analysis of hydrological
time series:
http://cran.r-project.org/web/packages/hydroTSM/
hydroTSM includes S3 functions for management, analysis, interpolation
and plot of hydrological time series,
2010 Oct 18
0
new packages: hydroTSM 0.2-0 and hydroGOF 0.2-0
Dear R and hydrological community,
The first public (beta) release of two new R packages are now available
on CRAN:
############
# hydroTSM #
############
1) hydroTSM is a package for management and analysis of hydrological
time series:
http://cran.r-project.org/web/packages/hydroTSM/
hydroTSM includes S3 functions for management, analysis, interpolation
and plot of hydrological time series,
2011 Mar 09
0
intamap plot : specifying cutoffs
Hello all,
A question for plotting of intamap results :
Is it possible, and in so, how, to specify the cutoff points for changing colors of plots ?
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,
2013 Jul 04
3
odd inconsistency with nfs
I'm having an interesting/odd problem with nfs (I think). We recently
(Monday/Tuesday) upgraded our file server from an ancient redhat 7.3
system to a shiny new centos 6.4 system. We don't see any issues between
the other centos boxes, but things get a bit weird when we start
mounting on the old solaris clients.
The initial symptom was that the 'tab complete' wasn't
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
Program: update_links.pl
Author: Ryan Wyler <ryan@nhorizon.net>
Problem this program solves:
Windows machines taking a LONG time to browse shares of automount
points which include directories that are inaccessable to the samba
server.
Explanation:
We have our samba shares setup to mount the unix automount
directories. The problem is there are MANY automount directories that
the
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
Hi,
I've got an R script that I'm trying to turn into a ArcGis script tool so
that I can run it from ModelBuilder in Arc. Arc isn't giving me any errors
when I run the model holding the current tool, but the run time for the R
script is 0 seconds. I don't know if the parameters aren't being passed
properly or what. I'm a programming newbie, and I can't even figure
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