Revision bbb5331f687f13bc238633abb4f0081f950200be authored by Stephan Jacobi on 09 March 2012, 15:08:23 UTC, committed by Stephan Jacobi on 09 March 2012, 15:08:23 UTC
1 parent fa107ea
Raw File
wradlib_package_workdoc.txt

wradlib package
=============== 

Modules
---------

- transformation - trafo
- zr - zr
- clutteridentification - clutter
- gapfilling - fill
- attenuation correction - atten 
- vertical profile of reflectivity correction - vpr
- interpolation (from polar to target points) - ipol
- qualityfield - qual
- composition (of different radar locations) - comp
- gageadjustment - adjust
- georeferencing - georef
- visualisation - vis
- verification - verify

Entry points
------------

- data:

	- ndarray of radar data (potential variables: refelctivity, rainfall intensity, rainfall sum, quality indices, ...)
		- polar grid (2d array)
		- cartesian grid (2d array)
		- irregular points (1d array)
	- ndarray of point observations
		- irregular points (1d array)

- metadata:

	- azimuth resolution
	- range resolution
	- elevation
	- x/y/z coordinates
	- time
back to top