pyiem.nws.products.fd module#

Parser for the FD (Temp Wind Aloft Forecasts).

pyiem.nws.products.fd.parse_encoding(text)[source]#

Convert the encoded text into drct, sknt, tmpc.

pyiem.nws.products.fd.compute_time(valid, tokens)[source]#

Figure out the timestamp of interest here.

pyiem.nws.products.fd.make4(station, afos)[source]#

Make this 3 character station, 4!

class pyiem.nws.products.fd.FDProduct(text, utcnow=None, ugc_provider=None, nwsli_provider=None)[source]#

Bases: TextProduct

Represents a FD Product

parser()[source]#

Do the parsing we need to do!

sql(cursor)[source]#

Send the data to the database.

pyiem.nws.products.fd.parser(text, utcnow=None, ugc_provider=None, nwsli_provider=None)[source]#

Provide back FD objects based on the parsing of this text