Changeset 11253
- Timestamp:
- 04/13/07 15:52:31 (2 years ago)
- Files:
-
- branches/1.4/autotest/gdrivers/wcs.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.4/autotest/gdrivers/wcs.py
r10613 r11253 1 1 #!/usr/bin/env python 2 2 ############################################################################### 3 # $Id: wcs.py ,v 1.4 2007/01/02 14:44:31 fwarmerdam Exp$3 # $Id: wcs.py 11242 2007-04-12 01:09:18Z warmerdam $ 4 4 # 5 5 # Project: GDAL/OGR Test Suite … … 28 28 # DEALINGS IN THE SOFTWARE. 29 29 ############################################################################### 30 #31 # $Log: wcs.py,v $32 # Revision 1.4 2007/01/02 14:44:31 fwarmerdam33 # added service description in the url test34 #35 # Revision 1.3 2006/10/27 04:38:34 fwarmerdam36 # Report skip on first test if driver not available.37 #38 # Revision 1.2 2006/10/27 04:27:12 fwarmerdam39 # fixed license text40 #41 # Revision 1.1 2006/10/27 04:20:14 fwarmerdam42 # New43 #44 #45 30 46 31 import os … … 152 137 return 'skip' 153 138 154 fn = '<WCS_GDAL><ServiceURL>http:// maps.gdal.org/cgi-bin/mapserv_dem?</ServiceURL><CoverageName>srtmplus_raw</CoverageName><Timeout>75</Timeout></WCS_GDAL>'139 fn = '<WCS_GDAL><ServiceURL>http://geodata.telascience.org/cgi-bin/mapserv_dem?</ServiceURL><CoverageName>srtmplus_raw</CoverageName><Timeout>75</Timeout></WCS_GDAL>' 155 140 156 141 ds = gdal.Open( fn )
