SafranCassiopee / php-metar-decoder

METAR weather observation decoder
GNU General Public License v3.0
50 stars 17 forks source link

Cannot parse metar with CB #31

Open kgroven opened 5 months ago

kgroven commented 5 months ago

This metar string gives me an error today: ENBN 201420Z 21027G43KT 5000 SHRA SCT006 BKN009 FEW011 CB 10/09 Q1001=

When I try it on your demo site, the error message is: Atmospheric pressure not found, on chunk "CB 10/09 Q1001"

https://php-metar-decoder.cassiopee.aero/index.php?metar=ENBN+201420Z+21027G43KT+5000+SHRA+SCT006+BKN009+FEW011+CB+10%2F09+Q1001%3D

From what I understand, CB means cumulonimbus clouds.

Is this something you can look into?