Skip to content
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

Empty radar_parameters and calibrations, and georeferencing in several backends #232

Open
syedhamidali opened this issue Nov 2, 2024 · 5 comments
Labels
bug Something isn't working

Comments

@syedhamidali
Copy link
Contributor

  • xradar version: 0.7+
  • Python version:3.12
  • Operating System:MacOS

Description

I cant see radar parameters and georeferencing groups

What I Did

import xradar as xd
from open_radar_data import DATASETS

file = DATASETS.fetch("KLBB20160601_150025_V06")

tree = xd.io.open_nexradlevel2_datatree(file)

print(tree.groups)
('/',
 '/sweep_0',
 '/sweep_1',
 '/sweep_2',
 '/sweep_3',
 '/sweep_4',
 '/sweep_5',
 '/sweep_6',
 '/sweep_7',
 '/sweep_8',
 '/sweep_9',
 '/sweep_10')
@syedhamidali syedhamidali added the bug Something isn't working label Nov 2, 2024
@aladinor
Copy link
Member

aladinor commented Nov 2, 2024

I think this might resolved with #221.

@syedhamidali
Copy link
Contributor Author

@aladinor Yes, I installed your data-constructor branch and gave it a try, it is working... Thanks!

@syedhamidali
Copy link
Contributor Author

Solved in #221

@syedhamidali
Copy link
Contributor Author

Although @aladinor’s changes resolved the issue with these groups, it turns out they are empty. I think the error lies in the nexrad_level2 reader.

@kmuehlbauer
Copy link
Collaborator

Currently there is no mapping between the nexrad metadata and those groups. Nexrad is not the only engine which would need a proper mapping. #221 was the first big step to make this possible at all by making these groups available (even if not filled).

We should keep this issue open until we've worked the different backends mapping.

@kmuehlbauer kmuehlbauer changed the title Missing radar_parameters and calibrations, and georeferencing in nexrad_level2 Empty radar_parameters and calibrations, and georeferencing in several backends Nov 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

3 participants