Skip to content
This repository has been archived by the owner on Oct 18, 2019. It is now read-only.

Error running ISO example script #16

Open
rsignell-usgs opened this issue Aug 15, 2018 · 0 comments
Open

Error running ISO example script #16

rsignell-usgs opened this issue Aug 15, 2018 · 0 comments

Comments

@rsignell-usgs
Copy link
Member

rsignell-usgs commented Aug 15, 2018

We installed using

conda install -c conda-forge wicken libiconv -y 

and tried running the ISO script:

$ python example_iso_script.py

which produced:

Traceback (most recent call last):
  File "/home/jovyan/github/wicken/wicken/dogma.py", line 64, in __set__
    dogma._set(self.teaching, value, self.options)
  File "/home/jovyan/github/wicken/wicken/xml_dogma.py", line 83, in _set
    raise NotImplementedError()
NotImplementedError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "example_iso_script.py", line 48, in <module>
    data_object.service_provider_name = 'David Stuebe'
  File "/home/jovyan/github/wicken/wicken/dogma.py", line 131, in obj_setter
    super(Dogma, self).__setattr__(k, v)
  File "/home/jovyan/github/wicken/wicken/dogma.py", line 70, in __set__
    raise DogmaGetterSetterException(exception_string)
wicken.exceptions.DogmaGetterSetterException: Error setting the 'service_provider_name' property of the class 'Iso19115XmlDogma'
Set operation raised exception: 'NotImplementedError()'

@dstuebe, any ideas?

@rsignell-usgs rsignell-usgs changed the title Error running ISO script Error running example ISO script Aug 15, 2018
@rsignell-usgs rsignell-usgs changed the title Error running example ISO script Error running example ISO example script Aug 15, 2018
@rsignell-usgs rsignell-usgs changed the title Error running example ISO example script Error running ISO example script Aug 15, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant