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_filename
str
Output file name for .kmz-file
- atten_map2D
ndarray
offloats
2D array with path attenuation values
- bbox
tuple
of 4floats
(east, south, west, north) edges of map [deg]
- vmin, vmax
float
Lower and upper colorbar bounds. If None, 2.5% and 97.5% percentiles of atten_map are used (default: None)
- cmap
matplotlib.colormap
(default: ‘inferno_r’)
- kmz_filename