Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

GPS Questions

Featured Replies

Hi,I am getting cofused with all the possibilities.Hence some more questions.GPS POSITION LAT Current GPS latitudeGPS POSITION LON Current GPS longitudeA:PLANE LATITUDE Are these the same as above?A:PLANE LONGITUDE ,,I would like to have them in a print statement.What units do I use to show them in decimal degrees? Thus: LAT 53,xxxxxxxx LON 121,xxxxxxxxTo add, subtract or compare coordinates what would you advice?radians, degrees, degrees latitude or something else?What do the following achieve?GeoCalcLatitude1 GeoCalcLongitude1GeoCalcLatitude2GeoCalcLongitude2GeoCalcLengthThanks for your time.Roelof

>GPS POSITION LAT Current GPS latitude>GPS POSITION LON Current GPS longitude>A:PLANE LATITUDE Are these the same as above?>A:PLANE LONGITUDE ,,Yes! They are the same!>I would like to have them in a print statement.%GPS pos. %((A:GPS POSITION LAT, degrees) d 0 >= )%{if}N %{else}S %{end}%( abs d flr )%!02d!°%( 1 % 60 * d flr )%!02d!'%( 1 % 60 * )%!02.0f">What units do I use to show them in decimal degrees? >Thus: LAT 53,xxxxxxxx> LON 121,xxxxxxxxThey need to be converted and then use something like (L:LAT,number)etc.>To add, subtract or compare coordinates what would you>advice?>radians, degrees, degrees latitude or something else?Probably decimal >What do the following achieve?>GeoCalcLatitude1 >GeoCalcLongitude1>GeoCalcLatitude2>GeoCalcLongitude2>GeoCalcLengthLike GeocalcBearing, GeocalcDistance these will perform calculationsto obtain, coordinates, course, distance etc.Roelof

Correction!>>What units do I use to show them in decimal degrees? >They need to be converted and then use something like>(L:LAT,number)>etc.They DO NOT need to be converted!They are in decimal format to begin with! Just printing: %((A:GPS POSITION LAT, degrees))%!6f!will show 53,xxxxxxRoelof

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.