Mixer: default
- lpi:
- Arkimet matcher:
product:GRIB2,,000,017,192,,
- grib_filter matcher:
editionNumber == 2 and parameterCategory == 17 and parameterNumber == 192
- Arkimet matcher:
Add a base map
Add background coastlines
With arguments:
{
"params": {
"map_coastline_general_style": "background",
"map_coastline_resolution": "high"
}
}
Add a grib file
With arguments:
{
"grib": "lpi"
}
Add contouring of the previous data
With arguments:
{
"params": {
"contour": false,
"contour_shade": true,
"contour_shade_method": "area_fill",
"contour_level_selection_type": "level_list",
"contour_level_list": [
2.0,
4.0,
6.0,
8.0,
10.0,
12.0,
14.0,
16.0,
18.0,
20.0,
50.0
],
"contour_shade_colour_method": "list",
"contour_shade_colour_list": [
"#ffff00",
"#80ff00",
"#00ff28",
"#00ffe6",
"#0087ff",
"#1500ff",
"#9700ff",
"#ff00df",
"#ff0020",
"#ff7700"
],
"contour_highlight": false,
"contour_hilo": false,
"legend": true,
"legend_display_type": "continuous",
"legend_title": true,
"legend_title_text": "Lightning Potential Index [j/kg] - LPI",
"legend_text_colour": "black",
"legend_text_font_size": 0.4,
"legend_title_font_size": 0.5,
"legend_automatic_position": "right"
}
}
Add foreground coastlines
With arguments:
{
"params": {
"map_coastline_sea_shade_colour": "#f2f2f2",
"map_grid": "off",
"map_coastline_sea_shade": "off",
"map_label": "off",
"map_coastline_colour": "#000000",
"map_coastline_resolution": "high"
}
}
Add a coordinates grid
With arguments:
{
"params": {
"map_coastline_general_style": "grid"
}
}
Add political boundaries
With arguments:
{
"params": {
"map_boundaries": "on",
"map_boundaries_colour": "#504040",
"map_administrative_boundaries_countries_list": [
"ITA"
],
"map_administrative_boundaries_colour": "#504040",
"map_administrative_boundaries_style": "solid",
"map_administrative_boundaries": "on"
}
}
Add user-defined boundaries from a shapefile
Add geopoints
Add symbols settings
With arguments:
{
"params": {
"symbol_type": "marker",
"symbol_marker_index": 15,
"legend": "off",
"symbol_colour": "black",
"symbol_height": 0.28
}
}