LatlonFiles#

class mhm_tools.pre.crop_mhm_setup.LatlonFiles[source]#

Bases: object

Files needed for latlon creation.

Attributes:
dem_output_file
latlon_output_file
meteo_header_path

Methods

are_set()

Check if all files needed for latlon creation are set.

get_dem_output_file()

Get the dem file path.

get_latlon_output_file()

Get the latlon output file.

get_meteo_header_path()

Get the meteo header file path.

set_by_list_of_objects(obj_list)

Set all files by a list of LatlonFiles objects that may be empty or contain files.

set_dem_output_file(path)

Set the path where the dem containing L0 information can be found.

set_latlon_output_file(path)

Set the output file path for the new latlon file.

set_meteo_header_path(path)

Set the path where the meteo header containing L11 information can be found.

are_set()[source]#

Check if all files needed for latlon creation are set.

get_dem_output_file()[source]#

Get the dem file path.

get_latlon_output_file()[source]#

Get the latlon output file.

get_meteo_header_path()[source]#

Get the meteo header file path.

set_by_list_of_objects(obj_list)[source]#

Set all files by a list of LatlonFiles objects that may be empty or contain files.

set_dem_output_file(path)[source]#

Set the path where the dem containing L0 information can be found.

set_latlon_output_file(path)[source]#

Set the output file path for the new latlon file.

set_meteo_header_path(path)[source]#

Set the path where the meteo header containing L11 information can be found.

dem_output_file = None#
latlon_output_file = None#
meteo_header_path = None#