-
Notifications
You must be signed in to change notification settings - Fork 270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add xradar basic functions #1251
Add xradar basic functions #1251
Conversation
…1204) * updated join_radar to also append instrument parameters * updated join_radar to also append instrument parameters * add pypi stats to readme (ARM-DOE#1206) * updated join_radar to also append instrument parameters * updated join_radar to also append instrument parameters * added unittest for join_radar Co-authored-by: Max Grover <[email protected]>
…OE#1207) * TST: Moving pyart main module tests to test directory. * TSTS: Move bridge and core submodules to respective test directories. * TSTS: Moving correct and filters tests to respective tests directories. * TST: Moving graph io and map test modules. * TST: Moving retrieve, testing and util submodule tests. * FIX: Remove pyargs * FIX: Fix pytest call. * FIX: Remove extra netcdf reference. * MNT: Remove duplicate pytest as well. * MNT: Changing custom config path. * FIX: Fix for config loading and not resetting. * TST: Adding back in test_simualted_vel. * FIX: Fix for missing sys paths. * FIX: Attemped PIL fix. * MNT: Remove pillow.
* FIX: Fix for only python 3.10 being used. * FIX: Adding python call. * MNT: Another attempt. * FIX: Xarray pin removed. * MNT: Remove cftime pin. * MNT: Attemped fix for pil. * MNT: Accidently removed gdal * MNT: Pinning for now. * MNT: Remove lib set. * CI: Remove python 3.6 from testing.
…up doc (ARM-DOE#1213) * DOC: Updating Py-ART's how to release doc and removing most of ci_setup. * DOC: Changes reflecting review.
* ENH: Corrected Height Gates to be height above sea level * FIX: Removed character within comment line * ENH: Updated Height Test to include altitude of radar.
…r simple moments. (ARM-DOE#1214) * TST: Fix median filter depreciation warnings as well as more tests for simple moments. * TST: Update values. * MNT: Adding variables for simple moment calculation functions. * FIX: Removal of depreciation warning for interp namespace.
* add pyrad to the readme * move pyrad to extension section * add space between _ and :
ARM-DOE#1226) * FIX: Return zero phase for sweeps completely filtered out with gatefilter. * FIX: Remove debug statement
* TST: To see if trmm_rsl broke. * MNT: Forgot final else. * MNT: Remove full path. * add hardcoded trmm_rsl path to docs * add missing RSL_PATH= * upin cftime * build docs on macos * update to macos hash * add macos latest runner for docs * add macOS-latest * move toward micromamba * change path to micromamba * add ls and move to mamba exe * try pkgs dir Co-authored-by: mgrover1 <[email protected]> Co-authored-by: Max Grover <[email protected]>
…nd more. (ARM-DOE#1231) * DOC: Updated pyart doc to include column code, incorrect syntax and more. * DOC: Forgot https * MNT: Revert ssh to https * MNT: Suggested changes.
* added cut_radar function in util * added cut_radar function in util * renamed cut_radar to subset_radar * MNT: Update ci.yml. * MNT: Updating environments. * MNT: Duplicate 'latest' * MNT: Revert back os runner check. * MNT: Add bash to each run Co-authored-by: zssherman <[email protected]>
…OE#1239) * CI: Remove trmm_rsl from testing. * MNT: Remove trmm_rsl from debug and install warning build message. * CI: Remove trmm_rsl pathing from CI. * MNT: Remove warning from setup.py * remove trmm_rsl from doc env * MNT: Don't code cover deprecated code. * replace dealias with region based * use cfradial with rhi two panel * add new plot ppi cfradial remove old one using sigmet * use cfradial with xsect example Co-authored-by: mgrover1 <[email protected]>
@zssherman this is a first step to populating the xradar branch |
Oof closed on accident, misclicked |
There was an issue with datatree pinning the python version on conda-forge... tried moving to pip installation here, and fixed the missing import |
Are you merging these commits into the xradar branch because they were outdated? See alot of commits from the main branch, assuming your just updating the xradar branch to the main branch |
yup! Making sure the two are even |
CI is passing :) |
Looks good to me! |
Add basic xradar functionality