DRpy icon indicating copy to clipboard operation
DRpy copied to clipboard

Can you add a submodule for gridding the data

Open syedhamidali opened this issue 3 years ago • 2 comments

Hi Randy, I am wondering if you can develop a submodule for converting data to cartesian coordinates, with dimensions, x,y and z. or lat, long and z. Best, Syed

syedhamidali avatar Feb 23 '22 11:02 syedhamidali

Hello Syed,

So you are asking to go from a satellite centric coordinate system (along-track, cross-track, range), to a x-y-z grid?

Cheers, Randy

dopplerchase avatar Feb 23 '22 14:02 dopplerchase

Yeah, suppose in this notebook, I have sliced the cyclone region only from (nscan) 5000:6000. Now I want to convert it to gridded data; how to do that? If you remember, in Py-Art we simply give input radar object to pyart.grid_from_radars module and it gives us back cartesian coordinate data with x,y,z, and there is also lat/lon information in coordinates. So just like that, if we want to convert any data variable to the gridded data format, it should have a function.

syedhamidali avatar Feb 23 '22 14:02 syedhamidali