-
Notifications
You must be signed in to change notification settings - Fork 270
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ADD: Ability to create a Py-ART Grid FROM an xarray object (#1479)
* ADD: Xarray to Py-ART Grid interface * FIX: Pre-commit hooks * DOC: Parameters for Xgrid * ADD: Close dataset to test_accessor --------- Co-authored-by: Robert Jackson <[email protected]>
- Loading branch information
Showing
3 changed files
with
379 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
from .accessor import Xradar # noqa | ||
from .accessor import Xradar, Xgrid # noqa |
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.