2

I see metpy has some meteorological symbols in https://github.com/Unidata/MetPy/blob/master/metpy/plots/wx_symbols.py and shown in the gallery here https://unidata.github.io/MetPy/latest/examples/plots/Station_Plot.html#sphx-glr-examples-plots-station-plot-py

I'm curious if there is tropical storm and hurricane marker like the ones given here: http://www.e-missions.net/wvstorm/?cat=2&sid=1&pid=35&page=Weather%20Symbols%20Reference%20Guide

Not sure if the solution is a custom marker as discussed here: Custom markers using Python (matplotlib)

Ray Bell
  • 1,508
  • 4
  • 18
  • 45

1 Answers1

2

Currently there is no hurricane symbol in MetPy. There is an open issue to add it though.

DopplerShift
  • 5,472
  • 1
  • 21
  • 20