search for: inlanding

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

Did you mean: inclinding
2011 Jul 14
1
calculating distance inland from coastline
Hi All, Does anybody know of any existing functions that will calculate distance inland from a coastline? It's possible to test if a lon,lat location is land or sea using map.where(), but I need to add a buffer to this of say 2km, to allow for points that are just on the coast, and below the resolution of the worldHires database. I'm working with a marine mammal satellite telemetry
2009 Aug 28
4
Numeric, 2 ??? as a result of marix???
Strange things are going on in R, if you reshape a matrix in R: > g=gretldata[1:2,] > g Empfang Versand Transit Inland Ausland SumS 1 787844.0 1307176.6 223395.4 1474726 16199.1 3809341 2 421473.1 306445.4 448801.2 1779402 14445.6 2970567 > dim(g) [1] 2 6 > as.vector(g) Empfang Versand Transit Inland Ausland SumS 1 787844.0 1307176.6 223395.4 1474726 16199.1
2001 Nov 14
0
European Water Management News
Dear Colleague, Our journal, European Water Management, the official journal of the European Water Association (EWA), has started a free e-mail news service. If you subscribe, you get weekly a mail with press releases, etc. concerning water (management, research, policy, industry, etc.). It is completely free for all people working in the water sector in its broadest sense. Older issues of
2001 Nov 14
0
European Water Management News
Dear Colleague, Our journal, European Water Management, the official journal of the European Water Association (EWA), has started a free e-mail news service. If you subscribe, you get weekly a mail with press releases, etc. concerning water (management, research, policy, industry, etc.). It is completely free for all people working in the water sector in its broadest sense. Older issues of
2007 Dec 18
2
R brakes when submitting a query to MySQL
Hello, I would like to retrieve data stored in MySQL database, so I installed RMySQL package. I can successfully connect with the my database using the following code > dvr<-dbDriver("MySQL") > con2<-dbConnect(dvr,group="exbardiv") > mysqlDescribeConnection(con2) <MySQLConnection:(972,0)> User: mmorag Host: localhost Dbname: exbardiv
2015 Jul 06
2
Voicemail: saycid without prefix
John Kiniston <johnkiniston at gmail.com> schrieb: > The easiest solution may be to strip the leading zero's off your caller ID > before your caller enters the Voicemail app to leave you a message. > > > ExecIf(REGEX("^[0][0]." > ${CALLERID(NUM)})?Set(CALLERID(num)=${CALLERID(NUM):2})) Thanks! I already had this idea and implemented it. It works...
2005 Jun 07
0
Error calling "read.table" from Python
Hello,Everybody, Now I am using R (D)COM Server from Python to manipulate some data. When I try to use "read.table" function to read some data, an error occurred. However these statements work well when they are input to R directly. It is so odd. The Python scripts are as the following, from win32com.client import Dispatch sc=Dispatch("StatConnectorSrv.StatConnector")
2005 Oct 04
1
Dial pattern sort order
Hi! Is there a simple way for an * newbie to force * to use different sip-trunks for different calls. I have 2 siptrunks, one for inland calls and one for international calls. All in country numbers starts with 0 and all international starts with 00. This I have configured in the outbound routing. But * always use the incountry trunk because the 0. dialpattern is also true for international
2003 Nov 19
2
g723 to g723 SIP call - warning message
Hi, I am calling from a grandstream phone with g723 codec through * to iconnect. Incoming context as well as outgoing context set to g723.1 codec in *. Call get connected and I can talk. However I get the following warning, which scrolls on my screen until I hang-up. [root@asterisk sath]# cat g723.1 - Executing SetCallerID("SIP/-08122ae0", "1001") in new stack --
2015 Apr 22
1
debian wheezy sernet samba 4.2.1 : DC Joined and : samba_dnsupdate:update failed: NOTAUTH
...renew until 23/04/2015 13:50 22/04/2015 13:54? 22/04/2015 23:50? DNS/dc1.internal.domain.tld at INTERNAL.DOMAIN.TLD ??????? renew until 23/04/2015 13:50 22/04/2015 14:04? 22/04/2015 23:50? host/DC2.internal.domain.tld at INTERNAL.DOMAIN.TLD so now im bit confused.. ? We are adviced to avoid dns inlanding..? but if i so set it now to avoid im getting NOTAUTH message.. ? Anyone any insight in this? ? Greetz, ? Louis ? ? ?
2020 Jul 28
2
Superponer mapas en ggplot
Buenos días. Tengo dos mapas que hago con ggplot (abajo) y necesito superponer el 2º al 1º. En el 1º se representa la variable PA, binomial (0, 1), en gris, y en el 2º la variable ExtTG7085, que es numérica y va de 0 a 200. La 2ª es un gradiente en rojo. Lo ideal sería que donde coinciden el rojo de la 2ª se viera más oscuro, pero supongo que eso no es fácil. Podría también ser en otro color, pero
2008 Jan 10
2
Error on distance matrix
Hi, I am trying to calculate a distance matrix on a binary data frame using dist.binary() {ade4}. This is the code I run and the error I get: > sjlc.dist <- dist.binary(as.data.frame(data), method=2) #D = (a+d) / (a+b+c+d) Error in if (any(df < 0)) stop("non negative value expected in df") : missing value where TRUE/FALSE needed I don't know if the problem are the
2013 Mar 08
4
Cannot mount 3TB MyBook USB HD
Hello, new Linux user here and I cannot mount a new (empty) WD MyBook Essentials 3TB USB external hard drive (Model WDBACW0030HBK-NESN). I'm only about 3 weeks into this linux thing and so please forgive me if any of my syntax is off My linux OS is CentOS 5.4 x86-64 running on a dedicated HP z400. The WD MyBook is to back up the large data files we are creating on the HP400 (it's
2018 Nov 14
2
Los puntos no tapen el mapa hecho ggplot
Buenos días. Hago mis mapas con el código que os copio abajo, pero me gustaría que me dibujase las líneas del mapa después de poner los puntos para que se vean. Puedo hacer los puntos más pequeños, pero entonces quedan separados y yo quiero que rellenen el mapa. Gracias, como siempre, Manuel print(ggplot(legend=FALSE)+geom_path(data=map_data('world'), aes(x=long,
2015 Jul 07
0
Voicemail: saycid without prefix
On Monday 06 Jul 2015, Luca Bertoncello wrote: > John Kiniston <johnkiniston at gmail.com> schrieb: > > The easiest solution may be to strip the leading zero's off your caller > > ID before your caller enters the Voicemail app to leave you a message. > > > > > > ExecIf(REGEX("^[0][0]." > >
2006 Apr 05
0
Starting the Riverside Ruby Users Group
Do you live in Southern California''s Inland Empire? Did you hear about the San Diego Ruby Users Group and think that''s just too far to go for me? Then you might be interested in forming the Riverside Ruby Users Group. For more details see my blog, http://anthonysseblog.blogspot.com/2006/04/forming-riversiderb.html , or the mailing list, https://www.cs.ucr.edu/mailman/listinfo/rug
2007 Feb 22
0
daisy function in cluster- coerced NAs
I am currently using the function daisy in package cluster to create a dissimilarity matrix because my multivariate dataset contain missing data and variables of various types including factors, symmetric and asymmetric binary and quantitative. This is a step prior to using pco within ecodist. There is a warning which comes twice ">NAs introduced by coercion" I've used
2007 Feb 15
0
Asterisk guru wanted, SoCal (LA/OC/San Bernardino County)
We've mostly gotten our Asterisk install working, but there are a couple glitches I haven't been able to fix. I'm looking for someone who knows Asterisk, can do some consulting work, and is in Southern California. Los Angeles or Orange County are ok, but I'd prefer someone in the Inland Empire, with strongest preference given to people here in the High Desert or in the San
2010 Sep 04
3
Vitelity offline?
Vitelity seems to be offline to both IP and voice traffic. Is there any place to find out what their status is? Roger Marquis
2005 May 17
0
Building openssh4.0p1 on AIX 5.3 with openssl 0.9.7g and tcp_wrapper
Hi all, Would appreciate if you can help me resolve this issue. I'm getting following error on running configure: The library libcrypto.a is under "/opt/freeware/lib" and is the only instance of libcrypto.a. And I'm using IBM AIX C compiler 6.0. configure: error: *** Can't find recent OpenSSL libcrypto (see config.log for details) *** CONFIGURE $ ./configure