-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactoring dtree node apend using _attach_sweep_groups function * refactoring iris datatree to use from_dict constructor * running pre-commit hook * refactoring calibration subgroup * dropping common attributes present in all sweeps * refactoring to use from_dict datatree constructor * refactoring loop by iterating only over sweeps * fixing failing test with attributes * addding comments * Update xradar/io/backends/iris.py * fix lint * fixing typo * refactoring datamet backend to use from_dict datatree construnctor * fixing issue with group test since datamet now has root, georefernce, radar_parameter, and calib groups * adding some calibration variables from Furuno datasets * refactoring furuno backeds to use from_dict contructor * getting ride of unncessary attributes in the root dataset * updating global attrributes * adding gamic radar calibration parameters * refactoring gamic backend to use from_dict datatree constructor * refactoring code. moving _get_required_root_dataset, _get_subgroup, to common.py file * using dtree.match to iterate over sweep nodes * refactoring _get_subgroups and _get_required_root funcition * fixing typo * adding _get_radar_calibration fuction * refactoring and moving _get_requiered_root_Dataset, _get_subgroup, and _get_calibration function to commo.py file * refactoring and moving _get_calibration function to commo.py file * refactoring hpl backends to use from_dict contructor and adding sweeps * using radar_calibration group from common.py in Datamet backend * using radar calibration subgrup fucntion from common.py in iris backend * allowing metek to read lines from gzip file when using context manager * refactoring _get_required_root function to fit with metek backend * refactoring metek backend to use from_dict constructor * fixing nexrad test that support the radar_calibration, georeference, and parameter group * refactoring nexrad backend to use from_dict constructor * reformating odim test to include calibration, georeference, and radar parameter groups in odim backend * refactoring odim backend to use from_dict constructor * refactoring odim export to iterate only over sweeps * refactoring rainbow test to only iterate over sweeps * refactoring rainbow backend to use from_dict constructor * fixin typo * adding test for _get_requered_root_group, _get_subgroup, and _get_radar_calibration functions * Update xradar/model.py * Update history.md
- Loading branch information
Showing
16 changed files
with
482 additions
and
240 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.