Skip to Content.

mget-help - RE: [mget-help] Failed in creating rasters from AVISO in Data Products tool of MGET

Please Wait...

Subject: Marine Geospatial Ecology Tools (MGET) help

Text archives


RE: [mget-help] Failed in creating rasters from AVISO in Data Products tool of MGET


Chronological Thread 
  • From: Jason Roberts <>
  • To: Raul Fonseca Valente <>
  • Cc: "" <>
  • Subject: RE: [mget-help] Failed in creating rasters from AVISO in Data Products tool of MGET
  • Date: Fri, 27 Jan 2017 13:31:15 +0000
  • Accept-language: en-US
  • Authentication-results: spf=none (sender IP is ) ;
  • Spamdiagnosticmetadata: NSPM
  • Spamdiagnosticoutput: 1:99

Hi Raul,

 

The problem is that Aviso has moved distribution of MSLA sea surface height and error estimate products from their own server to the to the Copernicus Marine Environment Monitoring Service (CMEMS) server. CMEMS is a completely different organization than Aviso and the MGET tools for accessing Aviso’s server will not work with the CMEMS server.

 

We developed a completely new tool for accessing Aviso data at CMEMS. To use it, please:

 

1.    If you do not have MGET 0.8a66, please uninstall your existing version and install 0.8a66 from the MGET website.

 

2.    Go to the CMEMS website and register to access the Aviso data. The Aviso username and password will not work. You need to get a new username and password from CMEMS.

 

3.    Access the data with the new MGET tool in ArcToolbox à MGET à Data Products à CMEMS

 

Please note that only the Aviso MSLA “h” and “err” products are available from CMEMS (and not available from Aviso) and should be obtained with the new MGET tool. The other Aviso products, including all MADT products, and MSLA currents products (e.g. “u”, “v”, “eke”, etc.) still must be obtained from Aviso using the old MGET tool. This may change in a few months if Aviso moves more products to CMEMS, as they have said they intend to do.

 

Sorry for the confusion; we always have to catch up with what the data providers decide to do...

 

Best,

Jason

 

From: [mailto:] On Behalf Of Raul Fonseca Valente
Sent: Friday, January 27, 2017 6:40 AM
To:
Subject: [mget-help] Failed in creating rasters from AVISO in Data Products tool of MGET

 

Dear Assistance Service of MGET,

My name is Raul Valente and I am a master's student in University of Porto, Portugal. In my thesis I will try to infer habitat preference of baleen whales species that cross Macaronesia during their inter-annual migrations. For that purpose I will need to have data from msla (delayed-time) since 2002. I used your tool called "Data Products", "AVISO", "DUACS 2014 Altimetry Products", "Create rasters for AVISO DUACS 2014 Altimetry Products", but unfortunately I have this error:

Traceback (most recent call last):
File "C:\Program Files\GeoEco\ArcGISToolbox\Scripts\AvisoDuacs2014GriddedProductCreateArcGISRasters.py", line 5, in <module>
ExecuteMethodFromCommandLineAsArcGISTool('GeoEco.DataProducts.Aviso', 'AvisoDuacs2014GriddedProduct', 'CreateArcGISRasters')
File "C:\Python27\ArcGIS10.3\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.3\lib\site-packages\GeoEco\DataProducts\Aviso.py", line 333, in CreateArcGISRasters
grid = cls._RotateAndClip(grid, rotationOffset, spatialExtent, startDate, endDate)
File "C:\Python27\ArcGIS10.3\lib\site-packages\GeoEco\DataProducts\Aviso.py", line 318, in _RotateAndClip
grid = ClippedGrid(grid, u'Map coordinates', xMin=xMin, xMax=xMax, yMin=yMin, yMax=yMax, tMin=startDate, tMax=endDate)
Fi le "C:\P ython27\ArcGIS10.3\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.3\lib\site-packages\GeoEco\Datasets\Virtual.py", line 946, in _GetSlicesForClippedExtent
absStop = grid.Shape[dimNum]
File "C:\Python27\ArcGIS10.3\lib\site-packages\GeoEco\Datasets\__init__.py", line 2626, in _GetShape
return self.GetLazyPropertyValue('Shape')
File "C:\Python27\ArcGIS10.3\lib\site-packages\GeoEco\Datasets\__init__.py", line 160, in GetLazyPropertyValue
value = self._GetLazyPropertyPhysicalValue(name)
File "C:\Python27\ArcGIS10.3\lib\site-packages\GeoEco\DataProducts\Aviso.py", line 218, in _GetLazyPropertyPhysicalValue
return super(AvisoDuacs2014GriddedProduct, self)._GetLazyPropertyPhysicalValue(name)
File "C:\Python27\ArcGIS10.3\lib\site-packages \GeoEco\ Datasets\OPeNDAP.py", line 681, in _GetLazyPropertyPhysicalValue
v = self._GetOPeNDAPVariable()
File "C:\Python27\ArcGIS10.3\lib\site-packages\GeoEco\Datasets\OPeNDAP.py", line 732, in _GetOPeNDAPVariable
self.ParentCollection._Open()
File "C:\Python27\ArcGIS10.3\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)} )
R untimeError: Failed to open URL http://opendap.aviso.oceanobs.com/thredds/dodsC/dataset-duacs-dt-global-allsat-msla-h with OPeNDAP. The operation was retried for 120 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: ServerError: 'Server error 500: "There are no datasets in the aggregation"'

Failed to execute (AvisoDuacs2014GriddedProductCreateArcGISRasters).

 

With this in consideration,  I am writing for you because I would like to know, if you can tell me, why this message occurs, and how can I solve this problem in order to have my msla rasters.

Best regards,

Raul Valente

--

FCUP

Raul Fonseca Valente

Estudante

FACULDADE DE CIÊNCIAS DA UNIVERSIDADE DO PORTO
Rua do Campo Alegre, s/n, 4169-007 Porto, Portugal
www.fc.up.pt

 




Archive powered by MHonArc 2.6.19.

Top of Page