API details.

class UHIOptions[source]

UHIOptions(hasBorders=None, vMin=None, vMax=None, transparency=0.7, showPoints=False, contour='contourLine', drawMinMaxT=False, LON_LABEL='Longitud', LAT_LABEL='Latitud', Z_LABEL='°C', Z_UNIT='°C')

class MapOptions[source]

MapOptions(show=False, file='HeatMap.png', hasImage=True, hasScaleBar=True, hasCompassRose=True, hasLegend=True, hasColorbar=True)

class Transect[source]

Transect(path, x, y, color, name)

class Map[source]

Map(df, transects=[], legend_stations_label='Estaciones', otherDf=None, mapbox_username=None, mapbox_token=None, mapbox_map_id='ck2hwr0522eal1cm297dkqzis')

Represents a map of urban heat island

Attributes: df: numpy's dataframe. transects: array of strings. legend_stations_label: string. otherDf: numpy's dataframe. mapbox_username: mapbox's username to plot background map. mapbox_token: mapbox's token to plot background map. mapbox_map_id: mapbox's map id to plot background map.