You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As referenced in #158 and discussed with @mgrover1 in the MetPy telecon yesterday, there is still some relevant code in main...jthielen:xradar:nexrad-level2 that may be helpful, namely that of a reconciled list of message structures combining those from both Py-ART's and MetPy's. Given that prior effort used MetPy's bespoke NamedStruct and BitField objects to handle this, there would likely be a quite a bit of refactoring needed (going either direction..modifying the reconciled lists to match the current xradar approach, or updating the xradar approach to use these MetPy-style objects). This issue can hopefully track this particular facet of the overall effort of #40.
The text was updated successfully, but these errors were encountered:
I'll just re-up this as there's a particular proprietary radar file that claims to be "level 2 format" (I can't share sadly, and I don't have time to look into it right now... I'm being soooo helpful, I know :/ ) that opens in metpy and pyart but does not open in xradar...
As referenced in #158 and discussed with @mgrover1 in the MetPy telecon yesterday, there is still some relevant code in main...jthielen:xradar:nexrad-level2 that may be helpful, namely that of a reconciled list of message structures combining those from both Py-ART's and MetPy's. Given that prior effort used MetPy's bespoke
NamedStruct
andBitField
objects to handle this, there would likely be a quite a bit of refactoring needed (going either direction..modifying the reconciled lists to match the current xradar approach, or updating the xradar approach to use these MetPy-style objects). This issue can hopefully track this particular facet of the overall effort of #40.The text was updated successfully, but these errors were encountered: