Revision a2a8296d93712fb2e4292fb52039f66d538cbb6b authored by Stephan Jacobi on 07 May 2014, 14:44:17 UTC, committed by Stephan Jacobi on 07 May 2014, 14:44:17 UTC
1 parent 314826f
Raw File
fill.py
#-------------------------------------------------------------------------------
# Name:        fill
# Purpose:
#
# Authors:     Maik Heistermann, Stephan Jacobi and Thomas Pfaff
#
# Created:     26.10.2011
# Copyright:   (c) Maik Heistermann, Stephan Jacobi and Thomas Pfaff 2011
# Licence:     The MIT License
#-------------------------------------------------------------------------------
#!/usr/bin/env python

"""
Filling Missing Values
^^^^^^^^^^^^^^^^^^^^^^

"""


if __name__ == '__main__':
    print 'wradlib: Calling module <fill> as main...'
back to top