similar to: GPS data!

Displaying 20 results from an estimated 500 matches similar to: "GPS data!"

2010 Oct 06
2
Help to trafnsform data!
Dear R users, I have huge dataset like the bellow (prepared in notepad in txt format: 31;39;00N+65;40;00E T 36;31;42N+69;04;21E T 34;10;00N+69;41;00E T 34;34;00N+69;06;00E T 31;40;00N+65;44;00E T 35;00;00N+69;07;00E T 34;00;00N+69;53;00E T These are geographical coordinates, degree minute, seconds.   latitude      longitude 31;39;00N+65;40;00E T I would like to plot them on the map. I would
2010 Oct 05
4
R editor in ubuntu!
Hello R-Users! I am looking for an editor to be able to execute commands into R in Linux ubuntu. Is there any suggestion? Thanks. [[alternative HTML version deleted]]
2010 Oct 10
2
Mapping the coordinates!
Hello, I have a series of coordinates (latitudes and longitudes) each one/several associated to a code (from 1 to 28). I used function points (latitude, longitudes) to transfer them to a per-prepared map. 1- I wonder how I might be able to automatically add codes (1-28) to the map too? 2-Moreover, mostly there are a few codes from the identical coordinates. What is the function to
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:
2010 Oct 05
0
Fw: Re: R editor in ubuntu!
Hello friends, I would like to thank you all for your advices. Rcmdr is gread. All the best, Mehdi ********************* Mehdi Zarrei, PhDPostdoctoral fellowUniversity of Toronto Dept. of Ecology & Evolutionary Biology Royal Ontario Museum Department of Natural History Green Plant Herbarium (TRT) 100 Queen's Park Toronto, On., M5S 2C6, CanadaE-mail:
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
2010 Aug 08
2
Problem with installing a package in R!
Dear friends, I am having problem with installing some packages in R in Ubuntu like "ISwR". Bellow is the outcome. Anybody can help me to solve this problem. Thanks a lot and sorry if it is very simple question. install.packages("ISwr") Loading Tcl/Tk interface ... done trying URL 'http://probability.ca/cran/src/contrib/ISwR_2.0-5.tar.gz' Content type
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
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
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
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?
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
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
2011 Oct 29
4
[LLVMdev] [llvm-commits] [PATCH] BasicBlock Autovectorization Pass
Ralf, et al., Attached is the latest version of my autovectorization patch. llvmdev has been CC'd (as had been suggested to me); this e-mail contains additional benchmark results. First, these are preliminary results because I did not do the things necessary to make them real (explicitly quiet the machine, bind the processes to one cpu, etc.). But they should be good enough for discussion.
2010 Aug 07
0
TYRE GPS mapping software
Hi, New to Wine but have been using Ubuntu (Lucid) for a year now with Wine 1.3.0. My problem is getting a program called URL TYRE (http://www.janboersma.nl/gett/index.php) to run. This is a nice program that allows you to create GPS road routes using Google Maps. The first time I try to start it TYRE there is some HDD activity but it doesn't run. If I try a second time to launch it there
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
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
2011 Dec 21
1
Gps fraction of degrees function
Dear all,   I have the following written example > coords <- "51°30'48.58\"N" > > as.integer(strsplit(coords, "°")[[1]][1]) [1] 51 > as.integer(strsplit(strsplit(coords, "°")[[1]][2], "'")[[1]][1]) [1] 30 > as.numeric(strsplit(strsplit(strsplit(coords, "°")[[1]][2], "'")[[1]][2],
2008 May 30
1
Wine and VantagePoint for GPS-Devices
hi to you all there outside.... i am trying to get Vantagepoint from www.magellangps.com to get to work under wine since weeks. This application depends on .NET 2.0 and DirectX 9 but i don't get ist to work. can anybody help me please??? Thanks a lot Daniel