Unidata / MetPy

MetPy is a collection of tools in Python for reading, visualizing and performing calculations with weather data.
https://unidata.github.io/MetPy/
BSD 3-Clause "New" or "Revised" License
1.25k stars 415 forks source link

examples_jupyter.zip is far from complete #858

Closed hproe closed 6 years ago

hproe commented 6 years ago

examples_jupyter.zip only contains upperair_soundings.ipynb. examples_python.zip appears to contain the full collection. cheers, HP

dopplershift commented 6 years ago

Lovely, sounds like a problem with sphinx-gallery. Thanks for letting us know!

dopplershift commented 6 years ago

Looking at the 0.8 docs and today's master branch docs, I see:

unzip -l examples_jupyter.zip 
Archive:  examples_jupyter.zip
  Length      Date    Time    Name
---------  ---------- -----   ----
     2017  05-17-2018 20:52   XArray_Projections.ipynb
     4646  05-17-2018 20:52   Advanced_Sounding.ipynb
     5314  05-17-2018 20:52   sigma_to_pressure_interpolation.ipynb
     6668  05-17-2018 20:52   Four_Panel_Map.ipynb
    10475  05-17-2018 20:53   isentropic_example.ipynb
     9863  05-17-2018 20:53   meteogram_metpy.ipynb
     2597  05-17-2018 20:53   calculations/Parse_Angles.ipynb
     4232  05-17-2018 20:53   calculations/Dewpoint_and_Mixing_Ratio.ipynb
     3900  05-17-2018 20:53   calculations/Gradient.ipynb
     3249  05-17-2018 20:53   formats/GINI_Water_Vapor.ipynb
     2678  05-17-2018 20:53   formats/NEXRAD_Level_3_File.ipynb
     3367  05-17-2018 20:53   formats/NEXRAD_Level_2_File.ipynb
     4097  05-17-2018 20:53   gridding/Find_Natural_Neighbors_Verification.ipynb
     7173  05-17-2018 20:53   gridding/Wind_SLP_Interpolation.ipynb
     7292  05-17-2018 20:55   gridding/Point_Interpolation.ipynb
    10278  05-17-2018 20:55   gridding/Inverse_Distance_Verification.ipynb
    13313  05-17-2018 20:55   gridding/Natural_Neighbor_Verification.ipynb
     4088  05-17-2018 20:55   plots/Skew-T_Layout.ipynb
     4053  05-17-2018 20:55   plots/Hodograph_Inset.ipynb
     4777  05-17-2018 20:55   plots/Simple_Sounding.ipynb
     7462  05-17-2018 20:56   plots/Station_Plot.ipynb
    10799  05-17-2018 20:56   plots/Station_Plot_with_Layout.ipynb
---------                     -------
   132338                     22 files

So I'm not seeing the problem. Feel free to re-open if you continue to see the problem.