Skip to Content.

mget-help - RE: [mget-help] Problem about download wind data by use data product tool

Please Wait...

Subject: Marine Geospatial Ecology Tools (MGET) help

Text archives


From: "Jason Roberts" <>
To: '程宛華' <>, <>
Subject: RE: [mget-help] Problem about download wind data by use data product tool
Date: Thu, 21 Nov 2013 09:01:11 -0500

Dear Wan-Hwa Cheng,

 

The problem here is that you have put in your own user name and password that Aviso issued to you for accessing their FTP site. But, due to difficulty with their website software, Aviso cannot accept this user name and password for accessing their products through the OPeNDAP server that MGET communicates with. Instead, Aviso has created a single user name and password that everyone must use to access the products through OPeNDAP. Previously I had this user name and password listed in the MGET documentation but Aviso was not happy about that and asked me to remove it. I will send it to you in a private email.

 

Best regards,

 

Jason

 

From: 程宛華 [mailto:]
Sent: Wednesday, November 20, 2013 11:36 PM
To:
Subject: [mget-help] Problem about download wind data by use data product tool

 

To someone whom maybe concerned,

 

My name is Wan-Hwa Cheng, and I am a Master student from University of Central Florida, department of biology.

 

Currently I am using the Date Products tool to download the data from AVISO, but I got an massage as following:

xecuting: AvisoGriddedWindSpeedModulusCreateArcGISRasters ***** ***** "Global NRT Merged MWIND" C:\HYCOM\2011PTT60719 Add %(Region)s;%(DataSeries)s;%(Satellites)s;%(TemporalResolution)s;%(Variable)s;%%Y;%(DataSeries)s_%(Satellites)s_%(Variable)s_%%Y%%j.img # # # Degrees 2011/9/6 2011/9/13 # # # true false
Start Time: Thu Nov 21 12:29:30 2013
Running script AvisoGriddedWindSpeedModulusCreateArcGISRasters...
RuntimeError: Failed to open URL http://opendap.aviso.oceanobs.com/thredds/dodsC/dataset-nrt-global-merged-mwind with OPeNDAP. Verify that the URL is correct. If it is, check that the server is operating properly and that your computer can connect to it. If necessary, contact the server's operator for assistance. If the server and network are operating properly, this problem could be a programming error in this tool. If you suspect one, contact the author of this tool for assistance. Error details: Exception: Unable to parse token: <!DOCTYPE

Traceback (most recent call last):
  File "C:\Program Files\GeoEco\ArcGISToolbox\Scripts\AvisoGriddedWindSpeedModulusCreateArcGISRasters.py", line 5, in <module>
    ExecuteMethodFromCommandLineAsArcGISTool('GeoEco.DataProducts.Aviso', 'AvisoGriddedWindSpeedModulus', 'CreateArcGISRasters')
  File "C:\Python27\ArcGIS10.1\lib\site-packages\GeoEco\ArcGISScripts.py", line 210, in ExecuteMethodFromCommandLineAsArcGISTool
    exec sourceCode in globals(), locals()
  File "<string>", line 1, in <module>
  File "C:\Python27\ArcGIS10.1\lib\site-packages\GeoEco\DataProducts\Aviso.py", line 694, in CreateArcGISRasters
    _AvisoGriddedProduct.CreateArcGISRasters(grid, outputWorkspace, mode, rasterNameExpressions, rasterCatalog, rotationOffset, spatialExtent, linearUnit, startDate, endDate, calculateStatistics, buildPyramids)
  File "C:\Python27\ArcGIS10.1\lib\site-packages\GeoEco\DataProducts\Aviso.py", line 296, in CreateArcGISRasters
    grid = cls._RotateAndClip(grid, rotationOffset, spatialExtent, linearUnit, startDate, endDate)
  File "C:\Python27\ArcGIS10.1\lib\site-packages\GeoEco\DataProducts\Aviso.py", line 267, in _RotateAndClip
    grid = ClippedGrid(grid, u'Map coordinates', xMin=xMin, xMax=xMax, yMin=yMin, yMax=yMax, tMin=startDate, tMax=endDate)
  File "C:\Python27\ArcGIS10.1\lib\site-packages\GeoEco\Datasets\Virtual.py", line 823, in __init__
    sliceList = [self._GetSlicesForClippedExtent(grid, 'y', clipBy, yMin, yMax), self._GetSlicesForClippedExtent(grid, 'x', clipBy, xMin, xMax)]
  File "C:\Python27\ArcGIS10.1\lib\site-packages\GeoEco\Datasets\Virtual.py", line 946, in _GetSlicesForClippedExtent
    absStop = grid.Shape[dimNum]
  File "C:\Python27\ArcGIS10.1\lib\site-packages\GeoEco\Datasets\__init__.py", line 2621, in _GetShape
    return self.GetLazyPropertyValue('Shape')
  File "C:\Python27\ArcGIS10.1\lib\site-packages\GeoEco\Datasets\__init__.py", line 160, in GetLazyPropertyValue
    value = self._GetLazyPropertyPhysicalValue(name)
  File "C:\Python27\ArcGIS10.1\lib\site-packages\GeoEco\DataProducts\Aviso.py", line 187, in _GetLazyPropertyPhysicalValue
    return super(_AvisoGriddedProduct, self)._GetLazyPropertyPhysicalValue(name)
  File "C:\Python27\ArcGIS10.1\lib\site-packages\GeoEco\Datasets\OPeNDAP.py", line 681, in _GetLazyPropertyPhysicalValue
    v = self._GetOPeNDAPVariable()
  File "C:\Python27\ArcGIS10.1\lib\site-packages\GeoEco\Datasets\OPeNDAP.py", line 732, in _GetOPeNDAPVariable
    self.ParentCollection._Open()
  File "C:\Python27\ArcGIS10.1\lib\site-packages\GeoEco\Datasets\OPeNDAP.py", line 614, in _Open
    raise RuntimeError(_(u'Failed to open URL %(url)s with OPeNDAP. Verify that the URL is correct. If it is, check that the server is operating properly and that your computer can connect to it. If necessary, contact the server\'s operator for assistance. If the server and network are operating properly, this problem could be a programming error in this tool. If you suspect one, contact the author of this tool for assistance. Error details: %(e)s: %(msg)s') % {u'url': self._URL, u'e': e.__class__.__name__, u'msg': self._Unicode(e)})
RuntimeError: Failed to open URL http://opendap.aviso.oceanobs.com/thredds/dodsC/dataset-nrt-global-merged-mwind with OPeNDAP. Verify that the URL is correct. If it is, check that the server is operating properly and that your computer can connect to it. If necessary, contact the server's operator for assistance. If the server and network are operating properly, this problem could be a programming error in this tool. If you suspect one, contact the author of this tool for assistance. Error details: Exception: Unable to parse token: <!DOCTYPE

Failed to execute (AvisoGriddedWindSpeedModulusCreateArcGISRasters).
Failed at Thu Nov 21 12:29:38 2013 (Elapsed Time: 8.00 seconds)
 

Could you please help me on this problem?

 

Thank you!

 

Have a wonderful day!

--

Wan-Hwa (Lavinia) Cheng 

M.S. Student

GAMEs lab website: http://games.cos.ucf.edu/

Department of Biology

University of Central Florida

Archives powered by MHonArc.
Top of Page