# DA-tools ## Getting started minimal install of python packages needed to run the obs processors: ``` conda install --channel conda-forge seaborn scipy netcdf4 numpy matplotlib h5py basemap cartopy ``` to use it: ``` export PYTHONPATH="${PYTHONPATH}:/your_scripts_install/da-tools/tools:/your_scripts_install/da-tools/obs:/your_scripts_install/tools/obs/user_instruments" cd /your_scripts_install/obs python convertobs_examples.py ``` ***