PyDSD icon indicating copy to clipboard operation
PyDSD copied to clipboard

Python Library for working with disdrometer data.

Results 17 PyDSD issues
Sort by recently updated
recently updated
newest added

Can I remove drops from the DSD if their fall velocity is ±50% of the empirical value from Beard (1976) theoretical velocity equation using PyDSD?

I appreciate all the built in file readers, but for instances where I apply qc to raw parsivel data and then try to read it in, I need to convert...

Hi @josephhardinee, I have a problem processing the file when I am trying to use functions with time. I am trying to use this codes using the ATM4.txt files import...

I have parsivel and thies lpm data and want to use PyDSD to analysis. But my data files is slightly different then the one presented here as test data. I...

I would like to incorporate XArray into PyDSD to make many of the operations much easier (In particular, netCDF writing). Here is my proposal, I would like some feedback. All...

Added the ability to read in HUCM data to the dsd object. Entry point is read_hucm.

We've had a request internally to add the ability to calculate the reflectivity weighted doppler velocity from the DSD. Two things are needed: - [ ] 1. Calculate velocity from...

The DropSizeDistribution object needs support for adjusting the terminal fall speed based on air density, or a user supplied fall speed. We can start by implementing the Gunn/Kinzer adjustment. This...

@nguy I've been tossing around the idea for a while of pulling out a lot of the operations from DropSizeDistribution object and moving them into library functions. This would simplify...

After talking with @nguy the following represents what we see as the roadmap to getting PyDisdrometer to a V1 release. - [x] All readers using standardized Time. - [ ]...