pyMeteo icon indicating copy to clipboard operation
pyMeteo copied to clipboard

Meteorological routines

Results 21 pyMeteo issues
Sort by recently updated
recently updated
newest added

I receive an error message when I want to use cmap_radar if I use the matplotlib>3.2 packages. Is there a possibility to update pyMeteo to use for higher matplotlib?

bug

Hi! I'm new to python, repositories and all this world. I've managed to setup anaconda perfectly, but there are some problems after this repository install. First, every command window I...

Traceback (most recent call last): File "/usr/local/bin/skewt", line 4, in __import__('pkg_resources').run_script('pymeteo==1.0.1', 'skewt') File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 658, in run_script self.require(requires)[0].run_script(script_name, ns) File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 1438, in run_script exec(code, namespace, namespace) File...

Sounding is plotting upside down for me. version 1.0.1 skewt uwyo -f testdata/uwyo-sounding.dat skewt.png ![skewt](https://user-images.githubusercontent.com/46383877/62311095-e0dc8b00-b43f-11e9-9b1c-938f4e405e0d.png)

Command: **skewt uwyoweb --station 10618 skewt.jpg** pyMeteo throws an error: 2019 4 25 0 10618 //anaconda2/envs/pytroll/lib/python3.6/site-packages/matplotlib/cbook/__init__.py:424: MatplotlibDeprecationWarning: Passing one of 'on', 'true', 'off', 'false' as a boolean is deprecated; use...

Testing is manual on my part currently. This project needs unit and acceptance tests. Help out!

help wanted

Documentation is incomplete. Any help improving it is appreciated.

help wanted

Is it possible to extend the pyMeteo scope to Tephigram as well? Here is the link to Tephigram https://en.wikipedia.org/wiki/File:T%C3%A9phigramme_vierge.svg. I know that asking Tephigram is a over kill. You can...

enhancement
help wanted

http://weather.uwyo.edu/upperair/indices.html _Originally posted by @wxguy in https://github.com/cwebster2/pyMeteo/issues/9#issuecomment-168326441_

enhancement
help wanted

Unify all CLI skew-t plotting into a single script rather than the growing number of scripts per input data type. Update plotting functions in `pymeteo.skewt` to use the new `plot()`...

enhancement