Revision b44b6c75742ac9cef6602027a46599ce970dd668 authored by Thomas Pfaff on 04 October 2012, 09:40:09 UTC, committed by Thomas Pfaff on 04 October 2012, 09:40:09 UTC
1 parent 251a872
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