-
Given that wradlib is based upon numpy arrays, would it be worth ensuring that input comes in as a numpy array? For example, in `wradlib.zr.z2r` if
```
>>> z1 = 10.
>>> wradlib.zr.z2r(z1)
0.15376456…
-
This is now the 2DS only issue.
It would be great if a reader could be added to read in and process 2DS and HVPS .txt files, as these have similar measurements to disdrometers.
2DS: This is split in…
-
Insofar as I can tell the data model is not full self describing..
I think we need a self.time_start (as a datetime object) and a self.location = lat,lon
while these could go in notes I think basic …
-
It would be nice to have the double-moment rain estimators from the disdrometer data as well, R(Kdp,Zdr) and R(Zh, Zdr). Thanks!
-
The APU data works well with PyDisdrometer -- how about adding support for 2DVD data as well? Thanks!