Skip to content
Snippets Groups Projects

libdap-python

Python binding for libdap

Build Status

Build and Run tests:

git submodule update --init
mkdir build
cd build
cmake -DBUILD_DAP_PYTHON_TESTS=ON ../
make
cd test
python3.7 main_test.py