Note
Go to the end to download the full example code
Leaf area index, high vegetation
The metadata used to detect the styles are :
paramId |
67 |
shortName |
lai_hv |
Default style:
Contour shade (Level list : (0./1/2/3/4/5/6/7) [sh_grn_f0t7lst]
Other available styles:
Contour shade (Level list : (0./1/2/3/4/5/6/7) [sh_grn_f0t7lst]
from Magics import macro as magics
output = magics.output(output_formats = ['png'],
output_name_first_page_number = "off",
output_name = "lai_hv")
data = magics.mgrib(grib_input_file_name = "lai_hv.grib")
contour = magics.mcont(contour_automatic_setting="style_name",
contour_style_name= "sh_grn_f0t7lst",)
coastlines = magics.mcoast(map_grid = "off" )
magics.plot(output, data, contour, coastlines)
# sphinx_gallery_thumbnail_path = '_static/styles/lai_hv-sh_grn_f0t7lst.png'
Total running time of the script: ( 0 minutes 0.000 seconds)