Replies: 2 comments 2 replies
-
Hello! So depending on which format in HDF5 it is in, sinarme, odim etc, you'll use one of the aux io readers. Example:
|
Beta Was this translation helpful? Give feedback.
-
Yes, but you would have to use the Py-ART gamic reader: radar = pyart.aux_io.read_gamic('filename') I'd say it is not the same as using wradlib, as you get back numpy arrays and metadata or xarray Datasets from wradlib. There might be a bit more involved to convert to netcdf as with Py-ART radar-object where you have "batteries" included. Just a heads up, we (openradar) have a new discourse discussion platform (https://openradar.discourse.group/) for any kind of questions related to weather radar. You might also want to follow the developments of https://github.com/openradar/xradar, a new radar reader/writer based on xarray/xarray-datatree. |
Beta Was this translation helpful? Give feedback.
-
Hi everyone!
I am currrently doing a research studying storms. I need to use radar data for this. The data is in HDF5, so i have to convert it to BMP or netcdf, i am new in using python and this library "Py-art" . Does anyone can help me with an example script?
Beta Was this translation helpful? Give feedback.
All reactions