User Tools

Site Tools


excersize:m_r:gnss

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
excersize:m_r:gnss [2012/05/23 16:22]
claes [Convert from WGS84 to UTM]
— (current)
Line 1: Line 1:
-====== Absolute Positioning ====== 
  
-===== Excersize Description ===== 
-==== Materials ==== 
-  - 3 GNSS receivers, set to work with the  [[http://turbo.uni-hohenheim.de/wiki/index.php/GPS|Hohenheim Reference station]]. With all cables and antennas. 
-    - 1 with GNSS - link to a configuration or manual on how to configure the receivers 
-    - 1 with DGNSS 
-    - 1 with RTK-GNSS 
-  - 1 Switch - with 7,5 Voltage regulator. 
-  - 1 car battery - From the Start box in the garage. 
-  - 1 custom powercable. 
-  - The wooden cart from Frau Hadam in the woodworkshop. 
-  - Wooden Antennamount, with screws. 
- 
-==== Setup ==== 
-Picture is on the way 
- 
- 
- 
-===== Datalogger ===== 
-Claes Jaeger-Hansen has written a custom datalogger for the excersize. For Manual, description, executable and sourcecode follow the link 
- 
-[[GNSS_datalog|Java program for datalogging]] 
- 
-===== Help and Hints ===== 
-Here you can find help and hint to solve the assignment. Not everything is a wlakthrough, so you will have to think a it for yoourself! 
- 
-==== Convert from WGS84 to decimal degree ==== 
-=== Spreadsheet example === 
-^ Format in WGS84 ^^ Converted to decimal degrees ^^ 
-| latitude  | longitude     | latitude  | longitude | 
-|4842,716607   | 912,293844 |48,71194346|9,2048974| 
-|Spreadsheet formulas ||=(A3-4800)/60+48|=(B3-900)/60+9| 
-=== Programming Example === 
-This function is in awk, but can be converted to other languages 
-<sxh bash> 
-function nmea2dd(nmeacoord){ 
-  dn=int(nmeacoord/100); 
-  return dn+((nmeacoord-(dn*100.0))/60) 
-} 
-</sxh> 
- 
-==== Convert from WGS84 to UTM ==== 
-Start with the conversion to decimal degree!! 
- 
-Convert with [[http://www.mobotsoft.com/geotoutm/GeoToUTM.exe|this software tool]] 
- 
-[[http://www.uwgb.edu/dutchs/usefuldata/utmformulas.htm|Here]] you can find a description of the the conversion, along with a spreadsheet where all the formulas are implemented 
- 
-[[http://kmltools.nobletech.com/geoconv|Here]] is another tool where you can convert multiple coordinates online. 
excersize/m_r/gnss.1337782920.txt.gz · Last modified: 2021/08/14 04:19 (external edit)