Kelton Halbert
Kelton Halbert
## Updated SPC decoder to handle SPC Mesoanalysis text files ### What Changed SPC Mesoanalysis text files from their archives often include the Omega field, and have a slightly diferent...
## PR Summary So, it turns out that the Cython render code has a sample option for volume rendering a field under external lighting. I copied the VolumeRenderSampler python method...
An issue was reported where the Barnes Analysis would crash on interpolation. ==> PAREA=kalb ==> pfunc=tmpc ==> r TMPC Traceback (most recent call last): File "awids.py", line 62, in grid...
Does folium support polar projections, such as EPSG:3573? In fact, nearly any polar projection would be fine...
### About the Change See #259 for discussion, and #249 for history of issue/changes being reverted or modified. In addition to the issues with the dimension labels being wrong, this...
I've been attempting to follow [this kerchunk grib2 example using HRRR data](https://nbviewer.org/gist/peterm790/92eb1df3d58ba41d3411f8a840be2452), but I have encountered an interesting issue that prevents me from being able to use the Dataset in...
### What went wrong? I spent some time looking through open issues and stack overflow to make sure I am doing this correctly, but it appears MetPy 1.4 with Python...
I'm encountering an interesting issue where the results of scan_grib differ from interacting with a file via xarray/cfgrib. Particularly, it is not detecting certain variables. Installation information: ``` Python 3.11.0...
This feels like its probably an edge case, but I wanted to bring it up in case there's an opportunity to help fix this. I'm attempting to read a GZIP...
### What happened? I'm attempting to parse a grib2 file that, unfortunately, has multi-field grib messages encoded. [A copy of the grib2 file from the RAP can be found here](https://drive.google.com/file/d/1-Nbjg8N6vDoh76-4j4zx0IFBQTfUOseY/view?usp=sharing)....