kgcpy package
Module contents
- kgcpy.irradianceQuantile(kg_zone)
Get irradiance quantiles for each Koppen Geiger Climate Zone
_summary_
- Args:
kg_zone (_type_): Koppen Geiger zone
- Returns:
_type_: _description_
- kgcpy.loadCSV(file)
- kgcpy.loadKMZImage(file)
- kgcpy.lookupCZ(lat, lon)
This function will return the climate zone for the co-ordinates provided. _summary_
- Args:
lat (_type_): latitude lon (_type_): longitude
- Returns:
_type_: _description_
- kgcpy.nearbyCZ(lat, lon, size=1)
get possible climate zones from nearby pixels, and compare to the center pixel; same as function CZUncertainty() in kgc R package
_summary_
- Args:
lat (_type_): latitude lon (_type_): longitude size (int, optional): size of nearby pixel. Defaults to 1.
- Returns:
_type_: _description_
- kgcpy.roundCoordinates(lat, lon)
The inputed number to nearest ‘fine’ (100s) resolution grid point.
_summary_
- Args:
lat (_type_): latitude lon (_type_): longitude
- Returns:
_type_: _description_
- kgcpy.translateZipCode(zipcode)
This function will return the data frame with the longitude and latitude of the zip codes
_summary_
- Args:
zipcode (_type_): zipcode
- Returns:
_type_: _description_