similar to: Need a faster function to replace missing data

Displaying 20 results from an estimated 6000 matches similar to: "Need a faster function to replace missing data"

2017 May 30
9
GPX files
I have a Garmin 78s marine GPS receiver and it stores tracks in GPX format. This is an XML encoded set of points giving longitude, latitude, time and sea depth. Garmin support viewing this via their Garmin Express product, but there only seem to be Windows and Mac versions. I've emailed them and await a reply. In the mean time, does anyone know of any Linux products that will emable me to
2017 May 30
1
GPX files
https://www.google.com/earth/download/ge/agree.html Cameron On Tue, May 30, 2017 at 4:09 PM, Alice Wonder <alice at domblogger.net> wrote: > At one point in time I wrote a script that converted gpx to kml so I could > view them in Google Earth but it's been years since I did that. > > I don't know if Google Earth for Linux still exists. > > > On 05/30/2017
2020 Oct 08
2
RStudio question
I'm solving the following problem: Create a variable (column) in the ?wf? dataframe named ?Zone? that takes value of ?tropic? if Latitude is less than or equal to 30, or ?non-tropic? for Latitude greater than 30. Show you Zone variable. Latitude is a column of my dataframe. I don't know the sintaxis and the process to create the column. [[alternative HTML version deleted]]
2009 Aug 14
4
Assigning values based on a separate reference (lookup) table
Dear R Users, I have a data frame of 360 rows by 720 columns (259200 values). For each value in this grid I am hoping to apply an equation to, to generate a new grid. One of the parts of the equation (called 'p') relies on reading from a separate reference table. This is Table 4 at: http://www.fao.org/docrep/s2022e/s2022e07.htm#3.1.3%20blaney%20criddle%20method (scroll down a little).
2011 Jan 10
2
From vector to a step function
Greetings R members. I have a few vectors that denote the 'steps' of different step functions v1=c(3,4,5,1,2,3,4,5) v2=c(5,6,2,4,7,3,2,5) v3=c(1,2,4,7,3,1,3,5) Here v1,v2,v3 are considered as the steps for the f1,f2,f3 step functions. For example f1 looks like that (step size is always same and fixed) f1= 3 (x>=-3,x<-2) f1= 4 (x>=-2,x<-1) f1= 5 (x>=-1,x<0) f1= 1
2013 Apr 07
2
group data in classes
Hello all! I have a problem to group my data (years) in 10 years classes. For example for year year decade 1598 1590-1600 1599 1590-1600 1600 1590-1600 1601 1600-1610 --- my is like this> [1] 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 [16] 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 [31] 1628 1629 1630 1631 1632 1633
2005 Mar 01
1
Re: FRS over *
heya David ( Josephson ) :) >Only one brand of cheap GMRS radios that I've seen (Garmin) has the >duplex mode that allows use with repeaters and duplex base stations. I >think this is essential for successful integration with a phone system. so i check 2-way radio on the garmin site http://www.garmin.com/outdoor/products.html#2-way http://www.garmin.com/products/rino/
2004 Nov 04
2
help with wine and TOPO!
Hello all, The subject line is a little ambitious, although that is my ultimate goal, to be able to run the National Geographic TOPO! program to look at maps of Arizona and California on my laptop using only Linux. I don't even own a copy of Windows, nor do I desire to, so hopefully Wine will be my friend. So far it isn't though. I haven't even got as far as trying to run TOPO! I
2015 Jul 06
3
Mappery inquiry
Last time I tried, a few years back, Wine was not yet up to handling Garmin's proprietary topo map software. It would install, and sometimes even work, so long as I didn't try to connect a GPS to it. (The ones I have are all also Garmins -- old ones wanting a serial port.) I made a huge effort, for most of a year, with a lot of help from high-powered Alpha Plus Technoids on several
2010 Feb 11
2
USB GPS
Anyone ever used the iGPS-500 under CentOS 5? Any recommendations on a USB-based GPS that "just works"? Ray
2011 Apr 06
5
Need a more efficient way to implement this type of logic in R
I have cobbled together the following logic. It works but is very slow. I'm sure that there must be a better r-specific way to implement this kind of thing, but have been unable to find/understand one. Any help would be appreciated. hh.sub <- households[c("HOUSEID","HHFAMINC")] for (indx in 1:length(hh.sub$HOUSEID)) { if ((hh.sub$HHFAMINC[indx] == '01')
2005 Jul 12
5
Samba 3.0.20pre2 Available for Download
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ============================================================== Sometimes you have to be someone else in order to be yourself. -- Michael Samuel Finn ============================================================== Release Announcements ===================== This is a
2009 Jan 12
10
USB and serial
Hello, everyone - I have an old Windows app - a ship navigation program - that needs to see GPS input on a serial port (it was written in the pre-USB days.) My laptop, however, has no serial ports - but this same program, when run on a friend's Windows box, can read the GPS info from the USB-connected GPS via the "USB-Serial Driver". This is one of the frustrating bits of this
2013 Mar 22
3
Distance calculation
Hi Elisa, I hope this is what you wanted. dat1<-read.csv("peaks.csv",sep=",") #Subset dat2<-dat1[1:5,] res1<-do.call(cbind,lapply(seq_len(nrow(dat2)),function(i) do.call(rbind,lapply(split(rbind(dat2[i,],dat2[-i,]),1:nrow(rbind(dat2[i,],dat2[-i,]))), function(x) {x1<-rbind(dat2[i,],x);
2012 Mar 16
3
Faster way to implement this search?
I am working on a simulation where I need to count the number of matches for an arbitrary pattern in a large sequence of binomial factors. My current code is for(indx in 1:(length(bin.05)-3)) if ((bin.05[indx] == test.pattern[1]) && (bin.05[indx+1] == test.pattern[2]) && (bin.05[indx+2] == test.pattern[3])) return.values$count.match.pattern[1] =
2009 Dec 20
2
Samba + Vscan
Hi I am trying install Samba-Vscan. When run *make* show this message [root at LinuxDefault samba-vscan]# make --debug GNU Make 3.81 Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *This program built for i686-redhat-linux-gnu* *Reading
2012 Jul 26
4
SELinux in CentOS 6
It keeps butting in when I try to install map software from Garmin under Wine. I'm not nearly competent not willing to apply the remedy it suggests. How do I get to someplace where I can disable it, or at least set it to permissive?
2010 Aug 09
3
New build 2.0.5
Just applied some changes from Adam and Dylan and uploaded a new build. Good stuff guys, thanks. Get 2.0.5 here: http://github.com/mapstraction/mxn/downloads Derek -- Derek Fowler m. +44 (0) 7966 512 369 e. dezfowler at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL:
2004 Apr 13
1
%20Re:%20samba%203.0%20vfs%20module%20problem
Hi Mariusz, I found this thread at SAMBA.ORG: snip... I can't remember for certain, but try using a relative path. > (e.g. vscan-mksd.so). I tried relative and non-relative path, with this same effect but you've right because in manual for samba-vscan we can read that in samba 3.0 we should use relative path. I had increase debug level of samba daemon and in my log I have found
2008 Dec 30
3
Samba 3.2.5 and vscan-clamav.so
Hello Recently I migrated from samba 3.0.24 to samba 3.2.5 on Debian etch amd64. In old system I have working samba-vscan used with ClamAV 0.91. Now I have ClamAV 0.94.2. I compiled vscan-clamav successfully, but when I try to connect to the share, it fails and I get some strange messages in the samba logs: "Error trying to resolve symbol 'init_samba_module' in