Skip to content

Commit

Permalink
ENH: Column Vertical Profile (CVP) Addition (#1478)
Browse files Browse the repository at this point in the history
* ENH: Update for column vertical profile subset

* ENH: inclusion of column_vertical_profile

* ENH: inclusion of column_vertical_profile and associated functions

* ENH: Addition of tests for column_vertical_profile

* ENH: Linting corrections to columnsect. used ruff

* ENH: linting corrections to test_columnsect; used ruff

* ENH: Pre-commit linting corrections

* ENH: Pre-commit linting corrections

* ENH: Further columnsect linting corrections

* ENH: removal of trailing whitespace..

* ENH: testing why pre-commit is giving me linting issues

* ENH: Requested Corrections

* MNT: Few more docstring changes.

* CI: Temporary pin python 3.11 until datattree does a release.

* Remove python version pin

* FIX: Upgrade the version of precommit linter

* update python v

---------

Co-authored-by: zssherman <[email protected]>
Co-authored-by: Max Grover <[email protected]>
  • Loading branch information
3 people committed Oct 30, 2023
1 parent c22340b commit 548b347
Show file tree
Hide file tree
Showing 4 changed files with 384 additions and 9 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,7 @@ jobs:
with:
access_token: ${{ github.token }}
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: pre-commit/[email protected]
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- uses: pre-commit/[email protected]
1 change: 1 addition & 0 deletions pyart/util/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
from .columnsect import get_column_rays # noqa
from .columnsect import get_field_location # noqa
from .columnsect import sphere_distance # noqa
from .columnsect import column_vertical_profile # noqa
from .datetime_utils import datetime_from_dataset # noqa
from .datetime_utils import datetime_from_grid # noqa
from .datetime_utils import datetime_from_radar # noqa
Expand Down
Loading

0 comments on commit 548b347

Please sign in to comment.