Sam Gardner

Results 22 comments of Sam Gardner

ah, I see. I'm very new to this web development stuff and was trying to use pyscript to try to avoid learning javascript. I didn't (and still don't) know much...

I've started playing with this a little bit as I'm highly interested in getting it implemented. I forked metpy yesterday to add a "return_virt" kwarg for the parcel profile functions....

code and data used to generate those figures: [virt_example.py.txt](https://github.com/Unidata/MetPy/files/12325876/virt_example.py.txt) [KCLL_1835Z_20221104_RAOB_SHARPPY.txt](https://github.com/Unidata/MetPy/files/12325877/KCLL_1835Z_20221104_RAOB_SHARPPY.txt)

gotcha. It's been a while since I took thermodynamics and I couldn't remember if that was factored in to the moist adiabatic lapse rate or not. thanks for clarifying @sgdecker

this is only a draft for now because flash_time_offset_of_first_event and flash_time_offset_of_last_event should really be updated to match their children rather than just using a constant offset based on the flash...

This has been a long wanted feature, and makes some progress towards achieving #461 (which I said I would work on as I need it for a personal project, and...

yes my apologies, it's a grib2 file from ncep/nomads grib filter... [winds.zip](https://github.com/Unidata/MetPy/files/11006330/winds.zip)

preview: ``` Dimensions: (isobaricInhPa: 3, y: 311, x: 564) Coordinates: time datetime64[ns] ... step timedelta64[ns] ... * isobaricInhPa (isobaricInhPa) float64 850.0 500.0 250.0 latitude (y, x) float64 ... longitude (y,...

```python (HDWX-dev) stgardner4@wx4stg:~$ curl -L "https://nomads.ncep.noaa.gov/cgi-bin/filter_hrrr_2d.pl?dir=%2Fhrrr.20230605%2Fconus&file=hrrr.t00z.wrfsfcf00.grib2&var_UGRD=on&var_VGRD=on&lev_850_mb=on&lev_500_mb=on&lev_250_mb=on" -o winds.grib2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 4119k 0 4119k...