pyiem.nws.products.cwa module#
Center Weather Advisories (CWA)
- pyiem.nws.products.cwa.parse_polygon(prod, line)[source]#
Figure out what the polygon is!
- Parameters:
prod (TextProduct)
line (str)
- Return type:
- pyiem.nws.products.cwa.parse_product(prod)[source]#
Do the parsing we need for the data model.
- Parameters:
prod (TextProduct)
- Return type:
- class pyiem.nws.products.cwa.CWAProduct(text, utcnow=None, ugc_provider=None, nwsli_provider=None)[source]#
Bases:
TextProductRepresents a Center Weather Advsiory (CWA) product.