Can I obtain pressure of that location from GPS NMEA format? If yes kindly, let me know how...
Thanks Dheepak
Most devices do not have sensors to calculate barometric pressure. However, there are a few that do.
You should consult the documentation. Each device may have a specific proprietary sentence that it uses. For example: http://www.bohlken.net/download/nmeadata.pdf
$WIXDR,U,014.9,V,
$PXDR,1021.50,53534,-00.3,-01.1,-1530,1020.70
$WIXDR,P,1.0215,B,
$PXDR,1021.50,53535,-00.3,-01.1,-1560,1020.70
$WIXDR,C,+020,C,
$PXDR,1021.50,53535,-00.3,-01.1,-1590,1020.60
$WIXDR,U,014.9,V,
$PXDR,1021.50,53534,-00.3,-01.1,-1620,1020.40
$WIXDR,P,1.0215,B
I'm not sure if you can get air pressure from a nmea sentance. But you can always indirectly calculate it using this formula.
The altitude is available in the GPGGA sentance