Radar object from unsupported data format

29 views
Skip to first unread message

Robinson

unread,
Mar 18, 2022, 11:41:01 AM3/18/22
to Py-ART Users
Hello,

I have radar data in a format that is unsupported by any of the read methods. However I do have data for all the necessary arguments to create a radar object (pyart.core.Radar). I am having trouble understanding how to format each argument. Is there an example somewhere that shows how a custom radar object is made without having to read in a file?

Thanks. 

Maxwell Grover

unread,
Mar 18, 2022, 11:43:52 AM3/18/22
to Py-ART Users
Hello,

Have you taken a look at the "Basic ingest of a netcdf file" example? https://arm-doe.github.io/pyart/notebooks/basic_ingest_using_test_radar_object.html

It walks through how to feed data into the radar object.

Thanks,

Max

sherma...@gmail.com

unread,
Mar 18, 2022, 11:46:23 AM3/18/22
to Py-ART Users
Hello,

An example of making a radar object with data not readable currently in Py-ART can be found here with formating of some of the coordinate info etc.:
https://arm-doe.github.io/pyart/notebooks/basic_ingest_using_test_radar_object.html

If you have multiple sweeps, but know the sweep indices, those can be plugged into:
radar.sweep_start_ray_index = sweep_start_ray_index
radar.sweep_end_ray_index = sweep_end_ray_index

Zach S.



On Friday, March 18, 2022 at 10:41:01 AM UTC-5 Robinson wrote:

Robinson

unread,
Mar 18, 2022, 12:12:39 PM3/18/22
to Py-ART Users

Thanks for the help. I think that is exactly what I'm looking for.
Reply all
Reply to author
Forward
0 new messages