QLSingleBand

The QLSingleBand adapter creates single-band quick looks output as .png files. Individual bands are plotted geospatially using matplotlib and exported to .png

adapters.qlsingleband.qlsingleband.apply(env, params, l2product_files, date)

Apply QLSingleBand adapter.

Parameters

env

Dictionary of environment parameters, loaded from input file

params

Dictionary of parameters, loaded from input file

l2product_files

Dictionary of Level 2 product files created by processors

date

Run date

adapters.qlsingleband.qlsingleband.elevate(located_elevations)
adapters.qlsingleband.qlsingleband.get_legend_str(layer_str)
adapters.qlsingleband.qlsingleband.plot_map(env, input_file, output_file, band_name, wkt=None, basemap='srtm_elevation', crop_ext=None, param_range=None, cloud_layer=None, suspect_layer=None, water_layer=None, grid=True, shadow_layer=None)

basemap options are srtm_hillshade, srtm_elevation, quadtree_rgb, nobasemap

adapters.qlsingleband.qlsingleband.shade(located_elevations)