DRpy
DRpy copied to clipboard
Can you add a submodule for gridding the data
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
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
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.