LatLon#
- class mhm_tools.pre.create_mhm_restart_file.LatLon(lat_min=None, lon_min=None, lat_max=None, lon_max=None, resolution=None, mask=None)[source]#
Bases:
objectRepresents a latitude-longitude coordinate system.
- Variables:
(float) (resolution)
(float)
(float)
(float)
(float)
Methods
Return the number of latitude points for the range and resolution.
Return the number of longitude points for the range and resolution.
Check if all the required attributes are fully defined.
- get_n_lat()[source]#
Return the number of latitude points for the range and resolution.
- Returns:
int
- Return type:
The number of latitude points.