Uhi.plotImagesPerDaysArray(outputFolder, daysArray, extent, hasBorders=None, prefixFile='', hasLimits=False, transects=[], Z_UNIT='°C', otherDf_id=None, otherDf_name=None, mapbox_username='', mapbox_token='')
Input:
outputFolder: string of folder where the images of urban heat islands are saved.
daysArray: array of strings of days to plot the urban heat islands.
extent: array of 4 coordinates of the extent of the map.
hasBorders: geojson to border the urban heat island in a map. (default:None)
prefixFile: string of the output prefix filename. (default:'')
hasLimits: (default:False)
transects: (default:[])
Z_UNIT: unit of measure to be displayed in colobar. (default: '°C')
otherDf_id: id of the temperature station that will not be included in the UHI's triangulation but will be displayed. (default: None)
otherDf_name: name of the temperature station that will not be included in the UHI's triangulation but will be displayed. (default: None)
mapbox_username: mapbox's username to plot background map. (default: '')
mapbox_token: mapbox's token to plot background map. (default: '')