what is hectoPascAltimeter, is it air pressure in mbars?

check http://ws.geonames.org/findNearByWeatherXML?lat=43&lng=-2

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

A Pascal as the SI pressure measurement: http://en.wikipedia.org/wiki/Pascal_(unit)

"In everyday life, the pascal is perhaps best known from meteorological barometric pressure reports, where it occurs in the form of hectopascals (1 hPa ≡ 100 Pa"

link|improve this answer
i wanted Atmospheric pressure in millibars, does anywhere in xml has it? how can i get it? or how can i convert it? sorry i have very less knowledge on weather, but i need it for my project – Basit Feb 10 '10 at 6:45
1  
From that wikipedia article, "Standard atmospheric pressure is 101,325 Pa = 101.325 kPa = 1013.25 hPa = 1013.25 mbar = 760 Torr". Using that, you should be able to do the conversion from hPa to mBar. – Eric Perko Feb 10 '10 at 6:51
im sorry, im very dump, but can you tell me how can i calculate hpa to mbar? it would probally be easy for you and really helpful for me. – Basit Feb 10 '10 at 6:54
@Eric 1013.25 hPa = 1013.25 mbar - so I'd assume that the answer is indeed yes 1 hectoPascal == 1 millibar. Google confirms: google.com/… – James Feb 10 '10 at 6:54
Looks like... I feel silly for not noticing the 1 to 1 relationship when I copy-pasted. – Eric Perko Feb 10 '10 at 22:34
feedback

It's a QNH in hectopascals... so it's related to the barometric pressure, but not quite what you want; it's the altimeter setting to get an airplane's altimeter reading the actual height of the runway. Not useful for much other than aviation, because there are safety related corrections in there that are hard to reverse.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.