ioos / registry

Getting data services registered in the IOOS Service Registry
http://ioos.github.io/registry/
2 stars 7 forks source link

USGS/CMGP harvesting issue #43

Open robragsdale opened 10 years ago

robragsdale commented 10 years ago

@amilan17 Would this invalidation error "line:404 column:66 cvc-type.3.1.3: The value '20-May-2011T15:29:12' of element 'gco:DateTime' is not valid" be causeed by this

1976-12-28 21:29:59 1977-01-08 06:29:59

whereas, if reported this way

2012-06-25T01:00:00Z 2014-08-23T00:00:00Z

this would correct the invalidation issue?

This harvesting process with this file ( https://www.ngdc.noaa.gov/docucomp/collectionSource/list?recordSetId=2604655&componentId=&serviceType=&serviceStatus=&serviceUrl=&search=List+Collection+Sources) stops at the production WAF. That is, it does not get into Geoportal nor the catalog.

Thanks, Rob

amilan17 commented 10 years ago

The error is coming from this element in the NcML: <attribute name="date_created" value="20-May-2011 15:29:12"/> The error will go away If the value is changed to: <attribute name="date_created" value="2011-05-20T15:29:12"/>

rsignell-usgs commented 10 years ago

I'm not clear what dataset is having the issue. Can you point to the thredds catalog or dataset URL?

amilan17 commented 10 years ago

http://geoport.whoi.edu/thredds/ts/ARGO_MERCHANT.xml

Anna ~~~~~~~ Anna.Milan@noaa.gov, 303-497-5099 NOAA/NESDIS/NGDC

http://www.ngdc.noaa.gov/metadata/emma ~~~~~~~

On Tue, Aug 26, 2014 at 3:09 PM, Rich Signell notifications@github.com wrote:

I'm not clear what dataset is having the issue. Can you point to the thredds catalog or dataset URL?

— Reply to this email directly or view it on GitHub https://github.com/ioos/registry/issues/43#issuecomment-53492780.

robragsdale commented 10 years ago

@ellynmontgomery Your registered THREDDS service http://geoport.whoi.edu/thredds/ts/ARGO_MERCHANT.xml is returning an error in the harvesting process that prevents it from being published in the IOOS Catalog. We think the error is because of an element in the NcML:

. If this is changed to:

The error should resolve itself. Can you make this change?