metobs_toolkit.station.Station.get_LCZ#

Station.get_LCZ(overwrite: bool = True, initialize_gee: bool = True) str[source]#

Retrieve Local Climate Zone (LCZ) for the station using Google Earth Engine (GEE).

Parameters:
  • overwrite (bool, optional) – If True, overwrite existing LCZ data if stored in the Site attribute. Default is True.

  • initialize_gee (bool, optional) – If True, initialize the Google Earth Engine API before fetching data. Default is True.

Returns:

The LCZ of the station.

Return type:

str

Notes

This method relies on the get_static_gee_point_data function and the default_gee_datasets dictionary to fetch the LCZ data.