LatlonFiles#
- class mhm_tools.pre.crop_mhm_setup.LatlonFiles[source]#
Bases:
objectFiles 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 the dem file path.
Get the latlon output file.
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.
- 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_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#