wolfhece.radar.wolfradar

Author: HECE - University of Liege, Pierre Archambeau, Christophe Dessers Date: 2024

Copyright (c) 2024 University of Liege. All rights reserved.

This script and its content are protected by copyright law. Unauthorized copying or distribution of this file, via any medium, is strictly prohibited.

Module Contents

class wolfhece.radar.wolfradar.L08L72[source]
epsgL08: osgeo.osr.SpatialReference[source]
epsgL72: osgeo.osr.SpatialReference[source]
_conv_L08_2_L72: osgeo.osr.CoordinateTransformation[source]
_conv_L72_2_L08: osgeo.osr.CoordinateTransformation[source]
L08_2_72(x: float, y: float)[source]
L72_2_08(x: float, y: float)[source]
class wolfhece.radar.wolfradar.RadarIRM(idx: str = '', plotted: bool = True, mapviewer=None, need_for_wx: bool = False)[source]

Bases: wolfhece.drawing_obj.Element_To_Draw

Inheritance diagram of wolfhece.radar.wolfradar.RadarIRM

Base class of element to add into WolfMapViewer or another GUI

convert2rain(coordMin: tuple, coordMax: tuple, dateBegin: datetime.datetime, dateEnd: datetime.datetime, deltaT: datetime.timedelta, dirIn: str = '', dirOut: str = '', check_all_polygons: bool = False)[source]
_shapefile()[source]
wolfhece.radar.wolfradar.app[source]