Skip to content

Update gamic_hdf5.py#1800

Open
arthurcts wants to merge 1 commit intoARM-DOE:mainfrom
arthurcts:patch-1
Open

Update gamic_hdf5.py#1800
arthurcts wants to merge 1 commit intoARM-DOE:mainfrom
arthurcts:patch-1

Conversation

@arthurcts
Copy link
Copy Markdown

Gamic unfolding extend to 5./6. , 6./7.
This change is required to read data from the GMWR1000SST radar model.

Gamic files unfolding added 5./6. , 6./7.
@zssherman
Copy link
Copy Markdown
Collaborator

Thanks for the PR! We will test and review this soon

@zssherman
Copy link
Copy Markdown
Collaborator

zssherman commented Oct 2, 2025

@arthurcts Apologies, after discussion, we are encouraging folks to move to xradar for reading gamic files. Could you try:

import xradar as xd

import pyart
from pyart.testing import get_test_data

# Locate the test data and read in using xradar
tree = xd.io.open_gamic_datatree([filename])
# Give the tree Py-ART radar methods
radar = tree.pyart.to_radar()

And see if that works with the new radar model?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants