-
Notifications
You must be signed in to change notification settings - Fork 421
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can MetPy draw the tropical cyclone symbol ? #226
Comments
We don't currently, but I think it would be appropriate for MetPy to do so. We pulled all of the symbols we have from the OGC Met-Ocean working group's SVG images, and they have some symbols for tropical cyclones. I'm not really in love with those, though--do you know where we might find some simple SVG we could use? Or maybe create a couple yourself? We could incorporate those SVGs into the icon font we use in MetPy. |
Looking at the Wikimedia Commons, there are two public domain options that look pretty suitable/good to me. https://commons.wikimedia.org/wiki/File:Tropical_Storm_north.svg https://commons.wikimedia.org/wiki/File:Tropical_Storm_south.svg |
Interesting, that's a much better place to start. Thanks for the pointer! |
For completeness, this should include the hurricane symbol. |
This might be a useful way to attack it: https://matplotlib.org/examples/pylab_examples/scatter_star_poly.html |
I was revisiting the issue of generating custom markers for the hurricane symbol on Stackoverflow: https://stackoverflow.com/questions/44726675/custom-markers-using-python-matplotlib. I recently came across this package: https://pypi.org/project/tcmarkers/ which seems to be aligned with the SVG approach that is being considered here. |
When i use MetPy, i found that it can draw some station weather symbol which is amazing.
i want know if it can draw the tropical cyclone symbol ?
The text was updated successfully, but these errors were encountered: