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

Time-height plotting #451

Closed
nguy opened this issue Jan 8, 2016 · 3 comments
Closed

Time-height plotting #451

nguy opened this issue Jan 8, 2016 · 3 comments

Comments

@nguy
Copy link
Contributor

nguy commented Jan 8, 2016

Currently Py-ART does not support time-height plots it seems. The VPT (vertically-pointing) plot function plots the abscissa as distance ( I assume for a scanning type?). I would suggest modifying the RadarDisplay.plot_vpt to accept (or access) a time variable and format accordingly. Maybe use of a keyword?

This topic had some discussion in Issue #364 .

One potential issue would be to make sure that time was represented consistently.

@nguy
Copy link
Contributor Author

nguy commented Jan 8, 2016

I found some time conversion utilities in pyart.util.datetime_utils.py, but cannot find an instance of these being used in the package.

I think adding a conversion to Epoch time here would be useful in the future when potentially combining radar instances.

@jjhelmus
Copy link
Contributor

@nguy Sounds like a great suggestion. The current VPT plots do not properly represent gaps in time or even indicate the timing of the measurement. I'll have a look at #453 later today and make some comments/suggestions.

@jjhelmus
Copy link
Contributor

Closed by PR #453

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants