libdap

Framework for scientific data networking and remote data access

brewmacoslinux
Try with needOr install directly
Source

About

Framework for scientific data networking

Commands

dap-servergetdap

Examples

Retrieve data from a remote DAP server$ getdap -D 'http://example.com/dap/dataset.nc?var1,var2'
Access and inspect remote scientific data structure$ getdap -D 'http://oceandata.sci.gsfc.nasa.gov/opendap/data' | head -50
Download specific variables from a DAP-enabled server$ getdap 'http://example.com/dap/data.nc?temperature,pressure' > output.nc