Skip to Content.

mget-help - [mget-help] Problem with Create Climatological Rasters for GHRSST L4 SST

Please Wait...

Subject: Marine Geospatial Ecology Tools (MGET) help

Text archives


From: Bryan Costa - NOAA Affiliate <>
To:
Subject: [mget-help] Problem with Create Climatological Rasters for GHRSST L4 SST
Date: Wed, 6 Aug 2014 12:38:51 -0400
To Whom it May Concern,

I'm writing because I'm having problems using the "Create Climatological Rasters for GHRSST L4 SST" MGET Tool.

Specifically, the server connection keeps on timing out.  However, there doesn't seem to be any problem with the URL or connecting to the JPL URL.  Also, I get the same error on different machines and using different input parameters.

I look forward to hearing from you at your convenience.

Regards,
Bryan Costa



--------------------------------------------------------
Error 
timeout: timed out

Traceback (most recent call last):
  File "C:\Program Files\GeoEco\ArcGISToolbox\Scripts\GHRSSTLevel4CreateClimatologicalArcGISRasters.py", line 5, in <module>
    ExecuteMethodFromCommandLineAsArcGISTool('GeoEco.DataProducts.NASA.PODAAC', 'GHRSSTLevel4', 'CreateClimatologicalArcGISRasters')
  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\NASA\PODAAC.py", line 837, in CreateClimatologicalArcGISRasters
    workspace.ImportDatasets(collection.QueryDatasets(), mode, calculateStatistics=calculateStatistics, buildPyramids=buildPyramids)
  File "C:\Python27\ArcGIS10.1\lib\site-packages\GeoEco\Datasets\__init__.py", line 816, in ImportDatasets
    self._ImportDatasets(datasets, mode.lower(), reportProgress, options)
  File "C:\Python27\ArcGIS10.1\lib\site-packages\GeoEco\Datasets\Collections.py", line 694, in _ImportDatasets
    self._ImportDatasetsToPath(pathComponentsForPath[path], datasetsForPath[path], mode, progressReporter, options)
  File "C:\Python27\ArcGIS10.1\lib\site-packages\GeoEco\Datasets\ArcGIS.py", line 607, in _ImportDatasetsToPath
    self.DatasetType._ImportDatasetsToPath(os.path.join(self.Path, *pathComponents), sourceDatasets, mode, progressReporter, options)
  File "C:\Python27\ArcGIS10.1\lib\site-packages\GeoEco\Datasets\ArcGIS.py", line 1119, in _ImportDatasetsToPath
    GDALDataset._ImportDatasetsToPath(path, sourceDatasets, mode, None, {'useArcGISSpatialReference': True, 'useUnscaledData': useUnscaledData, 'calculateStatistics': False, 'blockSize': blockSize})
  File "C:\Python27\ArcGIS10.1\lib\site-packages\GeoEco\Datasets\GDAL.py", line 1073, in _ImportDatasetsToPath
    data = "sourceDatasets[i].Data[rowsCopied:rowsCopied+rowsToCopy," :]
  File "C:\Python27\ArcGIS10.1\lib\site-packages\GeoEco\Datasets\__init__.py", line 3666, in __getitem__
    return getattr(self._Grid(), self._GetMethod)(key)
  File "C:\Python27\ArcGIS10.1\lib\site-packages\GeoEco\Datasets\__init__.py", line 3306, in _GetUnscaledDataAsArray
    data, actualNoDataValue = self._ReadNumpyArray(reorderedSliceList)
  File "C:\Python27\ArcGIS10.1\lib\site-packages\GeoEco\Datasets\Virtual.py", line 2076, in _ReadNumpyArray
    data = "self._Grids[i].Data.__getitem__(tuple(sliceList))
  File "C:\Python27\ArcGIS10.1\lib\site-packages\GeoEco\Datasets\__init__.py", line 3666, in __getitem__
    return getattr(self._Grid(), self._GetMethod)(key)
  File "C:\Python27\ArcGIS10.1\lib\site-packages\GeoEco\Datasets\Virtual.py", line 562, in _GetUnscaledDataAsArray
    return self._Grid._GetUnscaledDataAsArray(self._AddSlicedDimsToKey(key))
  File "C:\Python27\ArcGIS10.1\lib\site-packages\GeoEco\Datasets\__init__.py", line 3306, in _GetUnscaledDataAsArray
    data, actualNoDataValue = self._ReadNumpyArray(reorderedSliceList)
  File "C:\Python27\ArcGIS10.1\lib\site-packages\GeoEco\Datasets\Virtual.py", line 1475, in _ReadNumpyArray
    data = "eval(self._Expression)
  File "<string>", line 1, in <module>
  File "C:\Python27\ArcGIS10.1\lib\site-packages\GeoEco\Datasets\__init__.py", line 3666, in __getitem__
    return getattr(self._Grid(), self._GetMethod)(key)
  File "C:\Python27\ArcGIS10.1\lib\site-packages\GeoEco\Datasets\__init__.py", line 3246, in _GetScaledDataAsArray
    unscaledData = self._GetUnscaledDataAsArray(key)
  File "C:\Python27\ArcGIS10.1\lib\site-packages\GeoEco\Datasets\__init__.py", line 3306, in _GetUnscaledDataAsArray
    data, actualNoDataValue = self._ReadNumpyArray(reorderedSliceList)
  File "C:\Python27\ArcGIS10.1\lib\site-packages\GeoEco\Datasets\Virtual.py", line 342, in _ReadNumpyArray
    data[t] = self._CachedDatasets[i].UnscaledData.__getitem__(tuple([0] + sliceList[1:]))
  File "C:\Python27\ArcGIS10.1\lib\site-packages\GeoEco\Datasets\__init__.py", line 3666, in __getitem__
    return getattr(self._Grid(), self._GetMethod)(key)
  File "C:\Python27\ArcGIS10.1\lib\site-packages\GeoEco\Datasets\__init__.py", line 3306, in _GetUnscaledDataAsArray
    data, actualNoDataValue = self._ReadNumpyArray(reorderedSliceList)
  File "C:\Python27\ArcGIS10.1\lib\site-packages\GeoEco\Datasets\OPeNDAP.py", line 933, in _ReadNumpyArray
    downloadedData = self._GetSliceFromServer(sliceList).reshape(map(lambda s: s.stop-s.start, sliceList))
  File "C:\Python27\ArcGIS10.1\lib\site-packages\GeoEco\Datasets\OPeNDAP.py", line 986, in _GetSliceFromServer
    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 613, in _Open
    raise RuntimeError(_(u'Failed to open URL %(url)s with OPeNDAP. The operation was retried for %(retry)i seconds without success. 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'retry': self._MaxRetryTime, u'e': e.__class__.__name__, u'msg': self._Unicode(e)})
RuntimeError: Failed to open URL http://podaac-opendap.jpl.nasa.gov/opendap/hyrax/allData/ghrsst/data/L4/GLOB/JPL/MUR/2005/027/20050127-JPL-L4UHfnd-GLOB-v01-fv03-MUR.nc.bz2 with OPeNDAP. The operation was retried for 300 seconds without success. 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: timeout: timed out

Failed to execute (GHRSSTLevel4CreateClimatologicalArcGISRasters).
Failed at Wed Aug 06 12:01:43 2014 (Elapsed Time: 3 hours 40 minutes 41 seconds)

--
Bryan Costa
Geospatial Scientist
Ecosystem Modeler
CSS-Dynamac 

NOAA|CCMA|Biogeography Branch
1305 East West Highway
N-SCI-1, SSMC 4, 9th Floor, #9232
Silver Spring, MD 20910

Phone: (301) 713-3028 x146
Fax: (301) 713-4384
Email:

The contents of this message are mine and do not necessarily reflect any position of NOAA
< date >
< thread >
Archives powered by MHonArc.
Top of Page