Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WCS #346

Closed
murdav opened this issue Oct 4, 2016 · 1 comment
Closed

WCS #346

murdav opened this issue Oct 4, 2016 · 1 comment

Comments

@murdav
Copy link

murdav commented Oct 4, 2016

Dear All,

I was testing this WCS (http://nsidc.org/cgi-bin/atlas_north?service=WCS&version=1.1.0&request=getcapabilities):

from owslib.wcs import WebCoverageService
wcs = WebCoverageService('http://nsidc.org/cgi-bin/atlas_north?service=WCS&request=getcapabilities', version='1.1.0')

But I got a:

--> 235         self.title=testXMLValue(elem.find(nmSpc.OWS('Title')))
    236         if self.title is None:  #may have used the wcs ows namespace:
    237             self.title=testXMLValue(elem.find(nmSpc.WCS_OWS('Title')))

AttributeError: 'NoneType' object has no attribute 'find'

Or also checking
http://idebos.bio.uniovi.es/cgi-bin/wcsSATELITE?service=WCS&request=getCapabilities&version=1.1.0
In line 79 wcs110.py:

        if elem is None:
            elem=self._capabilities.find(self.ns.OWS('ServiceIdentification'))
        self.identification=ServiceIdentification(elem, self.ns)

Linked to this:
#245

D

@tomkralidis
Copy link
Member

Fixed in 55b38f3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants