similar to: TYRE GPS mapping software

Displaying 20 results from an estimated 8000 matches similar to: "TYRE GPS mapping software"

2008 Nov 07
0
fix focus and alsa for gps software
Hello, I'm going to use wine to use a gps software on my carpc. The GPS software runs great but when the window loses focus it hangs until the windows gets focus back. I guess this is really a fault of the application, I assume it does the same without wine (I actually never tried it outside wine so I don't know). Anyway because it's under wine it's easy to workaround it. I want
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
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
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 it gives:
2011 Jul 01
0
How to filter XY pairs of inacurate gps position along track, taking into account the time index to not mix track from different days in one average track
Dear R users, subject: How to filter XY pairs of inacurate gps position along track, taking into account the time index to not mix track from different days in one average track or subject as: How to filter XY pairs of inacurate gps position: (latitude, longtitude) to get estimated correct position before calculating track i.e. How to estimate (time series? )? How to filter XY pairs of
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 "Jaume Almera" (CSIC) LLuis Sole
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
2000 May 16
1
GPS data import into R
Hi all, before I develop my own routines, is there a package or library for loading Global Positioning System (GPS) sentences into R for analysis? If not, I plan to try to write a routine to listen to a GPS signal, strip off the identification codes, and then *do something interesting* with the data, such as plot the three-dimensional drift statistics. (Obviously the interesting stuff can
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 thank you in
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
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
2009 Jun 06
2
GeoLocation for any Cell Phone with GPS
Hi all, I''m having the following problem: I need a user using any device of any GPS is advised that at a certain place. I search on the net with articles on Global Positioning RubyonRails, but without success. Can anyone help me?
2008 Sep 02
3
gps tags in vorbis comments
hi, is there an official or semiofficial way to store gps location in vorbis comments or any ogg file. mp4 and exif store at least: - location name (e.g. London, UK) - longitude (degree as double), latitude (degree as double), elevation (meters) (these three according to WGS84) Stefan
2010 Oct 09
1
GPS data!
Hello R-experts, I have some coordinates that look like this: lat                           long 32 31.85 59 48.74 34 05.7 58 50.79 34 05.7 58 50.79 34 05.7 58 50.79 This was my GPS setting by the time of filed trip. I assume that the second column is "minute + seconds". Am i right? I am looking for a
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? Can an SMS message include coordinates?
2013 Jun 26
0
Tyre - Could not obtain OLE control window handle
Hi, i use wine 1.5.31 on archlinux 64bit. Installed Trye v 6.312 (http://www.tyretotravel.com/). If starting get the Error: Could not obtain OLE control window handle The program runs but work not with full functions How to get the missing needed DLL?s ? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL:
2011 Feb 20
0
libxapian1.2.4 breaks synaptic quick search; breaks software centre search
[Cc-ing xapian-discuss as other people may be able to help] On Sat, Feb 19, 2011 at 11:45:20PM +0000, francis wrote: > I installed xapian1.2.4 on Lucid; libxapian1.2.4 seems to be > incompatible with synaptic quick search - typing two or more chars > produces a segmentation fault. The synaptic search(find) button works > ok. Software Centre search is also broken. I guess you're
2007 Jun 15
2
converting character strings to numbers
I have a comma delimited text file in which many columns of numbers are also quoted and have commas as well as decimals. I was surprised to find read.csv() didn't import this seamlessly, even after messing around with the colClasses argument. I did find a solution to convert the character strings after reading them in, but wonder if there isn't a better one I overlooked. test =
2013 Apr 28
8
[UART] GPS 18-5Hz LVC and COM1 silence, OK on Linux though...
Hi, I'm having issues connecting Garmin GPS 18 to COM1 on 9.1, I get nothing but silence. Identical setup works absolutely fine with Linux. I've got PPS wire connected to DCD, but that seems to make no difference on Linux, so I presume it shouldn't affect fbsd either. On Linux, I get: $ uname -a Linux ubuntu 3.8.0-19-generic #29-Ubuntu SMP Wed Apr 17 18:16:28 UTC 2013 x86_64 x86_64
2002 Oct 16
1
FIXED: error in make pkg-...
Sorry, spoke too quickly! The problem was caused by my editing the MkRules file with an editor that replaces tabs with spaces. Make evidently requires that all lines start with a tab (see http://www.delorie.com/djgpp/v2faq/faq22_17.html). Perhaps worth warning windoze users like myself of such perils in readme.packages or somewhere similar! Now I have a new problem, but it looks fixable.