pyart icon indicating copy to clipboard operation
pyart copied to clipboard

The parameter 'grid_limits' of function' grid_from_radars' affects the latitude in the grid

Open nomatter08 opened this issue 4 years ago • 1 comments

when i set grid_limits=((0.,20000), (-1000000., 1000000.), (-1000000., 1000000.)),the result looks like move southward

1

when i set grid_limits=((0.,20000), (-1000000., 1000000.), (-500000., 500000.)),the result looks better and the location of radar is closer to the real situation

2

I tried to change a lot of parameters and it seems that only this parameter will change the latitude of grid

nomatter08 avatar Sep 03 '21 09:09 nomatter08

What are the number of points you are using for each direction in the grid in both examples? If you have fewer points spanning a longer distance, you're going to get a less accurate location since the grid will not cover all of the needed points.

rcjackson avatar Oct 11 '21 18:10 rcjackson