magics-python icon indicating copy to clipboard operation
magics-python copied to clipboard

Python interface to Magics meteorological plotting package

Results 8 magics-python issues
Sort by recently updated
recently updated
newest added

1- I want to select an isobaric level from grib file to plot temperature I tried : temperature = magics.mgrib( grib_input_file_name = './pygrib/gfs.t00z.pgrb2.0p25.f006', grib_input_isobaric_in_hPa = 850, grib_field_position = 1 )...

Hi again, as a followup to #37, coming from investigating #39, we are submitting some software tests to cover the code within `Magics/__main__.py`. We hope you like it. With kind...

Hi there, when invoking `python -m Magics selfcheck` on our recent installation [1] on macOS, it slightly croaks like: ```bash $ python -m Magics selfcheck Found: Magics 'You are using...

Dear maintainers of `magics-python`, first things first: Thanks a stack for your work on this software. While trying to investigate a problem with `Magics.version` on macOS, we discovered some gaps...

Hi, I want to plot wind flags with data fields. But I can not find the examples which show how to put data filed into minput, just like: ```python data...

Hi, I want to increase the display size of output image in the jupyter notebook. How can I do that? Very thanks! Dave

Hi, I use "conda install -c conda-forge magics" install magics 4.1.2. And in jupyter notebook, when I run the example "projection-lambert.ipynb", I get the erros: ```python import Magics.macro as magics...