metobs_toolkit.dataset.Dataset.get_LCZ#

Dataset.get_LCZ(overwrite: bool = True, initialize_gee: bool = True) DataFrame[source]#

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

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

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

Returns:

A DataFrame containing the LCZ data for the stations, with the station names as index.

Return type:

pandas.DataFrame