Skip to content

Commit 93ed553

Browse files
committed
Update to fix download of ETOPO5 to allow build to pass.
1 parent 6d02688 commit 93ed553

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
*.py[cod]
2+
*~

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ before_script:
2828
- cd data
2929
- curl -O http://www.metoffice.gov.uk/hadobs/en4/data/EN_bgcheck_info.nc
3030
- curl -O http://data.nodc.noaa.gov/thredds/fileServer/woa/WOA09/NetCDFdata/temperature_seasonal_5deg.nc
31-
- curl -O http://iridl.ldeo.columbia.edu/SOURCES/.NOAA/.NGDC/.ETOPO5/data.nc; mv data.nc etopo5.nc
31+
- curl -o etopo5.nc http://oos.soest.hawaii.edu/thredds/ncss/etopo5?var=ROSE&disableLLSubset=on&disableProjSubset=on&horizStride=1&addLatLon=true
3232
- cd ..
3333
script: nosetests tests/*.py

cotede_qc/qc_cfg/cotede.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{"main": {
22
"location_at_sea": {
3-
"file": "data/etopo5.cdf",
3+
"file": "data/etopo5.nc",
44
"url": ""
55
}
66
},

qctest_requirements.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
{
2020
"applies_to":["CoTeDe_location_at_sea_test"],
21-
"data":["etopo5.cdf"]
21+
"data":["etopo5.nc"]
2222
},
2323
{
2424
"applies_to":["CoTeDe_fuzzy_logic"],

0 commit comments

Comments
 (0)