-
Notifications
You must be signed in to change notification settings - Fork 268
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
ENH: add 'zdist_factor' input parameter to 'map_gates_to_grid'. #1509
Commits on Aug 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8606128 - Browse repository at this point
Copy the full SHA 8606128View commit details -
Update default wind_size in calculate_velocity_texture from 4 to 3
Using an odd number prevents single index offsets in placement in case of an even size
Configuration menu - View commit details
-
Copy full SHA for 1fef627 - Browse repository at this point
Copy the full SHA 1fef627View commit details -
ADD: optional rectangular window dims for velocity texture analysis.
Also, modify the default window size to 3 instead of the previous value of 4 (even number resulting in a potential offset).
Configuration menu - View commit details
-
Copy full SHA for 001596b - Browse repository at this point
Copy the full SHA 001596bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ea3a31 - Browse repository at this point
Copy the full SHA 3ea3a31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bdf042 - Browse repository at this point
Copy the full SHA 2bdf042View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64a6b3c - Browse repository at this point
Copy the full SHA 64a6b3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6571b78 - Browse repository at this point
Copy the full SHA 6571b78View commit details
Commits on Aug 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4227bf7 - Browse repository at this point
Copy the full SHA 4227bf7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30ffecc - Browse repository at this point
Copy the full SHA 30ffeccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 57535ed - Browse repository at this point
Copy the full SHA 57535edView commit details
Commits on Dec 1, 2023
-
Merge remote-tracking branch 'origin/main' into IS_dev
Conflicts: tests/retrieve/test_simple_moment_calculations.py
Configuration menu - View commit details
-
Copy full SHA for 7b61f8a - Browse repository at this point
Copy the full SHA 7b61f8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e4db15b - Browse repository at this point
Copy the full SHA e4db15bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c999ccd - Browse repository at this point
Copy the full SHA c999ccdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8343c40 - Browse repository at this point
Copy the full SHA 8343c40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48f74aa - Browse repository at this point
Copy the full SHA 48f74aaView commit details
Commits on Dec 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e672649 - Browse repository at this point
Copy the full SHA e672649View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb6324e - Browse repository at this point
Copy the full SHA cb6324eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 26039ce - Browse repository at this point
Copy the full SHA 26039ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ae5a44 - Browse repository at this point
Copy the full SHA 8ae5a44View commit details
Commits on Dec 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 47966fe - Browse repository at this point
Copy the full SHA 47966feView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea1a94b - Browse repository at this point
Copy the full SHA ea1a94bView commit details -
FIX: nsweeps wasn't updated when calling 'determine_sweeps'; tests we…
…re updated accordingly
Configuration menu - View commit details
-
Copy full SHA for 1d338c1 - Browse repository at this point
Copy the full SHA 1d338c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2324233 - Browse repository at this point
Copy the full SHA 2324233View commit details -
FIX: update multiple radar object attributes to ensure its full utili…
…zation with Py-ART after 'determine_sweeps' is called
Configuration menu - View commit details
-
Copy full SHA for 7c6d522 - Browse repository at this point
Copy the full SHA 7c6d522View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11999c7 - Browse repository at this point
Copy the full SHA 11999c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e197ab2 - Browse repository at this point
Copy the full SHA e197ab2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83e2e16 - Browse repository at this point
Copy the full SHA 83e2e16View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4592b9 - Browse repository at this point
Copy the full SHA f4592b9View commit details -
Update pyart/util/radar_utils.py
Co-authored-by: Max Grover <mgroverwx@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 312c508 - Browse repository at this point
Copy the full SHA 312c508View commit details -
Update pyart/util/radar_utils.py
Co-authored-by: Max Grover <mgroverwx@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1741279 - Browse repository at this point
Copy the full SHA 1741279View commit details
Commits on Jan 18, 2024
-
Merge remote-tracking branch 'origin' into IS_dev
Conflicts: pyart/util/radar_utils.py
Configuration menu - View commit details
-
Copy full SHA for c63b43b - Browse repository at this point
Copy the full SHA c63b43bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3677401 - Browse repository at this point
Copy the full SHA 3677401View commit details -
ENH: add 'zdist_factor' input parameter to 'map_gates_to_grid'.
This parameter scales the distance in the z-dimension when calculating weights upon gridding. It is a semi-equivalent to the scaling factors in the RoI class methods. Example for using this parameter would be setting a 'zdist_factor' value of 0.0 combined with an h_factor=0.0 (if calling DistBeamRoI) or z_factor=0.0 (if calling DistRoI), resulting in the exclusion of the z dimension in gridding weighting, which could serve as a potential solution for gridding a single PPI sweep from a single radar. In that case, the distance in the weighting function effectively serves as the distance of a given point from the PPI sweep's cone.
Configuration menu - View commit details
-
Copy full SHA for 9f72439 - Browse repository at this point
Copy the full SHA 9f72439View commit details -
DEL: remove a redundant (liekly residual) input parameter (toa) from …
…map_gates_to_grid
Configuration menu - View commit details
-
Copy full SHA for 9c47087 - Browse repository at this point
Copy the full SHA 9c47087View commit details -
MNT: set a consistent nomenclature for the distance squared parameter.
In parts of the 'map_grid' method it was referred to as 'dist' whereas in another as 'dist2' (parameter calculation lines differ in style but identical in value), resulting in an unnecessary scalar allocation, and a confusing nomenclature.
Configuration menu - View commit details
-
Copy full SHA for d8899ce - Browse repository at this point
Copy the full SHA d8899ceView commit details
Commits on Jan 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 137098e - Browse repository at this point
Copy the full SHA 137098eView commit details -
Update pyart/map/gates_to_grid.py
Co-authored-by: Max Grover <mgroverwx@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1d960f5 - Browse repository at this point
Copy the full SHA 1d960f5View commit details