Skip to content
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

Open
wqshen opened this issue Sep 20, 2016 · 6 comments
Open

Can MetPy draw the tropical cyclone symbol ? #226

wqshen opened this issue Sep 20, 2016 · 6 comments
Labels
Area: Plots Pertains to producing plots Type: Enhancement Enhancement to existing functionality

Comments

@wqshen
Copy link

wqshen commented Sep 20, 2016

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 ?

@dopplershift
Copy link
Member

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.

@dopplershift dopplershift added Type: Enhancement Enhancement to existing functionality Area: Plots Pertains to producing plots good first issue Straightforward issues suitable for new and inexperienced contributors to the project labels Oct 27, 2016
@dopplershift dopplershift modified the milestone: Summer 2017 Mar 10, 2017
@SnoopJ
Copy link

SnoopJ commented Mar 23, 2017

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

@dopplershift
Copy link
Member

Interesting, that's a much better place to start. Thanks for the pointer!

@dopplershift dopplershift modified the milestones: Summer 2017, Fall 2017 Jul 19, 2017
@jrleeman jrleeman modified the milestones: Fall 2017, Winter 2017 Oct 26, 2017
@jrleeman jrleeman removed this from the 0.7 milestone Nov 15, 2017
@jrleeman jrleeman removed the good first issue Straightforward issues suitable for new and inexperienced contributors to the project label Nov 16, 2017
@jrleeman jrleeman added this to the 0.9 milestone May 18, 2018
@dopplershift
Copy link
Member

For completeness, this should include the hurricane symbol.

@dopplershift
Copy link
Member

This might be a useful way to attack it: https://matplotlib.org/examples/pylab_examples/scatter_star_poly.html

@Kushalkr
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Plots Pertains to producing plots Type: Enhancement Enhancement to existing functionality
Projects
None yet
Development

No branches or pull requests

5 participants