make_kmz#

pycraf.pathprof.make_kmz(kmz_filename, atten_map, bbox, vmin=None, vmax=None, cmap='inferno_r')[source]#

Produce kmz file for use in GIS software (e.g., Google Earth).

Parameters:
kmz_filenamestr

Output file name for .kmz-file

atten_map2D ndarray of floats

2D array with path attenuation values

bboxtuple of 4 floats

(east, south, west, north) edges of map [deg]

vmin, vmaxfloat

Lower and upper colorbar bounds. If None, 2.5% and 97.5% percentiles of atten_map are used (default: None)

cmapmatplotlib.colormap

(default: ‘inferno_r’)