Changeset 11253

Show
Ignore:
Timestamp:
04/13/07 15:52:31 (2 years ago)
Author:
warmerdam
Message:

update wcs location

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.4/autotest/gdrivers/wcs.py

    r10613 r11253  
    11#!/usr/bin/env python 
    22############################################################################### 
    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
    44# 
    55# Project:  GDAL/OGR Test Suite 
     
    2828# DEALINGS IN THE SOFTWARE. 
    2929############################################################################### 
    30 #  
    31 #  $Log: wcs.py,v $ 
    32 #  Revision 1.4  2007/01/02 14:44:31  fwarmerdam 
    33 #  added service description in the url test 
    34 # 
    35 #  Revision 1.3  2006/10/27 04:38:34  fwarmerdam 
    36 #  Report skip on first test if driver not available. 
    37 # 
    38 #  Revision 1.2  2006/10/27 04:27:12  fwarmerdam 
    39 #  fixed license text 
    40 # 
    41 #  Revision 1.1  2006/10/27 04:20:14  fwarmerdam 
    42 #  New 
    43 # 
    44 # 
    4530 
    4631import os 
     
    152137        return 'skip' 
    153138 
    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>' 
    155140 
    156141    ds = gdal.Open( fn )