[Qgis-user] convert UTM_UPS data from gps to decimal degrees

Gerardo Jimenez gejst5 at hotmail.com
Wed Mar 13 08:00:51 PDT 2013


Hi
First, your data is kind of rare, you can not have more than 60 minutes or more than 60 seconds (50°96'06''2N for instance). How did you get this info? a gpx file or your field notes? (usually a gps stores data in lat lon wgs84, no matter how you configure the unit to display the data).  If you want to covert lat lon data in to utm you have to make two things. A) Convert your readings in to decimal degrees in a spreadsheet. 
You have to capture in separate columns the arguments for degrees minutes and seconds. Then the formula will bedeg+(min/60)+(sec/3600). Keep in mind that the formula for your longitudes must be: -1*(deg+(min/60)+(sec/3600)) since your data is in the western hemisphere.  Copy the values of the formulas in a new file and label the first row lat lon accordingly. You can include an identifier. Save the file as CSV comma delimited.
B1) Load the CSV file in Qgis using the "add delimited text layer" plugin.  Once the data is on the screen you have to select the layer and save is as shp or comma separated value, that your choice. You have to choose also the coordinate system of your choice for the new layer.
B2) Or you can also use GPS babel (free). It can read a csv file and convert it to utm. Just check the documentation for the supported datums

Gerardo Jiménez Delgado
Instituto de Investigaciones Antropológicas
Universidad Nacional Autónoma de México
Ciudad Universitaria s/n
Coyoacan 04510
Mexico City
Mexico

56 22 95 16

Date: Wed, 13 Mar 2013 14:49:47 +0100
From: giohappy at gmail.com
To: Bernd.Laskowski at reichshof.de
CC: qgis-user at lists.osgeo.org
Subject: Re: [Qgis-user] convert UTM_UPS data from gps to decimal degrees

I'm not sure if they are milliseconds.O would try to divide the last digits by 3600000 (and sum to the rest)

2013/3/13 Bernd Laskowski <Bernd.Laskowski at reichshof.de>


  
    
  
  
    Hi Giovanni,

      

      If I try this the points are fare away from the real point.

      What about the Number rigth from seconds (f.e. 2 or 9)?

      

      Regards

      Bernd

      

      

      Am 13.03.2013 14:09, schrieb G. Allegri:

    
    degrees+minutes/60+seconds/3600
      

      
      e.g. 
      50+(96/60)+(6/3600) = 51.601666...
      

      
      giovanni

        

        2013/3/13 Bernd Laskowski <Bernd.Laskowski at reichshof.de>

          
             Hi all,

              

              how I can convert data in following format to get decimal
              degrees.

              

              50°96'06''2N/7°70'18''3O

              50°96'39''9N/7°68'56''3O

              50°95'72''9N/7°68'00''5O

              

              Garmin GPS configuration:

              Positionsformat: UTM UPS

              Kartenbezugssystem: WGS84

              Kartensphäroid: WGS84

              

              Would WGS84/UPS North (EPSG 32661) in Qgis the correct
              coordinate system?

              

              I use ETRS89 (EPSG 25832)

              

              Regards

                  Bernd

                  

                
            

            _______________________________________________

            Qgis-user mailing list

            Qgis-user at lists.osgeo.org

            http://lists.osgeo.org/mailman/listinfo/qgis-user

            

          
        
        

        
        

        
        -- 

        Giovanni
          Allegri

        website: http://giovanniallegri.it
        
          GEO+ geomatica in
              Italia http://bit.ly/GEOplus
      
    
    

    

    -- 
------------------------------------------------------------------

Gemeinde Reichshof
I/10 Zentrale Verwaltung
Bernd Laskowski
Hauptstraße 12
51580 Reichshof - Denklingen
Tel.: (02296) 801 - 313
Fax: (02296) 801 - 395
E-mail: Bernd.Laskowski at Reichshof.de

Der Inhalt dieser E-Mail ist ausschließlich für den bezeichneten Adressaten bestimmt. Wenn Sie nicht der vorgesehene Adressat dieser E-Mail oder dessen Vertreter sein sollten, so beachten Sie bitte, dass jede Form der Kenntnisnahme, Veröffentlichung, Vervielfältigung oder Weitergabe des Inhalts dieser E-Mail unzulässig ist. Wir bitten Sie, sich in diesem Fall mit dem Absender der E-Mail in Verbindung zu setzen.

Bei Abwesenheit des Adressaten, an den Sie eine E-Mail gerichtet haben, kann diese automatisch an dessen Vertreter weitergeleitet werden. Wir möchten Sie außerdem darauf hinweisen, dass die Kommunikation per E-Mail ohne Authentifizierung und Verschlüsselung unsicher ist, da für unberechtigte Dritte grundsätzlich die Möglichkeit der Kenntnisnahme und Manipulation besteht. Wir übernehmen deshalb keine Verantwortung für den Inhalt dieser Nachricht, da eine Manipulation nicht ausgeschlossen werden kann. Obwohl wir alle angemessenen Vorkehrungen getroffen haben, um sicherzustellen, dass Anlagen dieser E-Mail Virus-geprüft sind, empfehlen wir dennoch, anhängende Dateien vor dem Öffnen durch Ihr eigenes Virus-Programm zu prüfen, da wir keinerlei Haftung für Schäden übernehmen, die infolge etwaiger Software-Viren entstehen könnten.

  



-- 
Giovanni Allegri
website: http://giovanniallegri.it
GEO+ geomatica in Italia http://bit.ly/GEOplus



_______________________________________________
Qgis-user mailing list
Qgis-user at lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-user/attachments/20130313/97e43afd/attachment.html>


More information about the Qgis-user mailing list