Kai Mühlbauer
Kai Mühlbauer
Just as a sidenote there is the paper of [Schwaller and Morris (2011)](http://journals.ametsoc.org/doi/pdf/10.1175/2010JTECHA1403.1) and the recent paper of [Warren et al. (2017)](https://journals.ametsoc.org/doi/pdf/10.1175/JTECH-D-17-0128.1) which handle 3D matching of ground based radar...
@vlouf @winash12 I can recommend using netcdf4 to read the gpm and trmm files. If you need some inspiration, have a look into wradlib read_gpm and read_trmm functions. This prevents...
@winash12 reading gpm or trmm data is not the problem. But correct georeferencing is needed to get the xyz coordinates of the 3D SR bins. And of course what projection...
No, netcdf4 is capable of reading hdf. No need to convert.
@winash12 Have a look at the paper of Warren which I linked above, there is guidance on how to correct for parallax and stuff.
@winash12 OK, I think we talk different things. Do you use 2D near surface products or 3D products? The matching stuff @vlouf and me were referring to is in 3D....
@winash12 What is your destination resolution of your xyz grid? The SR 'grid' is quite huge. Also, for GR comparison one would assume GR centric aeqd. Over ocean and the...
@scollis BTW, anything new on CF2.0?
@tanelv I'm wondering why there are two different environments involved (`cbc` and `wradlib_xr`) in the traceback? If things get picked up from another environment this is usually a big source...
> But if the two environments still might cause troubles, should I delete both and make a new environment and try to install there? Just to be on the safe...