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.

QNH still only inHg (SU14)

Featured Replies

Hi all! For those of you having read the SU14 will release tomorrow thread, in which I had some grievances to share about the units of air pressure, being wrong in bloody everywhere in the world except the US, I´m most unhappy to announce that after fourteen sim updates this is still an issue! Isn´t this supposed to be a significant realism factor? Is there a thread about it in the official forums? Please point me towards it that if it exists (I can´t seem to find it). I want to make it my life´s work to get Asobo to fix an obvious flaw like this, so that in Europe, and practically anywhere else except for the US, ATC will give me QNH in millibar instead of inHg, when I have my settings at hybrid or metric. Thank you!

Yes, after SU14 sky is pretty and all 😁

Cheers, Bert

AMD Ryzen 5900X, 32 GB RAM, RTX 3080 Ti, Windows 11 Home 64 bit, MSFS 2024

Yeah especially since that's about one line of code to convert inHg into Hpa. Actually they already have that kind of code because they literally take the Hpa from the real-world metars and convert it into inHg...

Edited by Fiorentoni

For transparency: I'm a community mentor at the BATC discord. However, I do not get paid for it in any way.

Imagine my complete and total lack of shock at this.

Expect to see another frustrated disappointment thread when I test DX12 again only to see that the airports are still disappearing and it's still unusable.

When my download completes in the new year, that is 🙄

Looking forward to new skys though, I must say.

5800X3D - Strix X570-E - 32GB 3600Mhz DDR4 - AMD RX 9070 XT- Samsung 980 Pro x2                                                     

The updates and what they do is always a mixed bag, and always will be I suspect.  Gradual progress, but not always on the stuff that 'serious' simmers want.  We have to make do with what we are given.  It is just that I don't understand why Asobo don't see these things.

Rob (but call me Bob or Rob, I don't mind).

I like to trick airline passengers into thinking I have my own swimming pool in my back yard by painting a large blue rectangle on my patio.

Intel 14900K in a Z790 motherboard with water cooling, RTX 4080, 32 GB 6000 CL30 DDR5 RAM, W11 and MSFS on Samsung 980 Pro NVME SSD's.  Core Isolation Off, Game Mode Off.

  • Commercial Member
17 minutes ago, Fiorentoni said:

QNH from the real-world metars and convert it into inHg...

QNH can be expressed in inHg as in Hpa, just a side note.

33 minutes ago, polosim said:

QNH can be expressed in inHg as in Hpa, just a side note.

Of course, sorry I got totally confused here 😄 Edited my post

For transparency: I'm a community mentor at the BATC discord. However, I do not get paid for it in any way.

  • Author

So is anyone aware of a thread on the official forums?

Cheers, Bert

AMD Ryzen 5900X, 32 GB RAM, RTX 3080 Ti, Windows 11 Home 64 bit, MSFS 2024

13 hours ago, bobcat999 said:

The updates and what they do is always a mixed bag, and always will be I suspect.  Gradual progress, but not always on the stuff that 'serious' simmers want.  We have to make do with what we are given.  It is just that I don't understand why Asobo don't see these things.

The strangest thing is that in the beginning they even announced Sebastien was doing flight training in France.

At least another rw pilot and aerodynamicist  joined ASOBO even before Petrovich (ex IL2), then Petrovich...

Didn't anyone notice it is wrong?

Flying gliders since 1980

Flightsimming since 1992

AMD Ryzen 5600x, 32GB RAM, GPU Nvidia RTX 3060 Ti 8 GB, 1 TB and 500 GB nvme2 SSD drives, HP 27" 60Hz LED monitor @ 1920x1080, T16000, Hotas from old X52 Pro, Saitek Combat Rudder Pro (2010 model)

14 hours ago, Fiorentoni said:

Yeah especially since that's about one line of code to convert inHg into Hpa.

It might be just a single line of code to do the conversion, but you also need to figure out whether to do the conversion.

  • You need a list of countries that use inHg. US and Canada, right? What about Mexico... oh yeah, Mexico too. Hm, what about the Bahamas... they're pretty closely aligned with US aviation regulations. Let's see... OK, the Bahamas too. Guess we're going to have to check all of the Caribbean and Central American countries. But surely we can stop there, right? What's that you say? Japan? Japan??? (Really, Japan -- why?) OK, now I'm getting paranoid -- I guess there's nothing for it but to check every country in the world.
  • Hopefully, the airport scenery format contains a field that tells you the country the airport is located in. Yes, it does -- but unfortunately the field is not required. So let's hope every addon developer has set this field for their airports -- if not, what would we default to? Whatever default we choose, hPa or inHg, it's going to be wrong for some addon airports, and we're going to get bug reports about it. Maybe we can use the lat/lon fields to find out which country we're in -- but now we need a map from lat/lon areas to country codes. Ugh.

So it turns out that once you start thinking about how you would really implement this, it's not a super simple feature any more. Yes, it would probably still be very feasible, but this brings us to...

56 minutes ago, jcomm said:

Didn't anyone notice it is wrong?

I assume they did, but they're just not prioritizing this as a bug to fix. If you care about this, by all means make some noise on the official forums or ask questions about it in the Q&A (that's how these things tend to get attention).

