These are NWS product ingestors and processors. Not sure how useful this is to anybody else, but perhaps! If you have questions, please let me know:
daryl herzmann akrherz@iastate.edu 515-294-5978
Feel free to do whatever you wish with these, including throwing them in the trash. Someday, I'll be a real programmer and write a libary that is usable.
Notes on HVTEC: http://www.nws.noaa.gov/om/vtec/hydro_vtec.shtml
pyIEM/nws/blah.py class Product(TextProduct): def init(): super.init(self) def make_jabber() def make_tweets()
def parser(): """ Emits a product class """ return Product()