Hello everyone,
Hope you’re doing well
Plz how can I read parameters from the file automatically instead of writing them manually
NB : My radar files are in mvol format, and for example here, I want them to be read automatically from the data and metadata without writing them :
r1 = np.arange(1., 250000., 875.)
r2 = np.arange(1., 250000., 875.)
az = np.arange(0, 360)
sitecoords1 = (-9.39195, 30.32317)
sitecoords2= (-7.57288, 33.36729)
Cordially