Skip to content

Commit bae6024

Browse files
Added vdisdrops reader into import statement (#101)
1 parent 0559dd7 commit bae6024

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pydsd/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from .io.ParsivelReader import read_parsivel
22
from .io.ParsivelNasaGVReader import read_parsivel_nasa_gv
3+
from .io.ARM_vdisdrops_reader import read_arm_vdisdrops_netcdf
34
from .io.JWDReader import read_jwd
45
from .io.Image2DReader import read_ucsc_netcdf, read_noaa_aoml_netcdf
56

0 commit comments

Comments
 (0)