We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6726f91 commit 91d4243Copy full SHA for 91d4243
config.sh
@@ -285,7 +285,7 @@ function run_tests {
285
cp ../netcdf4-python/test/* .
286
python run_all.py
287
# add test for netcdf4-python issue #1246 (opendap with ssl)
288
- cat "HTTP.VERBOSE=1" > ~/.ncrc
+ echo "HTTP.VERBOSE=1" > ~/.ncrc
289
URL="https://psl.noaa.gov/thredds/dodsC/Datasets/NARR/monolevel/uwnd.10m.2000.nc"
290
python -c "from netCDF4 import Dataset; nc=Dataset(\"${URL}\"); print(nc)"
291
URL='https://icdc.cen.uni-hamburg.de/thredds/dodsC/ftpthredds/hamtide/m2.hamtide11a.nc'
0 commit comments