2 hours ago, martinboehme said:

It might be just a single line of code to do the conversion, but you also need to figure out whether to do the conversion.

  • You need a list of countries that use inHg. US and Canada, right? What about Mexico... oh yeah, Mexico too. Hm, what about the Bahamas... they're pretty closely aligned with US aviation regulations. Let's see... OK, the Bahamas too. Guess we're going to have to check all of the Caribbean and Central American countries. But surely we can stop there, right? What's that you say? Japan? Japan??? (Really, Japan -- why?) OK, now I'm getting paranoid -- I guess there's nothing for it but to check every country in the world.
  • Hopefully, the airport scenery format contains a field that tells you the country the airport is located in. Yes, it does -- but unfortunately the field is not required. So let's hope every addon developer has set this field for their airports -- if not, what would we default to? Whatever default we choose, hPa or inHg, it's going to be wrong for some addon airports, and we're going to get bug reports about it. Maybe we can use the lat/lon fields to find out which country we're in -- but now we need a map from lat/lon areas to country codes. Ugh.

So it turns out that once you start thinking about how you would really implement this, it's not a super simple feature any more. Yes, it would probably still be very feasible, but this brings us to...

I assume they did, but they're just not prioritizing this as a bug to fix. If you care about this, by all means make some noise on the official forums or ask questions about it in the Q&A (that's how these things tend to get attention).

No no, that‘s not even what we are talking about (even though that would be much less of a problem, since you can use lat/long as you say; it‘s pretty easy to code). It‘d be enough to have a MANUAL setting in the options to choose hPa instead of inHg, but they are not even doing that.

For transparency: I'm a community mentor at the BATC discord. However, I do not get paid for it in any way.

It can't be that hard to implement. Radar Contact knew when to use Inches and when to use Millibar over 10 years ago.

1 hour ago, martinboehme said:

It might be just a single line of code to do the conversion, but you also need to figure out whether to do the conversion.

It isn't straight-forward to do the conversion automatically according to where you're flying, but a first step could be to make it a configuration option.

In my opinion the options for setting up the display units should provide better granularity anyway. For instance, once I tried to get rid of Fahrenheit in favour of Celsius in the weather settings, but the only way to achieve this was to switch to hybrid units of measurement in the misc settings (or metric, but measuring altitude in meters disqualifies this for most uses). This worked well for  the weather settings, but it made distances show in kilometres instead of nautical miles and speeds in kph instead of knots... Not on the cockpit instruments, but definitely in the flight planner, and if I remember correctly, also in the communication with ATC. 

Can we please get more options for a fine-grained control for setting the display units? 

 

My simming system: AMD Ryzen 5800X3D, 32GB RAM, RTX 4070 Ti Super 16GB, LG 38" 3840x1600

10 hours ago, Farlis said:

It can't be that hard to implement. Radar Contact knew when to use Inches and when to use Millibar over 10 years ago.

Addons have been using lookups to figure out transition altitude and level for a long time too (FSL I think??), HPa vs mmHg is a lot less complicated than that

Edited by mspencer

  • Author
On 12/6/2023 at 11:45 AM, Fiorentoni said:

No no, that‘s not even what we are talking about (even though that would be much less of a problem, since you can use lat/long as you say; it‘s pretty easy to code). It‘d be enough to have a MANUAL setting in the options to choose hPa instead of inHg, but they are not even doing that

Exactly. It was like this in FSX: with settings to metric or hybrid ATIS/ATC uses millibar for QNH.

Cheers, Bert

AMD Ryzen 5900X, 32 GB RAM, RTX 3080 Ti, Windows 11 Home 64 bit, MSFS 2024

Archived

This topic is now archived and is closed to further replies.

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.