wradlib.georef.GeorefMethods#
- class wradlib.georef.GeorefMethods(obj)[source]#
Bases:
XarrayMethods
,GeorefMiscMethods
,GeorefPolarMethods
,GeorefProjectionMethods
,GeorefRectMethods
,GeorefSatelliteMethods
wradlib xarray SubAccessor methods for Georef.
|
Calculates the height of a radar bin taking the refractivity of the atmosphere into account. |
|
Calculates great circle distance from radar site to radar bin over spherical earth, taking the refractivity of the atmosphere into account. |
|
Adjust the geolocations of the SR pixels |
|
Returns range distances of SR bins (in meters) as seen from the orbit |
|
Georeference Dataset/DataArray. |
|
Get the radius of the Earth (in km) for a given Spheroid model (sr) at a given position. |
|
Transform coordinates from current projection to a target projection. |
|
Calculates great circle distance from bin at certain altitude to the radar site over spherical earth, taking the refractivity of the atmosphere into account. |
|
Generate 3-D centroids of the radar bins from the sperical coordinates (r, phi, theta). |
|
Generate 3-D polygon vertices directly from spherical coordinates (r, phi, theta). |
|
Transforms spherical coordinates (r, phi, theta) to projected coordinates centered at site in given projection. |
|
Transforms spherical coordinates (r, phi, theta) to cartesian coordinates (x, y, z) centered at site (aeqd). |
|
Returns spherical representation (r, theta, phi) of given cartesian coordinates (x, y, z) with respect to the reference altitude (asl) considering earth's geometry (crs). |