Skip to content

Commit

Permalink
Added vdisdrops reader into import statement (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
josephhardinee authored Mar 1, 2021
1 parent 0559dd7 commit bae6024
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pydsd/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from .io.ParsivelReader import read_parsivel
from .io.ParsivelNasaGVReader import read_parsivel_nasa_gv
from .io.ARM_vdisdrops_reader import read_arm_vdisdrops_netcdf
from .io.JWDReader import read_jwd
from .io.Image2DReader import read_ucsc_netcdf, read_noaa_aoml_netcdf

Expand Down

0 comments on commit bae6024

Please sign in to comment.