Ticket #487 (closed Defect: fixed)

Opened 23 months ago

Last modified 22 months ago

For certain datasets, MODIS L3 SST tools fail with AttributeError: 'list' object has no attribute 'next'

Reported by: jjr8 Owned by: jjr8
Priority: Medium Milestone: 0.8
Component: Tools - Data Products - NASA JPL PO.DAAC Version:
Keywords: Cc:

Description

The problem is that some MODIS THREDDS catalogs appear to have spurious <thredds:dataset> elements similar to:

<thredds:dataset name="1" ID="/opendap/allData/modis/L3/aqua/11um/4km/daily/2009/1">
  <thredds:dataSize units="bytes">0</thredds:dataSize>
  <thredds:date type="modified">2009-09-29T07:47:48</thredds:date>
  <thredds:access serviceName="file" urlPath="/allData/modis/L3/aqua/11um/4km/daily/2009/1"/>
</thredds:dataset>

MGET cannot correctly parse these.

Change History

Changed 22 months ago by jjr8

  • status changed from new to closed
  • resolution changed from null to fixed

Fixed in MGET 0.8a27.

Note: See TracTickets for help on using tickets.