search for: gps

Displaying 20 results from an estimated 352 matches for "gps".

Did you mean: gpl
2010 May 21
1
GPS finding and mark interesting POI within table with large GPS points collection
Dear R users, #---------------------------------------------------------------------------------------------------------------------------- #There is table containing 1000 (lat, lon, time) GPS positions, wchich should be recognized and labeled in every row of that #recognized position by label from defined POI vector GPS$Lat =c(9,2.2,2,3,4,5,6,7,2,9,2.1,10,3.3,0 , 6, 8, 9) GPS$Lon =c(0,1 ,1,4,4,5,6,7,2,9,1.1,10,4.2,0 , 6, 1, 9) GPS$time =c(0,1 ,2,3,4,5,6,7,8,9,10 ,11,12 ,13...
2023 Jan 23
1
Attach a GPS in preboot mode
Hello everyone and best wishes for 2023 :) I have an old *Garmin Drive Smart 50 GPS* and I want to be able to attach it when it is in preboot mode to a VM hosted by a *Debian 11 host*. From what I understand, the preboot mode allows us to flash a firmware before the GPS actually starts (used among other things when the GPS is soft bricked). When I connect the GPS to the host...
2006 Mar 16
5
Multiple databases + switching databases
...epending on the customer logged, a different database (Firebird) must be selected. To make the things clearer: Postgres: 1 database shared by all customers with these tables: - user - vehicle - driver Firebird: several databases with different names and identical structure with this table: - gps Each customer has a firebird database. The name of the customer determines the database name: - Customer name: C1 - Database name: C1.fdb - Customer name: C2 - Database name: C2.fdb - Customer name: C3 - Database name: C3.fdb ... Model classes: - User (postgres) - Vehicle (postgres) - Dr...
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 e...
2006 Feb 23
3
GPS-enabled cell phone/PDA
I would like to capture the lat/lon coordinates from a GPS-enabled cell phone or PDA. Is this possible? Must I subscribe to this information from the cellphone network provider, or can I capture it without charge? What devices will broadcast the coordinates? Is there a device that will broadcast its position inband that can be captured by Asterisk?...
2017 May 24
2
System Time Source
...es of such >>> changes last year! >> >> This really has no bearing on time source; none of the commonly-used >> time sources (satellite, terrestrial radio, or network) carry time zone >> information > > In editing my prior reply, I removed the observation that GPS solves > problem ???a??? by telling you where you are in the world, as well as what > the UTC time is. > > It still has problems b and c, though. > >> (although WWVB does carry a bit to indicate if US DST rules >> are in effect). > > ???which is of no help when the...
2017 May 24
11
System Time Source
One of our STEM interns recently observed that there are inexpensive clocks that sync via radio to standard time services.? This begged a question about why every computer would not have a radio module to receive time.? Our senior staff did not have a good answer or if time from such a radio module would be supported by the operating system. When I was a student, such questions would have earned
2017 May 24
2
System Time Source
...time source; none of the commonly-used time sources (satellite, terrestrial radio, or network) carry time zone information (although WWVB does carry a bit to indicate if US DST rules are in effect). They each use a single global time scale (although unfortunately, not the _same_ time scale). > GPS time is a much better solution, but it?s power-hungry, as you probably know from running GPS on your smartphone. This rules it out for laptops. Not exactly; laptop batteries' capacity is an order of magnitude larger than phone batteries. > The GPS transmitters probably have a higher recei...
2012 Jan 14
0
point.in.polygon help
x <- sapply(c(1:max(greens[,1])), function() { poly.x <- greens[greens[,1] == hole, 2] poly.y <- greens[greens[,1] == hole, 3] p.x <- gps[,3] p.y <- gps[,4] require(sp) gps[which(point.in.polygon(p.x,p.y,poly.x,poly.y) != 0),ncol(gps)] <- gps[which(point.in.polygon(p.x,p.y,poly.x,poly.y) != 0),ncol(gps)] + 0.2 } gps is a set of GPS readings from a golf course and greens is a data.frame consisting of coordinates for...
2001 Dec 09
1
Wine NT Services / Serial Port
...display with NAV... Due to prohibitive high costs of oem solutions (and limited use except for nav), I decided to use a laptop, runnig that software... So, I already have MS Autoroute 2001 (european version). Against my expectations, this program runs fine with Wine release 20011004. However, the GPS Add-In doesn't work. I'm not completely certain, if it's the serial port (/dev/ttyS0, correctly configured according to all the docs I found) or the gps-dlls with cause the problem. Obviously, there are two different such add-ons. One intended for win95 and the other one for winnt40....
2012 Mar 07
3
GPS handling libraries or (String manipulation)
Dear all, I would like to ask you if R has a library that can work with different GPS formats For example  I have a string of this format N50° 47.513 E006° 03.985 and I would like to convert to GPS decimal format. that means for example converting the part N50° 47.513 to 50 + 47/60 + 513/3600. Is it possible to do that with R? What is the name of such a library? I would like to...
2004 Aug 22
1
latitude longitude data
Dear R-helpers, I get GPS readings with bug counts (bugs meaning insects in this case) made along rows in crop fields and use these to make maps of bug distribution. The GPS readings are not quite accurate enough for my purpose, so since I know what row each reading is made in, I adjust the latitudinal coordinate using:...
2010 Jan 10
1
Enabling BT GPS receiver for Wine
Hi, I am trying to install and make functiona PC Navigator 8 for my father on Ubuntu 9.10 using wine. Software is runnable, i connect BT GPS receiver to ubuntu on rfcomm4, but I am unable to make receiver visible for PC Navigator. Can anyone help he? Thank you
2009 Mar 29
1
Lattice question.
...s and the bottom consists of (the corresponding) histograms by percent. I tried the following: # Demo. library(lattice) set.seed(42) XX <- data.frame(y=runif(300,0,10),a=factor(sample(letters[1:3],300, TRUE,c(0.5,0.3,0.2)))) XX <- rbind(XX,XX) XX$gps <- rep(c(1,2),each=300) print(histogram(~y|a*gps,as.table=TRUE,data=XX, panel=function (x,...,type) { panel.histogram(x,...,type=c("count","percent")[gps]) } )) But I got 2 x 3 array of plots each containing only the text string ``Error us...
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
2008 Sep 05
1
Connecting a gps to download data
I've installed through wine the program for a gps data logger QSTARZ. The program works fine with wine, but cannot dowmnload the data from the gps because I only have a windows driver for it. Any way to get the windows driver installed in linux so that I could download the data? Thanks Agus -- Dr. Agustin Lobo Institut de Ciencies de la Terra...
2009 Feb 08
2
Need assistance connecting Garmin GPS via USB in Mapsource
I am new to Linux, Ubuntu, WIne etc but despite all that I am operating in Ubuntu 8.10, with MapSource 6.13.6 installed via Wine 1.0.1. I know there is an issue in getting MapSource to recognize the GPS while connected via USB but I am unable to understand the steps provided to solve this issue. I've been advised to enter "sudo modprobe garmin_gps" in terminal and to check the results. So I connect the GPS and get a "/dev/ttyUSB0" file. I've been advised it should b...
2004 Aug 14
2
VVDQ : GPS/topo-map software?
Can anyone please hazard a guess at an estimate for a poor old squirrel hunter with a Very Very Dumb Question? Is wine likely to be able to install and run any of the proprietary GPS-interfacing topo map programs (DeLorme, Garmin, Mapquest, et al.) at any roughly predictable future date? The season opens in three weeks, my GPS (Garmin's etrex vista) is full -- and it still contains road maps instead of topo maps, because I can't upload the good ones from linux (FC1). I&...
2009 Jul 21
4
ntp time server
Currently, my time server is a Sun v240 with a 32-pci gps card (with a proprietary Solaris driver) attached to our gps receiver via an sma cable up to the roof of my building. As I'm migrating almost all of our Solaris servers and services over to CentOS, I'd like to know what other people are using for time server hardware. Any suggestions? --...
2012 Feb 07
1
read.csv "Duplicate row.names not allowed"
...ng to read in a CSV, with lines looking like: HEADER, Latitude DecDeg, Latitude Hemisphere, Longitude DecDeg, Longitude Hemisphere, Speed knots, Bearing Degrees, fixQualityGga, noOfSatGga, altGga, heightGga, selectionGsa, fixGsa, pdopGsa, hdopGsa, vdopGsa, noOfSatGsv, Time, *checkSum $GPS, 3747.0224, N, 12223.4522, W, 0.36, 348.21, 1, 3, 4.01, 175.5, -25.2, A, 2, 4.14, 4.01, 1.00, 00, 1328565081, *0E $GPS, 3747.0894, N, 12223.4684, W, 0.44, 348.21, 1, 4, 1.65, 14.4, -25.2, A, 3, 1.92, 1.65, 0.99, 00, 1328565082, *3D $GPS, 3747.0897, N, 12223.4685, W, 0.13, 348.21, 1, 6, 1.23, 14.0,...